mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Currently there is no mechanism to identify totally undocumented modules in the coverage builder, unlike with partially documented modules. Resolve this by introducing a new ``coverage_modules`` config option. This is a list of modules that should be documented somewhere within the documentation tree. Any modules that are specified in the configuration value but are not documented anywhere will result in a warning. Likewise, any modules that are not in the config option but are documented somewhere will result in a warning. Signed-off-by: Stephen Finucane <stephen@that.guru> |
||
---|---|---|
.. | ||
autodoc.rst | ||
autosectionlabel.rst | ||
autosummary.rst | ||
coverage.rst | ||
doctest.rst | ||
duration.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 |