-
Notifications
You must be signed in to change notification settings - Fork 2
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
FormattedNumber and post Latex and HTML conversion #134
Merged
Merged
Changes from 14 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
6451afd
remove unused parse_standard_exp_tr
jagerber48 be27537
latex output conversion
jagerber48 4fed95d
tests
jagerber48 fbe2206
ruff format
jagerber48 f7ad328
no \left or \right
jagerber48 8d4cf02
Remove old latex functionality
jagerber48 4c26d89
docstrings and minor reorganization
jagerber48 8679083
allowed-confusables
jagerber48 b77e140
typo
jagerber48 e09b366
documentation
jagerber48 9ca141a
docstring ruff formatting
jagerber48 1ed8e3f
add sciform_to_html and FormattedNumber
jagerber48 f60a710
surrounding $$
jagerber48 b5a3389
add strip_env_symbs flag
jagerber48 330f9fb
refactor conversion code and add ASCII conversion
jagerber48 046e606
ruff
jagerber48 bd37a8c
work on documentation
jagerber48 dd59969
fix unicode exp pattern regex
jagerber48 aa06c9b
update documentation
jagerber48 66298dd
_repr_html_ and _repr_latex_ to use as_html and as_latex (instead of …
jagerber48 a9e081c
consolidate output conversion tests
jagerber48 67c66c3
rename output conversion
jagerber48 bb8cca4
test latex/html repr
jagerber48 695e08b
test invalid cases
jagerber48 5671994
strip_math_mode rename and documentation
jagerber48 1e448b3
_repr_html_ and _repr_latex_ docs
jagerber48 770dc08
jupyter/IPython display example
jagerber48 b34bdbc
break out "examples" dependencies
jagerber48 d9b6870
sort autodoc members by source
jagerber48 d55674d
test left_pad_matching
jagerber48 18e916c
minor docs
jagerber48 49ed1c1
minor docs
jagerber48 1797a61
changelog
jagerber48 22f6c44
changelog
jagerber48 c6ca0c5
changelog
jagerber48 4f9747f
minor
jagerber48 0b9afda
minor
jagerber48 c155d5a
minor
jagerber48 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, I just learned about this option, I love it!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Batalex yes it's nice. I still use
blackdoc
to format code snippets in the.rst
documentation files. Awaiting astral-sh/ruff#8237 so I can move entirely away from black and over to ruff.