-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve mean, eccentric, and true anomaly descriptions (#16)
* First draft * Add jupyterlab deps * Add script to draw the time since periapsis figure * Jupyter Lab wants to have node available * Julia updates * Jupyterlab updates * SVG updates * Mise task updates * Improve text for calculating GEO * Allow math rendering to run from the root * New figures! * Updates for the text to resolve #15 * Update lockfile
- Loading branch information
1 parent
10dcfcd
commit fec7e3f
Showing
93 changed files
with
5,709 additions
and
3,684 deletions.
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 was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
include = [".mise.toml", ".taplo.toml", "pyproject.toml"] | ||
|
||
[formatting] | ||
align_entries = true | ||
column_width = 88 | ||
indent_string = " " | ||
reorder_arrays = true | ||
reorder_inline_tables = true | ||
reorder_keys = true |
Oops, something went wrong.