How do we use autodoc?
I did python setup.py for both my of projects and their namespaces are importable..
I tried:
.. automodule:: project.backend
.. automodule:: project.api
But I am only getting
project.backend
alias of project.backend
What did I do wrong?