Skip to content
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

Merged
merged 14 commits into from
Sep 19, 2024
Merged

Clean Sphinx docs for release #115

merged 14 commits into from
Sep 19, 2024

Conversation

jared321
Copy link
Contributor

@jared321 jared321 commented Sep 17, 2024

@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.

@jared321 jared321 self-assigned this Sep 17, 2024
Copy link

codecov bot commented Sep 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.62%. Comparing base (f88524a) to head (478d618).
Report is 15 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

@jared321 jared321 mentioned this pull request Sep 17, 2024
9 tasks
asemposki and others added 6 commits September 17, 2024 22:33
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 jared321 requested a review from asemposki September 18, 2024 15:36
@jared321 jared321 assigned asemposki and unassigned jared321 Sep 18, 2024
@jared321 jared321 changed the title DRAFT: Clean Sphinx docs for release Clean Sphinx docs for release Sep 18, 2024
@asemposki
Copy link
Collaborator

asemposki commented Sep 18, 2024

@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 asemposki merged commit e4a7dff into main Sep 19, 2024
32 checks passed
@asemposki asemposki deleted the 114CleanDocs branch September 19, 2024 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants