Commit aaea245a8d3e4ad85b7e9e33c9685aaf99aba9bb

Authored by Jay Berkenbilt
1 parent e10e7874

Remove "Indices and tables"

This was inserted by sphinx-quickstart, but it doesn't do anything for us.
Showing 2 changed files with 10 additions and 28 deletions
... ... @@ -17,32 +17,23 @@ Next
17 17 thrown when an uninitialized trailer is accessed provides useful
18 18 information. Test from the C API as well as the C++ API.
19 19  
20   -Doc conversion Notes
21   -====================
22   -
23   -Things to fix:
24   -
25   -Entities/Unicode
26   -
27   -<!ENTITY lastreleased "November 16, 2021"> (not needed)
28   -
29   -Make sure the information from <book> is in there
  20 +Doc conversion
  21 +==============
30 22  
31   -Additional cleanup:
  23 +Before release:
32 24  
33   -* Indices and tables section
  25 +* README-maintainer: Fix installation of documentation to website
  26 +* Release notes link changed (need #ref.release-notes as well as #release-notes)
  27 +* Get navigation working properly
  28 +* Figure out where to put :ref:`search` so we get doc search
  29 +* Change order of sections. Disinction between
  30 + <preface>/<chapter>/<appendix> was lost
34 31  
35   -Future work:
  32 +Soon:
36 33  
37 34 * :ref: -- would be nice if it were suitable for printed documentation
38   -* README-maintainer: Fix installation of documentation to website
39   -* Release notes link changed (need #ref.release-notes as well as #release-note)
40 35 * Decide about readthedocs; if using, with multiple versions/latest
41   -* Change order of sections. Disinction between
42   - <preface>/<chapter>/<appendix> was lost
43   -* Get navigation working properly
44 36 * Generate stuff (options, code samples, etc.) as needed
45   -* Figure out where to put :ref:`search` so we get doc search
46 37  
47 38 Documentation
48 39 =============
... ...
manual/index.rst
... ... @@ -6288,12 +6288,3 @@ available inside the library. In the unlikely event that you should run
6288 6288 into trouble, please see the ChangeLog. See also
6289 6289 :ref:`ref.release-notes` for a complete list of the
6290 6290 non-compatible API changes made in this version.
6291   -
6292   -
6293   -
6294   -Indices and tables
6295   -==================
6296   -
6297   -* :ref:`genindex`
6298   -* :ref:`modindex`
6299   -* :ref:`search`
... ...