Skip to content

Instantly share code, notes, and snippets.

View dmitry-naumenko's full-sized avatar
🎯
Focusing

Dmitry Naumenko dmitry-naumenko

🎯
Focusing
View GitHub Profile
@dmitry-naumenko
dmitry-naumenko / Sphinx_Setup_for_autodoc.md
Created March 28, 2020 15:21 — forked from GLMeece/Sphinx_Setup_for_autodoc.md
Setting up Sphinx for generating documentation from DocStrings, leveraging the Napoleon extension.

Sphinx Setup for autodoc

Sphinx is a documentation generator that is the de facto standard for Python projects. The official documentation can be a bit daunting as it includes so many options, it's hard to know where to start.

Note: This Gist was updated on 04/04/2019 to accomodate a newer version of Sphinx, as well as Python 3.7. YMMV!

This document is written with the following presuppositions: