-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: v1 #1284
doc: v1 #1284
Conversation
Signed-off-by: Keming <[email protected]>
You can change it if needed |
Yes, but the header level is not sufficient. I wonder if this can generate the indents like the Python sphinx doc: https://0b01001001.github.io/spectree/plugins.html We can merge this one and find a better way letter for the envd-doc repo. |
I don't think we need to make them as sub class. Does sub module work? |
Signed-off-by: Keming <[email protected]>
This change should work with tensorchord/envd-docs#206. I hope we can add the module path to the function title, but sadly there is a bug in the NiklasRosenstein/pydoc-markdown#276 |
Could you please give a preview link here? |
About the markdown or html generated from the v1 API |
Screenshot updated. I guess we can also patch the pydoc-markdown if necessary. |
I am wondering where to tell users that the default version is v0, and they can use |
But not related to this PR. LGTM |
I added to every header of the v1 module doc. See the warning in the screenshot. |
/lgtm |
Thu |
Signed-off-by: Keming [email protected]
cc @VoVAllen
It's still ugly. The class method has exactly the same indent as a normal function or a class object. Not sure if we can fix it.