Add python API to doc
Update the documentation to include a generated python module index detailing the python API for the project. Change-Id: I3a0b54ca96f95ec84c17348f3821250fb630b842
This commit is contained in:
parent
ef5ee75884
commit
d71a08eeac
1
.gitignore
vendored
1
.gitignore
vendored
@ -45,6 +45,7 @@ output/*/index.html
|
||||
|
||||
# Sphinx
|
||||
doc/build
|
||||
doc/source/reference/api
|
||||
|
||||
# pbr generates these
|
||||
AUTHORS
|
||||
|
@ -10,6 +10,6 @@ node composition and decomposition, remote storage discovery and composition,
|
||||
and NVMe over PCIe drive attaching and detaching to logical nodes.
|
||||
|
||||
* Free software: Apache license
|
||||
* Documentation: http://docs.openstack.org/developer/rsd-lib
|
||||
* Documentation: http://docs.openstack.org/rsd-lib/latest
|
||||
* Source: http://git.openstack.org/cgit/openstack/rsd-lib
|
||||
* Bugs: http://bugs.launchpad.net/https://launchpad.net/python-rsdclient
|
||||
|
@ -1,10 +1,32 @@
|
||||
==========
|
||||
References
|
||||
==========
|
||||
======================
|
||||
RSD Library References
|
||||
======================
|
||||
|
||||
References of rsd-lib.
|
||||
Features
|
||||
========
|
||||
|
||||
* Existing sushy library functionality abstracting system
|
||||
resources
|
||||
* Enablement of node composition services via Rack Scale Design
|
||||
enabled hardware.
|
||||
* Abstraction of composed node, remote storage, and NVMe device
|
||||
resources, including identification and asset information.
|
||||
* Composed node power management.
|
||||
* Changing nodes boot device, frequency, and mode.
|
||||
* Attaching/Detaching of NVMe devices to existing composed nodes.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
usage
|
||||
|
||||
RSD-Lib Python API Reference
|
||||
============================
|
||||
|
||||
* :ref:`modindex`
|
||||
|
||||
.. # api/autoindex is hidden since it's in the modindex link above.
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
api/autoindex
|
||||
|
Loading…
x
Reference in New Issue
Block a user