Re: [GRASS-dev] sphinx documentation for lib python

2014-09-29 Thread Markus Neteler
Hi, recent changes broke the sphinx manual creation on grass.osgeo.org: # Sphinx version: 1.2b3 # Python version: 2.6.6 # Docutils version: 0.8.1 release # Jinja2 version: 2.6 # Loaded extensions: Traceback (most recent call last): File "/usr/local/lib/python2.6/dist-packages/Sphinx-1.2b3-py2

Re: [GRASS-dev] sphinx documentation for lib python

2014-08-23 Thread Markus Neteler
Hi, I have added the new "make libpythonhtml" way of generating the Sphinx based pages to the weekly manual cronjob on the grass.osgeo.org server: http://grass.osgeo.org/grass71/manuals/ Python - PyGRASS documentation - GRASS GIS Testsuite --> http://grass.osgeo.org/grass71/manuals/libpython/pygr

Re: [GRASS-dev] sphinx documentation for lib python

2014-07-04 Thread Luca Delucchi
On 3 July 2014 17:08, Martin Landa wrote: > Hi, > Hi again > > please consider renaming this rule to `sphinxdocs` (similarly to > `htmldocs` and friends - see include/Make/Docs.make). Martin > I saw that the name in the main Makefile are something like htmldocs and htmldox, maybe we should rena

Re: [GRASS-dev] sphinx documentation for lib python

2014-07-04 Thread Martin Landa
Hi, 2014-07-04 8:50 GMT+02:00 Luca Delucchi : > ok, do you think it is better to have lib/python and gui/wxpython in > the same Make rule or do you prefer two different? I have no strong opinion, one rule (`sphinxdocs`) seems to be enough for me. Martin -- Martin Landa * http://geo.fsv.cvut.cz/

Re: [GRASS-dev] sphinx documentation for lib python

2014-07-03 Thread Luca Delucchi
On 3 July 2014 17:08, Martin Landa wrote: > Hi, > HI, > 2014-07-03 17:06 GMT+02:00 Martin Landa : >>> sphinxdoc' > > please consider renaming this rule to `sphinxdocs` (similarly to > `htmldocs` and friends - see include/Make/Docs.make). Martin > ok, do you think it is better to have lib/python

Re: [GRASS-dev] sphinx documentation for lib python

2014-07-03 Thread Martin Landa
Hi, 2014-07-03 17:06 GMT+02:00 Martin Landa : >> sphinxdoc' please consider renaming this rule to `sphinxdocs` (similarly to `htmldocs` and friends - see include/Make/Docs.make). Martin -- Martin Landa * http://geo.fsv.cvut.cz/gwiki/Landa ___ grass-de

Re: [GRASS-dev] sphinx documentation for lib python

2014-07-03 Thread Martin Landa
Hi, 2014-07-03 17:02 GMT+02:00 Luca Delucchi : > I just commit (r61141) the first step of Python Sphinx documentation. > Now it compile with WXGUI Sphinx documentation so just launching 'make > sphinxdoc' > I removed pygrass/docs and kept the useful pages in the new lib/python/docs/ thanks for t

Re: [GRASS-dev] sphinx documentation for lib python

2014-07-03 Thread Luca Delucchi
Hi devs, I just commit (r61141) the first step of Python Sphinx documentation. Now it compile with WXGUI Sphinx documentation so just launching 'make sphinxdoc' I removed pygrass/docs and kept the useful pages in the new lib/python/docs/ Please test it and report any problems. Next steps is to

Re: [GRASS-dev] sphinx documentation for lib python

2014-06-27 Thread Luca Delucchi
On 26 June 2014 18:43, Vaclav Petras wrote: > > > Thanks Luca, it is more clear now what you want to do but as Soeren noted we > should make clear who are "users" and who are "developers". I usually cannot > agree with people's opinions here and there, e.g. on Doxygen mailing list > somebody was s

Re: [GRASS-dev] sphinx documentation for lib python

2014-06-26 Thread Vaclav Petras
On Thu, Jun 26, 2014 at 11:50 AM, Sören Gebbert < soerengebb...@googlemail.com> wrote: > Hi Luca, > > [snip] > > > > I take as example raster [0]. For RastRow there is a description with > > example and after start the documentation about RastRow class. > > I would like to keep the description wit

Re: [GRASS-dev] sphinx documentation for lib python

2014-06-26 Thread Sören Gebbert
Hi Luca, [snip] > > I take as example raster [0]. For RastRow there is a description with > example and after start the documentation about RastRow class. > I would like to keep the description with example there and move the > RastRow class documentation to the new lib/python documentation. This

Re: [GRASS-dev] sphinx documentation for lib python

2014-06-26 Thread Luca Delucchi
On 26 June 2014 17:21, Vaclav Petras wrote: > Hi Luca, > Hi Vaclav, > On Thu, Jun 26, 2014 at 11:02 AM, Luca Delucchi > wrote: >> >> Hi devs, >> >> I'm going to start to work on sphinx documentation for lib/python in >> the next week/s. >> I would like to know which directory do you like to hav

Re: [GRASS-dev] sphinx documentation for lib python

2014-06-26 Thread Vaclav Petras
Hi Luca, On Thu, Jun 26, 2014 at 11:02 AM, Luca Delucchi wrote: > Hi devs, > > I'm going to start to work on sphinx documentation for lib/python in > the next week/s. > I would like to know which directory do you like to have on the docs. > I think that all the directories (ctypes, imaging, pydi

[GRASS-dev] sphinx documentation for lib python

2014-06-26 Thread Luca Delucchi
Hi devs, I'm going to start to work on sphinx documentation for lib/python in the next week/s. I would like to know which directory do you like to have on the docs. I think that all the directories (ctypes, imaging, pydispatch, pygrass, script, temporal) should be in. what do you think? PS I wou