You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
autoapi_type = 'python'
# because the conf path is repo/docs/source/conf.py while codes are in repo/src/
autoapi_dirs = ["../../src"]
Moreover, I would like to also customize my headers, can I add any attribute to the python files to make the header names different from what apidoc generates?
For example, the module is named argument_checks and now it is generated as src.utilities.argument_checks, I want it to become Argument Checks. Is this possible?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello.
I have created a siderbar with
autoapi
that looks like this:What I want to see is something line this:
I want to get rid of:
The directory is like this:
And the conf.py has these:
Moreover, I would like to also customize my headers, can I add any attribute to the python files to make the header names different from what
apidoc
generates?For example, the module is named
argument_checks
and now it is generated assrc.utilities.argument_checks
, I want it to becomeArgument Checks
. Is this possible?Thanks!
The text was updated successfully, but these errors were encountered: