summaryrefslogtreecommitdiff
path: root/doc/requirements.txt
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-08-07 10:17:47 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-08-07 10:19:19 -0400
commit093c39b9524acab9bbbde5dce7efa9752822c5d9 (patch)
tree46678da96e9c73145a59c4783fe761d1b2ae2c2a /doc/requirements.txt
parent779dcde0db7fc8b672e76c375d951aeae17e47fb (diff)
downloadceilometer-093c39b9524acab9bbbde5dce7efa9752822c5d9.tar.gz
Add API documentation
Use sphinxcontrib-httpdomain to produce documentation for the web API. Add docstrings to the exposed functions. See http://packages.python.org/sphinxcontrib-httpdomain/ for details about the format of the auto-generated output. Change-Id: I62edd1d00c048c4bce34711a23686f0089bbf4e7 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
Diffstat (limited to 'doc/requirements.txt')
-rw-r--r--doc/requirements.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
new file mode 100644
index 00000000..350a4e39
--- /dev/null
+++ b/doc/requirements.txt
@@ -0,0 +1,12 @@
+http://tarballs.openstack.org/nova/nova-master.tar.gz
+webob
+kombu
+iso8601
+lockfile
+netaddr
+argparse
+sqlalchemy
+eventlet
+anyjson==0.3.1
+Flask==0.9
+sphinxcontrib-httpdomain