Create module member index from autodoc
Change where noindex is used to allow indexing of all the jenkins object methods. This allows for cross reference links to methods to be created in the documentation and sphinx will automatically generate the necessary links. Change-Id: Ic9c28debca382a003ae9560f0bf7943c35ef187d
This commit is contained in:
parent
a8655eaccc
commit
acd614fae7
@ -5,5 +5,4 @@ API reference
|
||||
|
||||
.. automodule:: jenkins
|
||||
:members:
|
||||
:noindex:
|
||||
:undoc-members:
|
||||
|
@ -41,6 +41,7 @@
|
||||
.. module:: jenkins
|
||||
:platform: Unix, Windows
|
||||
:synopsis: Python API to interact with Jenkins
|
||||
:noindex:
|
||||
|
||||
See examples at :doc:`examples`
|
||||
'''
|
||||
|
Loading…
x
Reference in New Issue
Block a user