From 3a8051d87649dae6ac58648f2b8bf19f49f648af Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Fri, 4 Jan 2013 18:31:27 -0500 Subject: Fix warnings in the documentation build Some of the docstrings pulled into the API documentation were malformatted, so fix those. Also include the API documentation in a toctree so it is linked in the "Contributing" section of the documentation. Change-Id: I8eef6007045d5426299dadb67303102855c15dc2 Signed-off-by: Doug Hellmann --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8336faa9..95310274 100644 --- a/.gitignore +++ b/.gitignore @@ -12,5 +12,7 @@ ChangeLog dist *.egg ceilometer/versioninfo -doc/source/api/*.rst +doc/source/api/ceilometer.*.rst +doc/source/api/tests.*.rst +doc/source/api/autoindex.rst *.mo -- cgit v1.2.1