aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-12 20:05:59 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-13 17:20:14 +0100
commite10e78741346e64757b60de57c5f515c8a73ad7e (patch)
tree2e00002f4e70efb01b48e266fe3e3e000bf1aad5
parentcac844e07a256a564b1ca3953b2f965f738fdf12 (diff)
downloadqpdf-e10e78741346e64757b60de57c5f515c8a73ad7e.tar.zst
Explicitly mark perl codeblock as such
-rw-r--r--TODO9
-rw-r--r--manual/index.rst2
2 files changed, 3 insertions, 8 deletions
diff --git a/TODO b/TODO
index a3a925ab..f02c88c5 100644
--- a/TODO
+++ b/TODO
@@ -26,12 +26,6 @@ Entities/Unicode
<!ENTITY lastreleased "November 16, 2021"> (not needed)
-Elements:
-
-See https://www.sphinx-doc.org/en/master/usage/restructuredtext/roles.html
-
-<appendix>/<chapter>/<preface> -- no distinction
-<programlisting> went to :: -- check them each
Make sure the information from <book> is in there
Additional cleanup:
@@ -44,7 +38,8 @@ Future work:
* README-maintainer: Fix installation of documentation to website
* Release notes link changed (need #ref.release-notes as well as #release-note)
* Decide about readthedocs; if using, with multiple versions/latest
-* Change order of sections
+* Change order of sections. Disinction between
+ <preface>/<chapter>/<appendix> was lost
* Get navigation working properly
* Generate stuff (options, code samples, etc.) as needed
* Figure out where to put :ref:`search` so we get doc search
diff --git a/manual/index.rst b/manual/index.rst
index e854cc4c..221e15e5 100644
--- a/manual/index.rst
+++ b/manual/index.rst
@@ -3435,7 +3435,7 @@ stream (since linearization tables are bit streams written without
regard to byte boundaries), you can pipe the resulting data through the
following perl code:
-::
+.. code-block:: perl
use bytes;
binmode STDIN;