Jump to: navigation, search

Difference between revisions of "Glance-where-are-the-docs"

("operator docs")
(Added how to generate dev docs docs locally)
Line 16: Line 16:
 
** https://bugs.launchpad.net/glance
 
** https://bugs.launchpad.net/glance
 
** https://bugs.launchpad.net/python-glanceclient
 
** https://bugs.launchpad.net/python-glanceclient
 +
* generate the docs locally withː
 +
** sudo pip install oslosphinx
 +
** cd /opt/stack/glance
 +
** python setup.py build_sphinx
 +
** It will create a directory /opt/stack/glance/doc/build which has html and man subdir’s
  
 
== "API docs" written for application developers and people who upload images programmatically ==
 
== "API docs" written for application developers and people who upload images programmatically ==

Revision as of 16:48, 11 September 2014

This info is accurate as of 5 September 2014.

Info about contributing to the documentation is here: https://wiki.openstack.org/wiki/Documentation (basically, you clone a repo and use gerrit just like you do for code)

Note to Glance devs: file a bug when you plan to contribute to/update documentation so there's no duplication of effort.

"dev docs" written for Python developers by developers working on glance

"API docs" written for application developers and people who upload images programmatically

API Quick Reference Docs

"operator docs"

End User Guide