Jump to: navigation, search

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

("operator docs")
m ("dev docs" written for Python developers by developers working on glance)
Line 17: Line 17:
 
** https://bugs.launchpad.net/python-glanceclient
 
** https://bugs.launchpad.net/python-glanceclient
 
* generate the docs locally withː
 
* generate the docs locally withː
** sudo pip install oslosphinx
+
** tox -e docs
** 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
 
** It will create a directory /opt/stack/glance/doc/build which has html and man subdir’s
  

Revision as of 23:44, 23 January 2015

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