Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upHow to include all the function names in the first page? #130
Comments
This comment has been minimized.
This comment has been minimized.
If you instead want functions in your submodules to be shown as part of the top-level module, then you must simply re-export them. e.g., In your
|
This comment has been minimized.
This comment has been minimized.
|
Makes sense. |
danyaljj
closed this
Apr 21, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
danyaljj commentedApr 21, 2017
I want to make the documentation slightly simpler and everything available in the first page (rather than going through so many links).
Currently this is what I have: http://cogcomp.cs.illinois.edu/software/doc/sioux/
But compare it to pdoc's docs: http://pdoc.burntsushi.net/pdoc --> in the first page, you can already see the names of all the classes and their functions. How can I do this, without breaking my module structure?