ubuntu-packaging-guide-team team mailing list archive
-
ubuntu-packaging-guide-team team
-
Mailing list archive
-
Message #00567
[Merge] lp:~andrewsomething/ubuntu-packaging-guide/kill-the-indices into lp:ubuntu-packaging-guide
Andrew Starr-Bochicchio has proposed merging lp:~andrewsomething/ubuntu-packaging-guide/kill-the-indices into lp:ubuntu-packaging-guide.
Requested reviews:
Ubuntu Packaging Guide Team (ubuntu-packaging-guide-team)
Related bugs:
Bug #893841 in Ubuntu Packaging Guide: ""Module Index" link on front page is 404"
https://bugs.launchpad.net/ubuntu-packaging-guide/+bug/893841
Bug #942127 in Ubuntu Packaging Guide: "Links to "index" are confusing."
https://bugs.launchpad.net/ubuntu-packaging-guide/+bug/942127
For more details, see:
https://code.launchpad.net/~andrewsomething/ubuntu-packaging-guide/kill-the-indices/+merge/94818
--
https://code.launchpad.net/~andrewsomething/ubuntu-packaging-guide/kill-the-indices/+merge/94818
Your team Ubuntu Packaging Guide Team is requested to review the proposed merge of lp:~andrewsomething/ubuntu-packaging-guide/kill-the-indices into lp:ubuntu-packaging-guide.
=== modified file 'conf.py'
--- conf.py 2011-04-01 21:40:28 +0000
+++ conf.py 2012-02-27 18:11:06 +0000
@@ -151,7 +151,7 @@
#html_domain_indices = True
# If false, no index is generated.
-#html_use_index = True
+html_use_index = False
# If true, the index is split into individual pages for each letter.
#html_split_index = False
=== modified file 'index.rst'
--- index.rst 2011-11-21 16:40:34 +0000
+++ index.rst 2012-02-27 18:11:06 +0000
@@ -61,10 +61,3 @@
chroots
traditional-packaging
kde
-
-
-Indices and tables
-==================
-
-* :ref:`genindex`
-* :ref:`modindex`
Follow ups