-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add ability to pull snippets when generating JSON documentation #1951
Comments
FTR, those snippets are embedded into Sphinx narrative docs and into docstrings via the |
Yeah, I will need to recreate the |
Currently the generator isn't pulling in any RST files. Grabs the doc strings from the modules/classes/methods/functions. What I'm thinking of doing just for right now is just grabbing the snippets and populating the @tseaver, do you think it would be possible to move the snippets to the module/class/etc doc strings later on or would that make things too messy? |
Added to #1775. |
Testing deploy with 1:1 class:json. Add overview.html Deploy script working now in testing. Fix code blocks. Add href support. Add snippets to base service module. closes googleapis#1951 Fix types generation. Fix linking. Fix external github links. Update gcloud-commit site files. Swtich to live site generation. clean up manifest for starters. Remove old example detection code. Update TOC.
Testing deploy with 1:1 class:json. Add overview.html Deploy script working now in testing. Fix code blocks. Add href support. Add snippets to base service module. closes googleapis#1951 Fix types generation. Fix linking. Fix external github links. Update gcloud-commit site files. Swtich to live site generation. clean up manifest for starters. Remove old example detection code. Update TOC.
We have a lot of great snippet code that we should be able to include when we generate docs.
See: pubsub_snippets.py
The text was updated successfully, but these errors were encountered: