Re: [Qgis-developer] Can :class: :mod: :func: be removed from python cookbook?

2016-01-20 Thread Alessandro Pasotti
2016-01-20 14:25 GMT+01:00 Richard Duivenvoorde : > (sorry for cross posting) > > Hi Devs and Python cookbook writers, > > As you may know if you follow community list, we have a travis build now > for QGIS documentation (and python cookbook then). > > To make Travis fail, I

[Qgis-developer] Can :class: :mod: :func: be removed from python cookbook?

2016-01-20 Thread Richard Duivenvoorde
(sorry for cross posting) Hi Devs and Python cookbook writers, As you may know if you follow community list, we have a travis build now for QGIS documentation (and python cookbook then). To make Travis fail, I build the docs with an option that warning become errors, thereby making it clear for

Re: [Qgis-developer] Can :class: :mod: :func: be removed from python cookbook?

2016-01-20 Thread Martin Dobias
Hi Richard On Wed, Jan 20, 2016 at 2:25 PM, Richard Duivenvoorde wrote: > > So: is it ok for you if I just delete all this :class: stuff? So it will > never be possible anymore to make that a reference to api. > > I will leave the backquotes, so it will at least be made

Re: [Qgis-developer] Can :class: :mod: :func: be removed from python cookbook?

2016-01-20 Thread Matthias Kuhn
Hi Richard, It should be straightforward to extend sphinx to add whole domains (py:class, py:mod, py:func) to the ignore list or add wildcard support. https://github.com/sphinx-doc/sphinx/issues/537 https://github.com/sphinx-doc/sphinx/commit/f5ecd62d05fa5502795e31ac5cc8778c570269cd Matthias

Re: [Qgis-developer] Can :class: :mod: :func: be removed from python cookbook?

2016-01-20 Thread Richard Duivenvoorde
On 20-01-16 14:36, Matthias Kuhn wrote: > Hi Richard, > > It should be straightforward to extend sphinx to add whole domains > (py:class, py:mod, py:func) to the ignore list or add wildcard support. > > https://github.com/sphinx-doc/sphinx/issues/537 > >

Re: [Qgis-developer] Can :class: :mod: :func: be removed from python cookbook?

2016-01-20 Thread Matthias Kuhn
On 01/20/2016 03:19 PM, Richard Duivenvoorde wrote: > On 20-01-16 14:36, Matthias Kuhn wrote: >> Hi Richard, >> >> It should be straightforward to extend sphinx to add whole domains >> (py:class, py:mod, py:func) to the ignore list or add wildcard support. >> >>