mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
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__ |
||
---|---|---|
.. | ||
autodoc.rst | ||
autosectionlabel.rst | ||
autosummary.rst | ||
coverage.rst | ||
doctest.rst | ||
example_google.py | ||
example_google.rst | ||
example_numpy.py | ||
example_numpy.rst | ||
extlinks.rst | ||
githubpages.rst | ||
graphviz.rst | ||
ifconfig.rst | ||
imgconverter.rst | ||
index.rst | ||
inheritance.rst | ||
intersphinx.rst | ||
linkcode.rst | ||
math.rst | ||
napoleon.rst | ||
todo.rst | ||
viewcode.rst |