From: David G. <go...@py...> - 2002-12-19 00:42:00
|
David Ascher wrote: > Is there already something somewhere that does that? Indeed there is. Use an internal hyperlink target:: .. _permanent name: Requirement 123123: This part may change ---------------------------------------- Ordinary text here. The target text will be converted to an ID by lowcasing and converting all punctuation and whitespace to dashes. The above target could be referred to as: http:/.../foo.html#permanent-name The form of the permanent name can be whatever you like. -- David Goodger <go...@py...> Open-source projects: - Python Docutils: http://docutils.sourceforge.net/ (includes reStructuredText: http://docutils.sf.net/rst.html) - The Go Tools Project: http://gotools.sourceforge.net/ |