I want to increase the documentation in one of my libraries. I used sphinx to create documentation and recently started learning the autodoc extension.
It appears that in most professional documents, each page of the documentation for documentation contains a list of all documented methods with links at the top. Or, in other words, a pointer at the top with hyperlinks to each more detailed documentation using the depth method.
Is there a way to automatically create this pointer for each of the classes documented with autodoc?
python python-sphinx autodoc
Ben hoff
source share