From e10e78741346e64757b60de57c5f515c8a73ad7e Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 12 Dec 2021 14:05:59 -0500 Subject: [PATCH] Explicitly mark perl codeblock as such --- TODO | 9 ++------- manual/index.rst | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/TODO b/TODO index a3a925a..f02c88c 100644 --- a/TODO +++ b/TODO @@ -26,12 +26,6 @@ Entities/Unicode (not needed) -Elements: - -See https://www.sphinx-doc.org/en/master/usage/restructuredtext/roles.html - -// -- no distinction - went to :: -- check them each Make sure the information from 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 + // 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 e854cc4..221e15e 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; -- libgit2 0.21.4