summaryrefslogtreecommitdiff
path: root/docutils/docs/dev
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2009-09-03 15:09:54 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2009-09-03 15:09:54 +0000
commit318db562568679951d3a657174991c17a02397f7 (patch)
treeb6398c689d60aa95eca03dbb14a2105c42efa53f /docutils/docs/dev
parentaca30502f1a0fffa1eb78e22295369a3963a9c3e (diff)
downloaddocutils-318db562568679951d3a657174991c17a02397f7.tar.gz
Render doctest blocks as literal blocks (fixes [ 1586058 ]).
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6115 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
-rw-r--r--docutils/docs/dev/todo.txt10
1 files changed, 3 insertions, 7 deletions
diff --git a/docutils/docs/dev/todo.txt b/docutils/docs/dev/todo.txt
index 8d3b72931..a09aebb90 100644
--- a/docutils/docs/dev/todo.txt
+++ b/docutils/docs/dev/todo.txt
@@ -1242,8 +1242,6 @@ when used in a document.
- _`misc.include`:
- - Option to select a range of lines?
-
- Option to label lines?
- How about an environment variable, say RSTINCLUDEPATH or
@@ -2023,8 +2021,8 @@ Which packages do we want to use?
`Footnotes in LaTeX section headings
<http://www.tex.ac.uk/cgi-bin/texfaq2html?label=ftnsect>`__
- * Take advantage of the fact that the mandatory argument doesn\u2019t
- \u2018move\u2019 if the optional argument is present::
+ * Take advantage of the fact that the mandatory argument doesn't
+ move if the optional argument is present::
\section[title] {title\footnote{title ftnt}}
@@ -2038,7 +2036,6 @@ Which packages do we want to use?
* perpage provides a general mechanism for resetting counters per page
* footmisc provides a package option perpage
-
* enumeration environment, field list
use `mdwlist` from texlive-latex-recommended?
@@ -2046,6 +2043,7 @@ Which packages do we want to use?
* ``--use-latex-when-possible`` »super option« that would set the
following::
+ --no-section-numbering
--use-latex-toc
--use-latex-docinfo
--use-latex-abstract
@@ -2082,8 +2080,6 @@ Default layout
* continue if the `compound paragraph`_ directive is used, or
* force a new paragraph with an empty comment.
-* Indent/handle doctest blocks similar to literal blocks?
-
* Sidebar handling (environment with `framed`, `marginnote`, `wrapfig`,
...)?