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

Fix SyntaxWarning by making some docstrings raw #414

Merged
merged 3 commits into from
Oct 9, 2024
Merged

Conversation

drbenvincent
Copy link
Collaborator

@drbenvincent drbenvincent commented Sep 17, 2024

Closes #410


📚 Documentation preview 📚: https://causalpy--414.org.readthedocs.build/en/414/

@drbenvincent drbenvincent added the bug Something isn't working label 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 94.40%. Comparing base (af164d4) to head (553cf53).
Report is 16 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #414   +/-   ##
=======================================
  Coverage   94.40%   94.40%           
=======================================
  Files          31       31           
  Lines        1985     1985           
=======================================
  Hits         1874     1874           
  Misses        111      111           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@maresb
Copy link
Contributor

maresb commented Sep 17, 2024

Looks like \beta needs to be fixed:
image

@drbenvincent
Copy link
Collaborator Author

Updated the latex in the docstrings. Renders fine in my local build of the docs now. What do you think @maresb

Copy link
Contributor

@maresb maresb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ya, looks great now! 👍

@drbenvincent drbenvincent merged commit d31a033 into main Oct 9, 2024
8 checks passed
@drbenvincent drbenvincent added the documentation Improvements or additions to documentation label Oct 9, 2024
@drbenvincent drbenvincent deleted the syntax-warning branch October 9, 2024 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SyntaxWarning in Python 3.12 invalid escape sequence '\s'
2 participants