[glom] More improved use of sphinx.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] More improved use of sphinx.
- Date: Mon, 19 Apr 2010 21:51:59 +0000 (UTC)
commit a0304957700b7b523cf45dee47ffc8ae3a5d07b6
Author: Murray Cumming <murrayc murrayc com>
Date: Mon Apr 19 23:51:53 2010 +0200
More improved use of sphinx.
* docs/pyglom_reference/conf.py.in: Do not generate the module index page
because we have only one module.
* docs/pyglom_reference/index.rst.in: Add back the link to the general index,
which seems to actually be generated.
ChangeLog | 9 +++++++++
docs/pyglom_reference/conf.py.in | 4 ++--
docs/pyglom_reference/index.rst.in | 2 ++
3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index d035002..c2ffd12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2010-04-19 Murray Cumming <murrayc murrayc com>
+ More improved use of sphinx.
+
+ * docs/pyglom_reference/conf.py.in: Do not generate the module index page
+ because we have only one module.
+ * docs/pyglom_reference/index.rst.in: Add back the link to the general index,
+ which seems to actually be generated.
+
+2010-04-19 Murray Cumming <murrayc murrayc com>
+
* configure.ac: Ran autoupdate to remove use of deprecated macros.
2010-04-19 Murray Cumming <murrayc murrayc com>
diff --git a/docs/pyglom_reference/conf.py.in b/docs/pyglom_reference/conf.py.in
index eab82d6..e25f834 100644
--- a/docs/pyglom_reference/conf.py.in
+++ b/docs/pyglom_reference/conf.py.in
@@ -138,7 +138,7 @@ html_theme = 'default'
#html_additional_pages = {}
# If false, no module index is generated.
-#html_use_modindex = True
+html_use_modindex = False
# If false, no index is generated.
#html_use_index = True
@@ -191,4 +191,4 @@ latex_documents = [
#latex_appendices = []
# If false, no module index is generated.
-#latex_use_modindex = True
+latex_use_modindex = False
diff --git a/docs/pyglom_reference/index.rst.in b/docs/pyglom_reference/index.rst.in
index 178a0da..1fb6b02 100644
--- a/docs/pyglom_reference/index.rst.in
+++ b/docs/pyglom_reference/index.rst.in
@@ -20,4 +20,6 @@ calculations have a :class:`glom_ GLOM_ABI_VERSION_UNDERLINED@.Record` parameter
Indices and tables
==================
+* :ref:`genindex`
* :ref:`search`
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]