-
Notifications
You must be signed in to change notification settings - Fork 13
3.0 Client Documentation #377
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 3.0_develop #377 +/- ##
===============================================
+ Coverage 72.28% 74.65% +2.37%
===============================================
Files 41 42 +1
Lines 2226 2600 +374
===============================================
+ Hits 1609 1941 +332
- Misses 617 659 +42
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
I have only included one bigger uproot example using code-include extension. |
|
I like this a lot! I think it is important to get this in there, and then we start fixing and modifying it as we go. A few things we should have in future PR's:
|
|
I'm having trouble building the docs:
|
|
Hi @BenGalewsky - does it build for you now? |
Created .rst file structure for documenting the client library
It has the following outline:
Using sphinx documentation to build the .html files
commands to make the api docs:
sphinx-apidoc -f -o docs/ servicex/Build html
make htmlClean html
make clean htmlMore details on sphinx: https://www.sphinx-doc.org/en/master/tutorial/first-steps.html#building-your-html-documentation