-
Notifications
You must be signed in to change notification settings - Fork 15
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
docs: Initial user facing docs #276
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #276 +/- ##
==========================================
- Coverage 48.55% 48.52% -0.04%
==========================================
Files 73 73
Lines 6314 6314
==========================================
- Hits 3066 3064 -2
- Misses 2983 2985 +2
Partials 265 265 ☔ View full report in Codecov by Sentry. |
11621f4
to
230a827
Compare
Signed-off-by: jannfis <[email protected]>
f3ece22
to
097e6d8
Compare
Signed-off-by: jannfis <[email protected]>
Signed-off-by: jannfis <[email protected]>
Signed-off-by: jannfis <[email protected]>
Signed-off-by: jannfis <[email protected]>
Signed-off-by: jannfis <[email protected]>
Signed-off-by: jannfis <[email protected]>
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.
I tested the docs locally and the overall structure looks good to me. I see a couple of TODOs and empty sections. I'm assuming we will update them in a different PR?
@chetan-rns Thanks for reviewing. Yes, as stated, it's still incomplete but will allow us to move forward in further incremental changes. |
What does this PR do / why we need it:
This PR introduces initial user facing docs, ready to be rendered by readthedocs.org.
It's by far not complete or really valuable to users yet, but it allows us to setup the RTD instance, GitHub actions rendering and is ready for further contributions.
Which issue(s) this PR fixes:
Fixes #?
How to test changes / Special notes to the reviewer:
You can checkout the PR's code and run
make serve-docs
to start a local RTD container to view the documentation.Checklist