Top "Sphinx-napoleon" questions

Napoleon is an extension for the Sphinx documentation generator, which adds support for Google and NumPy docstrings.

Sphinx autosummary "toctree contains reference to nonexisting document" warnings

I am trying to automatically create api docs for a large python codebase using Sphinx. I have tried using build_…

python python-2.7 python-sphinx toctree sphinx-napoleon
Custom PyCharm docstring stubs (i.e. for google docstring or numpydoc formats)

Does PyCharm 2.7 (or will PyCharm 3) have support for custom docstring and doctest stubs? If so, how does one go about …

python pycharm docstring doctest sphinx-napoleon
Can Sphinx napoleon document function returning multiple arguments?

I am trying to use the Google code style to document a function that I then use sphinx with the …

python python-sphinx sphinx-napoleon