Remove todolist from docs

* Fixes bug 954543

Change-Id: Ib6ca8bbed18f1967108825b8b219a7d46336d11d
This commit is contained in:
Brian Waldon 2012-03-13 15:46:05 -07:00
parent b4844500a6
commit f1bc67c24b
3 changed files with 1 additions and 19 deletions

View File

@ -47,10 +47,7 @@ extensions = ['sphinx.ext.autodoc',
'sphinx.ext.ifconfig', 'sphinx.ext.ifconfig',
'sphinx.ext.intersphinx', 'sphinx.ext.intersphinx',
'sphinx.ext.pngmath', 'sphinx.ext.pngmath',
'sphinx.ext.graphviz', 'sphinx.ext.graphviz']
'sphinx.ext.todo']
todo_include_todos = True
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.
templates_path = [] templates_path = []

View File

@ -76,11 +76,6 @@ Developer Docs
architecture architecture
community community
Outstanding Documentation Tasks
===============================
.. todolist::
Indices and tables Indices and tables
================== ==================

View File

@ -47,11 +47,6 @@ Install Glance::
$ su - $ su -
# yum install openstack-glance # yum install openstack-glance
Mac OSX
#######
.. todo:: No idea how to do install on Mac OSX. Somebody with a Mac should complete this section
Installing from source tarballs Installing from source tarballs
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@ -140,8 +135,3 @@ Once Glance is built and tested, install it::
$ su - $ su -
# python setup.py install # python setup.py install
Mac OSX
#######
.. todo:: No idea how to do install on Mac OSX. Somebody with a Mac should complete this section