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:07:32 +09:00
parent 56cad8ad7c
commit 7a4f914f91
7 changed files with 127 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
# -*- coding: utf-8 -*-
extensions = ['sphinx.ext.autosectionlabel']
master_doc = 'index'

View File

@@ -0,0 +1,25 @@
=========================
test-ext-autosectionlabel
=========================
Introduce of Sphinx
===================
Installation
============
For Windows users
-----------------
For UNIX users
--------------
References
==========
* :ref:`Introduce of Sphinx`
* :ref:`Installation`
* :ref:`For Windows users`
* :ref:`For UNIX users`