summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Collapse)AuthorAgeFilesLines
* Stop using intersphinxAndreas Jaeger2014-09-131-4/+1
| | | | | | | | | | | | | | Remove intersphinx from the docs build as it triggers network calls that occasionally fail, and we don't really use intersphinx (links other sphinx documents out on the internet) This also removes the requirement for internet access during docs build. This can cause docs jobs to fail if the project errors out on warnings. Change-Id: I71e941e2a639641a662a163c682eb86d51de42fb Related-Bug: #1368910
* Revamp documentation, add module referencesNejc Saje2014-08-274-22/+166
| | | | | | | | | | Documentation is modeled after python-novaclient docs. (http://docs.openstack.org/developer/python-novaclient/) Built preview for reviewers: https://nsaje.fedorapeople.org/python-ceilometerclient/ Change-Id: I61e9d6593e4a1aea5cf018081416d4be3a9372ac
* Update developer docs templateSteve Martinelli2014-07-241-2/+2
| | | | | | | | | The current developer docs template used by ceilometer client is not the latest template used by the rest of the openstack projects. This patch will update the docs to provide a more consistent look and feel when using project docs. Change-Id: Ic25324da75100c0efe3e814de13807740592d4a1
* Remove © and remove unnecessary encoding linesMartin Geisler2014-05-301-1/+0
| | | | | | | | | | | | | | | | | The word "Copyright" alone is sufficient to claim copyright, the © need not be present.[1] As per PEP 263, a Python file with non-ASCII characters must have a line with "coding: <some-encoding>". Python files containing only 7-bit ASCII characters need no such line.[2] This commit removes unnecessary Unicode copyright symbols and unnecessary encoding lines. [1]: http://www.copyright.gov/circs/circ03.pdf [2]: http://legacy.python.org/dev/peps/pep-0263/ Change-Id: I6b43cc5ecfd0440e06b0aebd91ebb574b7f37a91
* Remove unused importsWu Wenxiang2014-01-111-3/+0
| | | | | | | Remove unused imports in doc/source/conf.py Change-Id: I419f60dc7bb3a2e73961bab933867b171851eb18 Closes-Bug: #1268091
* Replace OpenStack LLC with OpenStack FoundationZhiQiang Fan2013-09-201-2/+2
| | | | | Change-Id: Ia007da282714d8ee7337fd3b51f6dcc3b64d7ec3 Fixes-Bug: #1214176
* Initial CommitAngus Salkeld2012-11-092-0/+97
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>