✏️ Update API docs#42
Conversation
|
There's an incorrect reference in the plotdata documentation. If you have time, it would be great if you can fix it, too. |
| html_context["github_repo"] = "pytometry" # noqa | ||
| # We're actually using this for the link behind the brand of the page! | ||
| html_theme_options["logo"] = {"link": "pytometry"} # noqa | ||
| extensions += ["sphinx.ext.intersphinx"] |
There was a problem hiding this comment.
not sure if this is the intended way to make this work with lmdocs?
| to a colormap. For a single-color, transparency-based colormap, see | ||
| :func:`alpha_colormap`. | ||
| Defaults to 'jet'. |
There was a problem hiding this comment.
There's no alpha_colormap in pytometry, nor could I find that function in matplotlib.
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## main #42 +/- ##
=======================================
Coverage 80.41% 80.41%
=======================================
Files 10 10
Lines 388 388
=======================================
Hits 312 312
Misses 76 76
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Divide API docs into sections and add missing functions