NASA-DEVELOP / dnppy

DEVELOP National Program Python package for use with NASA data and GIS!
https://nasa-develop.github.io/dnppy/
Other
81 stars 40 forks source link

sphinx automodule uses excessively long function names #52

Closed Jwely closed 9 years ago

Jwely commented 9 years ago

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.

Syntaf commented 9 years ago

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

Jwely commented 9 years ago

That is exactly what i was looking for. solved.