diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2002-07-24 01:51:41 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2002-07-24 01:51:41 +0000 |
| commit | fb1619c6f1cceea50e4b7aef4d83a0a9a2caa2e6 (patch) | |
| tree | decd59ed87d006126d99026102f629280080d982 /docutils/docs/dev | |
| parent | ba99583750e2409bc274a663c4d59d3422c8481b (diff) | |
| download | docutils-fb1619c6f1cceea50e4b7aef4d83a0a9a2caa2e6.tar.gz | |
updated
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@364 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
| -rw-r--r-- | docutils/docs/dev/rst/alternatives.txt | 4 | ||||
| -rw-r--r-- | docutils/docs/dev/todo.txt | 7 |
2 files changed, 3 insertions, 8 deletions
diff --git a/docutils/docs/dev/rst/alternatives.txt b/docutils/docs/dev/rst/alternatives.txt index 92681bb2e..e241ed557 100644 --- a/docutils/docs/dev/rst/alternatives.txt +++ b/docutils/docs/dev/rst/alternatives.txt @@ -1543,7 +1543,9 @@ A new type of "inline external hyperlink" has been proposed. Advantages and disadvantages are similar to those in (2). Readability is still an issue, but the syntax is a bit less - heavyweight (reduced line noise). + heavyweight (reduced line noise). Backquotes are required, even + for one-word references; the target URL is included within the + reference text, forcing a phrase context. Problem: how to refer to a title like "HTML Anchors: <a>" (which ends with an HTML/SGML/XML tag)? We could either require more diff --git a/docutils/docs/dev/todo.txt b/docutils/docs/dev/todo.txt index 2d244ab0c..8b273ce73 100644 --- a/docutils/docs/dev/todo.txt +++ b/docutils/docs/dev/todo.txt @@ -111,10 +111,6 @@ General - Perhaps the ``Component.supports`` method should deal with individual features ("meta" etc.) instead of formats ("html" etc.)? -- Add a command-line option & directive attribute to control TOC - backlinks: no TOC backlinks, backlinks to TOC entries, or backlinks - to TOC itself only. - Specification ------------- @@ -628,9 +624,6 @@ Front-Ends conflicts) to splitting common and component-specific options apart. -- Allow multiple option groups per component (thus enabling component - subclasses to easily incorporate their superclass' options). - - Parameterize help text & defaults somehow? Perhaps a callback? Or initialize ``cmdline_options`` in ``__init__``? |
