Antoine Musso 170e878d2a overhaul the sphinx documentation
Sphinx:
* Build dir is now named `build` and the files are under `source`.
* MakeFile learned texinfo, info and gettext targets
* include __init__ documentation (autoclass_content)
* keep file ordering for methods (autodoc_member_order)
* comment out html_static_path to get rid of a warning

Doc:
* Index is now... an index! Takes advantage of :glob: to automatically
  create a complete table of content.
* Creates API reference which list the documentation directly from the
  jenkins/__init__.py file.  That will avoid the documentation duplication
  and some out of sync documentation.
* insert the module in the path to document it
* the example were both in index.rst and __init__.py create a new section
  with example.rst.  That can be later be improved with some typical use
  cases.
* A couple documentation update to some methods. The inline documentation
  was out of sync though the index.rst got updated.
2013-04-13 23:59:59 +02:00
2013-04-13 23:59:59 +02:00
2013-04-13 23:59:59 +02:00
2012-05-17 16:24:23 +01:00
2013-04-13 20:35:11 +02:00
2011-06-30 17:54:54 +01:00
2012-05-17 16:10:00 +01:00
2013-04-13 20:35:11 +02:00
Description
Python API for managing jobs and nodes in a Jenkins CI instance
3.8 MiB
Languages
Python 100%