summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2003-07-01 13:26:14 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2003-07-01 13:26:14 +0000
commit5bc35df9224dbf152ac6384f8b66e9f6328b7192 (patch)
tree1b7827c5db92466f20dbb0d7dfc8b3c86976eec4 /docs
parent28857dcf7dc161448017cfa6b6d1f22e270cf177 (diff)
downloaddocutils-5bc35df9224dbf152ac6384f8b66e9f6328b7192.tar.gz
updated
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@1545 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs')
-rw-r--r--docs/dev/todo.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/dev/todo.txt b/docs/dev/todo.txt
index 0d937e255..96650ea7b 100644
--- a/docs/dev/todo.txt
+++ b/docs/dev/todo.txt
@@ -831,6 +831,27 @@ __ rst/alternatives.html#or-not-to-do
parse nested inline markup somehow? See the `collected notes
<http://docutils.sf.net/spec/rst/alternatives.html#nested-inline-markup>`__.
+* Idea from Beni Cherniavsky::
+
+ I'm writing a README document linking to all other interesting
+ files in its directory. If these were full URLs I could just
+ write them in the text but these are relative links that can't
+ be auto-recognized. The shortest way to make such links that I
+ found was `file_name <file_name>`_. Perhaps a shortcut for such
+ usage could be added, e.g. `<file_name>`_ would take the target
+ as the link name?
+
+ IOW these would be equivalent::
+
+ `<file_name>`_
+ `file_name <file_name>`_
+
+ Another possibility is to drop the backticks. Should the angle
+ brackets be kept in the output or not? This syntax could be adopted
+ in addition to the one above::
+
+ <file_name>_
+
Directives
``````````