Skip to content Skip to sidebar Skip to footer
Showing posts with the label Autodoc

Updating Docstring In Sphinx

I'm trying to contribute to the documentation of the dask project. I want to add pandas referen… Read more Updating Docstring In Sphinx

Omit (or Format) The Value Of A Variable When Documenting With Sphinx

I'm currently documenting a whole module with autodoc. However, I define several variables on t… Read more Omit (or Format) The Value Of A Variable When Documenting With Sphinx

How To Specify Different Return Types In Python Docstring

I'm currently writing documentation for my python package using Sphinx and the autodoc plugin. … Read more How To Specify Different Return Types In Python Docstring