Commit e10e78741346e64757b60de57c5f515c8a73ad7e
1 parent
cac844e0
Explicitly mark perl codeblock as such
Showing
2 changed files
with
3 additions
and
8 deletions
TODO
| @@ -26,12 +26,6 @@ Entities/Unicode | @@ -26,12 +26,6 @@ Entities/Unicode | ||
| 26 | 26 | ||
| 27 | <!ENTITY lastreleased "November 16, 2021"> (not needed) | 27 | <!ENTITY lastreleased "November 16, 2021"> (not needed) |
| 28 | 28 | ||
| 29 | -Elements: | ||
| 30 | - | ||
| 31 | -See https://www.sphinx-doc.org/en/master/usage/restructuredtext/roles.html | ||
| 32 | - | ||
| 33 | -<appendix>/<chapter>/<preface> -- no distinction | ||
| 34 | -<programlisting> went to :: -- check them each | ||
| 35 | Make sure the information from <book> is in there | 29 | Make sure the information from <book> is in there |
| 36 | 30 | ||
| 37 | Additional cleanup: | 31 | Additional cleanup: |
| @@ -44,7 +38,8 @@ Future work: | @@ -44,7 +38,8 @@ Future work: | ||
| 44 | * README-maintainer: Fix installation of documentation to website | 38 | * README-maintainer: Fix installation of documentation to website |
| 45 | * Release notes link changed (need #ref.release-notes as well as #release-note) | 39 | * Release notes link changed (need #ref.release-notes as well as #release-note) |
| 46 | * Decide about readthedocs; if using, with multiple versions/latest | 40 | * Decide about readthedocs; if using, with multiple versions/latest |
| 47 | -* Change order of sections | 41 | +* Change order of sections. Disinction between |
| 42 | + <preface>/<chapter>/<appendix> was lost | ||
| 48 | * Get navigation working properly | 43 | * Get navigation working properly |
| 49 | * Generate stuff (options, code samples, etc.) as needed | 44 | * Generate stuff (options, code samples, etc.) as needed |
| 50 | * Figure out where to put :ref:`search` so we get doc search | 45 | * Figure out where to put :ref:`search` so we get doc search |
manual/index.rst
| @@ -3435,7 +3435,7 @@ stream (since linearization tables are bit streams written without | @@ -3435,7 +3435,7 @@ stream (since linearization tables are bit streams written without | ||
| 3435 | regard to byte boundaries), you can pipe the resulting data through the | 3435 | regard to byte boundaries), you can pipe the resulting data through the |
| 3436 | following perl code: | 3436 | following perl code: |
| 3437 | 3437 | ||
| 3438 | -:: | 3438 | +.. code-block:: perl |
| 3439 | 3439 | ||
| 3440 | use bytes; | 3440 | use bytes; |
| 3441 | binmode STDIN; | 3441 | binmode STDIN; |