On Wed, Sep 30, 2009 at 4:57 AM, Minh Nguyen <[email protected]> wrote: > Hi Peter, > > On Wed, Sep 30, 2009 at 6:41 PM, Peter Alexander <[email protected]> wrote: >> Hi all. >> >> I'd like to make the proposition of devoting myself over the next few >> days to updating the documentation for cython... completely. > > Although I'm a Cython beginner, I would like to join force with you > and anyone else to update the Cython documentation. An area where I > can help out is reviewing and proofreading. > > >> 1) We need to establish for users Cython's current state of >> capability. Cython's "under the hood" ability to digest >> meta-programming is an enigma to the uniformed user. For example, A >> question I constantly ask my-self.. "Is that optimized to C code or am >> I still dealing with the Python code". Do I need to use C-API calls or >> not. Like for instance if I use the {} operator set.. is it still >> endowed with python overhead, or is current cython magic able optimize >> it. > > That would make a nice section. > > >> 4) Come to think of it.. I think it would be cool to highlight >> Cython's "Google Summer of Code" participants and their contributions. > > *nod* > > >> So, lay it on me and I will do what it takes to make Cython's >> documentation shine. I'm a big advocate of thoughtful documentation >> you see.. > > Me too. > > -- > Regards > Minh Van Nguyen > _______________________________________________ > Cython-dev mailing list > [email protected] > http://codespeak.net/mailman/listinfo/cython-dev >
Hi Minh, If you're interested and have the time.. great! You can certainly help with transposing (or finding/writing a script) docs in other formats to reST/sphinx. Or anything that needs to be done for that matter. _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
