-
Notifications
You must be signed in to change notification settings - Fork 8
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
Clean Sphinx docs for release #115
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #115 +/- ##
==========================================
+ Coverage 66.60% 66.62% +0.02%
==========================================
Files 14 14
Lines 1560 1561 +1
==========================================
+ Hits 1039 1040 +1
Misses 521 521 ☔ View full report in Codecov by Sentry. |
However, the version in pyproject.toml was 1.0.2. Altered __init__ so that the version need now only be specified in pyproject.toml and set it to the upcoming version. When running tests via tox nocoverage, I see v1.1.0 being installed now. In those virtual environments, pip list shows v1.1.0. If I import Taweret, Taweret.__version__ shows v1.1.0. The rendered sphinx docs now show v1.1.0. I built wheels manually with build and the dist filenames are also v1.1.0.
@jared321 Everything looks good, I just added a couple edits to the docs to make sure the docstrings are all consistent. Thanks for finding all of those typos from when we hastily constructed the documentation last year or longer ago! |
@asemposki I did a full review of the changes in this PR. As part of that, I took the liberty of fully converting the docstrings for a utils function to LaTeX. I also updated the version of the package to v1.1.0 since the sphinx docs were showing v1.0.1.
All the changes look good locally and in the RTD rendered as part of the PR. All GH actions passing.
Please do a careful review to make sure that I didn't break any of the content with my changes. Please merge once you are happy with the changes.