summaryrefslogtreecommitdiff
path: root/docutils/docs/dev
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-04-14 20:04:26 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-04-14 20:04:26 +0000
commit31974da58eedb2ca06a235cb7aeb948d99ae4552 (patch)
tree4b4fde478bbf8a55461232baed6300e53b33605e /docutils/docs/dev
parent65c50022308e00653e0630b97aeb6c802da71c40 (diff)
downloaddocutils-31974da58eedb2ca06a235cb7aeb948d99ae4552.tar.gz
removed completed item; removed outdated "@" markers
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3216 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
-rw-r--r--docutils/docs/dev/todo.txt21
1 files changed, 9 insertions, 12 deletions
diff --git a/docutils/docs/dev/todo.txt b/docutils/docs/dev/todo.txt
index 4c064e1aa..40510eddc 100644
--- a/docutils/docs/dev/todo.txt
+++ b/docutils/docs/dev/todo.txt
@@ -142,9 +142,9 @@ General
top-level modules if the module name is not in docutils/readers.
Potential nastiness.)
-* @@@ Perhaps store a _`name-to-id mapping file`? This could be
- stored permanently, read by subsequent processing runs, and updated
- with new entries. ("Persistent ID mapping"?)
+* Perhaps store a _`name-to-id mapping file`? This could be stored
+ permanently, read by subsequent processing runs, and updated with
+ new entries. ("Persistent ID mapping"?)
* Perhaps the ``Component.supports`` method should deal with
individual features ("meta" etc.) instead of formats ("html" etc.)?
@@ -496,8 +496,8 @@ Developer Docs
* Complete `Docutils Runtime Settings <../api/runtime-settings.html>`_.
-* @@@ Improve the internal module documentation (docstrings in the
- code). Specific deficiencies listed below.
+* Improve the internal module documentation (docstrings in the code).
+ Specific deficiencies listed below.
- docutils.parsers.rst.states.State.build_table: data structure
required (including StringList).
@@ -743,11 +743,11 @@ __ rst/alternatives.html#or-not-to-do
exposition in the spec, to make clear what is going on for people
with head colds.
-* @@ Fix the parser's indentation handling to conform with the
- stricter definition in the spec. (Explicit markup blocks should be
- strict or forgiving?)
+* Fix the parser's indentation handling to conform with the stricter
+ definition in the spec. (Explicit markup blocks should be strict or
+ forgiving?)
-* @@ Tighten up the spec for indentation of "constructs using complex
+* Tighten up the spec for indentation of "constructs using complex
markers": field lists and option lists? Bodies may begin on the
same line as the marker or on a subsequent line (with blank lines
optional). Require that for bodies beginning on the same line as
@@ -2031,9 +2031,6 @@ Front-End Tools
* Implement the "sectnum" directive as a command-line option also?
-* @@@ Come up with better names for the most-used tools, and install
- them as scripts.
-
* Create a single dynamic_ or unqualified_ front end that can be
installed?