Fix #1286, #2099: Add `sphinx.ext.autosectionlabel` extension to allow reference sections using its title

This commit is contained in:
Takeshi KOMIYA
2016-02-14 16:30:57 +09:00
parent 56cad8ad7c
commit 7a4f914f91
7 changed files with 127 additions and 0 deletions
+2
View File
@@ -66,6 +66,8 @@ Features added
* #2300: enhance autoclass:: to use the docstring of __new__ if __init__ method's is missing
of empty
* #1858: Add Sphinx.add_enumerable_node() to add enumerable nodes for numfig feature
* #1286, #2099: Add ``sphinx.ext.autosectionlabel`` extension to allow reference
sections using its title. Thanks to Tadhg O'Higgins.
Bugs fixed
----------