fix changelog to render to PyPI
authorAlexander Solovyov <alexander@solovyov.net>
Sun, 23 Jan 2011 18:40:52 +0100
changeset 165 c5d70a729f3d
parent 164 7d5e22ae5ccb
child 166 ac27c99de716
fix changelog to render to PyPI
docs/changelog.rst
docs/overview.rst
--- a/docs/changelog.rst	Sun Jan 23 18:37:25 2011 +0100
+++ b/docs/changelog.rst	Sun Jan 23 18:40:52 2011 +0100
@@ -5,9 +5,11 @@
 ~~~~~~~~~~~~~~~~
 
  - fix help display when there is no __doc__ declared for function
- - ``dict`` type :ref:`handling <opthandling>`
+ - ``dict`` type `handling`_
  - ``.help()`` attribute for every function, printing help on call
 
+.. _handling: http://hg.piranha.org.ua/opster/docs/overview.html#options-processing
+
 1.2 (2010.12.29)
 ~~~~~~~~~~~~~~~~
 
--- a/docs/overview.rst	Sun Jan 23 18:37:25 2011 +0100
+++ b/docs/overview.rst	Sun Jan 23 18:40:52 2011 +0100
@@ -25,8 +25,6 @@
 If a short name renders to False (for example, empty string), then it's not used
 at all. Long name is pretended to be available in any case.
 
-.. _opthandling:
-
 Options processing
 ^^^^^^^^^^^^^^^^^^