-
Notifications
You must be signed in to change notification settings - Fork 96
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
Update documentation for style consistency #2256
Conversation
This commit updates most of the documentation set to adhere to some contemporary documentation style standards: - Sentence case for titles and headings - Initial headings for how-to guides as "Overview" and "Before you begin" - Moving any frontmatter descriptions to the body of text - Removing unnecessary frontmatter data altogether
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
Question: why do we add |
Oh... I think I see it in the templates. |
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2256 +/- ##
=======================================
Coverage 87.76% 87.76%
=======================================
Files 96 96
Lines 6793 6793
Branches 50 50
=======================================
Hits 5962 5962
Misses 774 774
Partials 57 57 ☔ View full report in Codecov by Sentry. |
@sjberman Generating the API docs removes the empty line between the Overview and the following paragraph. No idea how to fix it. |
@ADubhlaoich Oh that's strange...I guess if it doesn't fail the pipeline, then no big deal. |
Proposed changes
This commit updates most of the documentation set to adhere to some contemporary documentation style standards:
It also collapses a few single document directories (Adding an unnecessary "hop" for users) and re-orders some sections.
Closes #1609
Checklist
Before creating a PR, run through this checklist and mark each as complete.