NASA-DEVELOP/dnppy

sphinx automodule uses excessively long function names

Jwely opened this issue · 2 comments

Jwely commented

The documentation pages are incomplete, but the core module is online as a starting test case. (https://nasa-develop.github.io/dnppy/modules/core.html#code-help)

Full paths to function names are used by sphinx's automodule call, and while tediously accurate, it isn't very readable. It would be nice to take just the last element, the function name.

Try changing `add_module_names´ to False in conf.py , I'll test this later since I'm currently on mobile

Jwely commented

That is exactly what i was looking for. solved.