New "name" directive option attaching a reference name.
commit1b842d8f1c06cb00b6cb4000f24f595014a2a04f
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Thu, 30 Jun 2011 22:14:29 +0000 (30 22:14 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Thu, 30 Jun 2011 22:14:29 +0000 (30 22:14 +0000)
treec0141ca2b44a1668c8c9e13034796d0008dc4eed
parent88b257eec30b5e84c133191c1feeb3d6834f4e18
New "name" directive option attaching a reference name.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7062 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
23 files changed:
HISTORY.txt
RELEASE-NOTES.txt
docs/dev/rst/alternatives.txt
docs/dev/todo.txt
docs/ref/rst/directives.txt
docutils/parsers/rst/__init__.py
docutils/parsers/rst/directives/body.py
docutils/parsers/rst/directives/images.py
docutils/parsers/rst/directives/references.py
docutils/parsers/rst/directives/tables.py
docutils/writers/latex2e/__init__.py
test/test_parsers/test_rst/test_directives/test_container.py
test/test_parsers/test_rst/test_directives/test_figures.py
test/test_parsers/test_rst/test_directives/test_images.py
test/test_parsers/test_rst/test_directives/test_line_blocks.py
test/test_parsers/test_rst/test_directives/test_math.py
test/test_parsers/test_rst/test_directives/test_parsed_literals.py
test/test_parsers/test_rst/test_directives/test_rubrics.py
test/test_parsers/test_rst/test_directives/test_sidebars.py
test/test_parsers/test_rst/test_directives/test_tables.py
test/test_parsers/test_rst/test_directives/test_target_notes.py
test/test_parsers/test_rst/test_directives/test_topics.py
test/test_parsers/test_rst/test_targets.py