Re: [Cython] [cython] Autodoc improvements (#216)

2013-04-20 Thread Nikita Nemkin
On Sat, 20 Apr 2013 02:11:21 +0600, Stefan Behnel wrote: Nikita Nemkin, 18.04.2013 07:07: 2) Public/readonly cdef attributes can have docstrings attached, using the [PEP 258 attribute docstring syntax](http://www.python.org/dev/peps/pep-0258/#attribute-docstrings). Example: cdef cla

Re: [Cython] [cython] Autodoc improvements (#216)

2013-04-19 Thread Stefan Behnel
Nikita Nemkin, 18.04.2013 07:07: > Three improvements are included in this patch that I have found helpful when > using Sphinx autodoc to document my project: > > 1) Default values preserve and display binary expressions and attribute > access. For example, the following function will have its s