Update documentation via doc generation scripts#1220
Conversation
|
@seratch Despite running both commands, the updates made in the last PR haven't been propagated to the following documentation:
Am I missing a generation command that should be run, or do these need to be updated by hand? |
|
@misscoded The changes look fine but can you share the reason why you did this now? |
|
@seratch In the last PR I opened, in response to my offering to push up the documentation changes that surfaced that you see here, you indicated that "more fixes would be appreciated" with a thumbs up. I took that to mean you wanted those changes in. Did I misunderstand your meaning? |
Codecov Report
@@ Coverage Diff @@
## main #1220 +/- ##
=======================================
Coverage 86.58% 86.59%
=======================================
Files 111 111
Lines 10943 10943
=======================================
+ Hits 9475 9476 +1
+ Misses 1468 1467 -1
Continue to review full report at Codecov.
|
|
@misscoded Sorry! I quickly checked your message early in the morning and totally misread your message in the PR. Somehow, I assumed that you checked the latest API docs in api.slack.com and found more changes in the validation rules in the classes under the models package. But it'd be fine to merge this PR as it's safe. |
seratch
left a comment
There was a problem hiding this comment.
No visible changes, but it'd be good to use the latest generator.
Summary
PR with updates from running
./scripts/docs.shand./scripts/docs-v2.sh.Category (place an
xin each of the[ ])/docs-src(Documents, have you run./scripts/docs.sh?)/docs-src-v2(Documents, have you run./scripts/docs-v2.sh?)/tutorial(PythOnBoardingBot tutorial)tests/integration_tests(Automated tests for this library)Requirements (place an
xin each[ ])python3 -m venv .venv && source .venv/bin/activate && ./scripts/run_validation.shafter making the changes.