ridgeplot
ridgeplot copied to clipboard
[WIP] Sphinx example gallery
Description
Related issues
#88
PR check list
- [x] Read the contributing guidelines.
- You don't have to read the whole thing, but it's a good idea to skim it. And definitely take a look at it if you're experiencing any issues getting your local environment up and running.
- [ ] Provided the relevant details in the PR's description.
- [ ] Referenced relevant issues in the PR's description.
- [ ] Added tests for all my changes.
- The CI will fail unless 100% of all new code is covered by the tests.
- [ ] Updated the docs for relevant changes.
- [ ] New modules (or renamed ones) are included in
docs/api/internal/. - [ ] New public functions/classes/variables are documented in
docs/api/index.rst. - [ ] Added the appropriate
versionadded,versionchanged, ordeprecateddirectives to docstrings.- The version should be the next release version, which you can infer by bumping the minor version in
MAJOR.MINOR.PATCH(e.g., if the current version is0.2.3, the next release will be0.3.0).
- The version should be the next release version, which you can infer by bumping the minor version in
- [ ] New modules (or renamed ones) are included in
- [ ] Changes are documented in
docs/reference/changelog.md.- Please try to follow the conventions laid out in the file. In doubt, just ask!
- [x] Consider granting push permissions to your PR's branch, so maintainers can help you out if needed.
- [x] The CI check are all passing, or I'm working on fixing them!
- [ ] I have reviewed my own code! 🤠
📚 Documentation preview 📚: https://ridgeplot--267.org.readthedocs.build/en/267/
:warning: Missing changelog entry :warning:
Please add an entry to the changelog in docs/reference/changelog.md for this PR.
The entry should be in the following format:
- Description of the change ({gh-pr}`267`)
If you don't think a changelog entry is necessary for this change, you can add a skip news label to this PR.
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 100.00%. Comparing base (63691fc) to head (45299ba).
Additional details and impacted files
@@ Coverage Diff @@
## main #267 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 18 18
Lines 659 659
Branches 85 85
=========================================
Hits 659 659
| Flag | Coverage Δ | |
|---|---|---|
| combined-src | 100.00% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Let's wait for https://github.com/sphinx-gallery/sphinx-gallery/pull/1398 (https://github.com/sphinx-gallery/sphinx-gallery/issues/1397) to be merged and released