| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 imports in doc/source/conf.py
Change-Id: I419f60dc7bb3a2e73961bab933867b171851eb18
Closes-Bug: #1268091
|
| |
|
|
|
| |
Change-Id: Ia007da282714d8ee7337fd3b51f6dcc3b64d7ec3
Fixes-Bug: #1214176
|
|
|
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
|