-
Notifications
You must be signed in to change notification settings - Fork 74
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
Autodoc confdefs #1772
Autodoc confdefs #1772
Conversation
vEpiphyte
commented
Jun 15, 2020
•
edited
Loading
edited
- Part out devops guide into discrete portions
- Update autodoc to generate a enumerated list of configuration options for a Cell
- UPdate autodoc to be able to generate RST documents for stormservice configurations.
- Add configuration notes about the Cell.
- Add autodoc data to the docs for the Cortex, Axon, Cryotank and SyncMigrator
lines = [] | ||
lines.append(desc) | ||
|
||
extended_description = conf.get('extended_description') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This allows us to embed reform sphinx RST into confdefs
Codecov Report
@@ Coverage Diff @@
## master #1772 +/- ##
==========================================
- Coverage 96.14% 92.81% -3.33%
==========================================
Files 139 139
Lines 26331 26474 +143
==========================================
- Hits 25315 24571 -744
- Misses 1016 1903 +887
Continue to review full report at Codecov.
|
* update storm service docs * split out cell config docs * move cell config to its own file * Add unit tests for new autodoc functionality. Co-authored-by: epiphyte <[email protected]>
* Add autodocs support for generating rst from a stormservice definition Co-authored-by: redox <[email protected]>