Merge branch 'stable'

This commit is contained in:
Takeshi KOMIYA
2017-03-22 09:49:48 +09:00
7 changed files with 85 additions and 12 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
import re
import sphinx
language = 'ja'
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.todo',
'sphinx.ext.autosummary', 'sphinx.ext.extlinks',
+4 -3
View File
@@ -76,9 +76,10 @@ directive name.
.. rubric:: Default Domain
To avoid having to writing the domain name all the time when you e.g. only
describe Python objects, a default domain can be selected with either the config
value :confval:`primary_domain` or this directive:
For documentation describing objects from solely one domain, authors will not
have to state again its name at each directive, role, etc... after
having specified a default. This can be done either via the config
value :confval:`primary_domain` or via this directive:
.. rst:directive:: .. default-domain:: name