sphinx/doc/usage/extensions
Lewis Haley f196a92055 autodoc: add 'exclude-members' to user global options
As the previous commit explains, it is now possible to specify arguments
to the global options in config files. This means that we can now include
the `exclude-members` option in this global configuration.

Previously, there was no point including this option because it makes no
sense without arguments. Including this option means users have the
flexibility of explicitly including which special methods they want using
(e.g.):

  :special-members: __init__, __iter__

or explicitly excluding which special-members (or other members) they want
using (e.g.):

  :exclude-members: __weakref__, __hash__
2018-08-17 16:02:11 +01:00
..
autodoc.rst autodoc: add 'exclude-members' to user global options 2018-08-17 16:02:11 +01:00
autosectionlabel.rst doc: Add "extensions" to usage guide 2018-06-20 09:30:47 +01:00
autosummary.rst doc: Add "extensions" to usage guide 2018-06-20 09:30:47 +01:00
coverage.rst doc: Add "extensions" to usage guide 2018-06-20 09:30:47 +01:00
doctest.rst Ref #5273: doctest: add documentation for the :skipif: option 2018-08-16 14:01:57 +03:00
example_google.py doc: Add "extensions" to usage guide 2018-06-20 09:30:47 +01:00
example_google.rst doc: Add "extensions" to usage guide 2018-06-20 09:30:47 +01:00
example_numpy.py doc: Add "extensions" to usage guide 2018-06-20 09:30:47 +01:00
example_numpy.rst doc: Add "extensions" to usage guide 2018-06-20 09:30:47 +01:00
extlinks.rst doc: Add "extensions" to usage guide 2018-06-20 09:30:47 +01:00
githubpages.rst doc: Add "extensions" to usage guide 2018-06-20 09:30:47 +01:00
graphviz.rst doc: Add "extensions" to usage guide 2018-06-20 09:30:47 +01:00
ifconfig.rst doc: Add "extensions" to usage guide 2018-06-20 09:30:47 +01:00
imgconverter.rst doc: Add "extensions" to usage guide 2018-06-20 09:30:47 +01:00
index.rst doc: Add "extensions" to usage guide 2018-06-20 09:30:47 +01:00
inheritance.rst doc: Add "extensions" to usage guide 2018-06-20 09:30:47 +01:00
intersphinx.rst doc: Add "extensions" to usage guide 2018-06-20 09:30:47 +01:00
linkcode.rst doc: Add "extensions" to usage guide 2018-06-20 09:30:47 +01:00
math.rst WIP: #726, #969: Add mathjax_config 2018-07-29 22:36:53 +09:00
napoleon.rst Merge remote-tracking branch 'stephenfin/doc-rework' 2018-06-26 01:05:19 +09:00
todo.rst doc: Add "extensions" to usage guide 2018-06-20 09:30:47 +01:00
viewcode.rst doc: Add "extensions" to usage guide 2018-06-20 09:30:47 +01:00