-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
Use a gallery for the example notebooks #1321
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #1321 +/- ##
=======================================
Coverage 72.64% 72.64%
=======================================
Files 78 78
Lines 13028 13028
=======================================
Hits 9464 9464
Misses 3564 3564 ☔ View full report in Codecov by Sentry. |
Would it be possible to add every single Notebook from the "Consumption Savings" folder in the examples section of hark into the documentation? |
For this bit we should improve our inline docs in the code. That would make our reference section much cleaner and users are expected to look at the API reference instead of us creating examples for every single model. |
If we want users to look at the API reference then we'd want to structure it more like NumPy's with a written description of all the aspects of a function, and examples of it being used, rather than just using AutoDocs. |
I agree, numpy is also just autodocs. It's just their inline docs are much better :D |
cc: @MridulS @DominicWC
This converts the list of example notebooks to a 'gallery' preview that looks slightly nicer. The titles of some of the notebooks were very long, so I took liberties to rename them.
A