-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
55 changed files
with
527 additions
and
493 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,13 +5,11 @@ | |
# http://www.sphinx-doc.org/en/master/config | ||
|
||
import os | ||
from sphinx_gallery.sorting import ExplicitOrder | ||
from sunkit_magex import __version__ | ||
|
||
# -- Project information ----------------------------------------------------- | ||
|
||
# The full version, including alpha/beta/rc tags | ||
from sunkit_magex import __version__ | ||
release = __version__ | ||
|
||
project = "sunkit-magex" | ||
copyright = "2024, The SunPy Community" | ||
author = "The SunPy Community" | ||
|
@@ -64,13 +62,9 @@ | |
} | ||
|
||
# -- Options for HTML output ------------------------------------------------- | ||
|
||
html_theme = "sunpy" | ||
|
||
# -- Sphinx Gallery ---------------------------------------------------------- | ||
|
||
from sphinx_gallery.sorting import ExplicitOrder # noqa | ||
|
||
sphinx_gallery_conf = { | ||
"ignore_pattern": ".*helpers.py", | ||
"examples_dirs": "../examples", | ||
|
@@ -85,7 +79,5 @@ | |
|
||
# -- Other options ---------------------------------------------------------- | ||
default_role = 'py:obj' | ||
|
||
os.environ["JSOC_EMAIL"] = '[email protected]' | ||
|
||
nitpicky = True |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
========== | ||
Installing | ||
---------- | ||
sunkit_magex can be installed from PyPI using | ||
========== | ||
|
||
.. code:: | ||
``sunkit_magex`` can be installed from PyPI using | ||
|
||
.. code:: shell | ||
pip install sunkit-magex | ||
This will install sunkit_magex and all of its dependencies. In addition to the core | ||
dependencies, there are two optional dependencies (numba, streamtracer) that | ||
improve code performance. These can be installed with | ||
This will install sunkit_magex and all of its dependencies. | ||
In addition to the core dependencies, there are two optional dependencies (numba, streamtracer) that can improve code performance. | ||
These can be installed with | ||
|
||
.. code:: | ||
.. code:: shell | ||
pip install sunkit-magex[performance] |
Binary file renamed
BIN
+370 KB
docs/manual/numerical_methods.pdf → docs/manual/numerical-methods.pdf
Binary file not shown.
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,46 @@ | ||
This is BibTeX, Version 0.99d (TeX Live 2023/Arch Linux) | ||
Capacity: max_strings=200000, hash_size=200000, hash_prime=170003 | ||
The top-level auxiliary file: numerical-methods.aux | ||
The style file: abbrvnat.bst | ||
Database file #1: refs.bib | ||
You've used 1 entry, | ||
2773 wiz_defined-function locations, | ||
600 strings with 4742 characters, | ||
and the built_in function-call counts, 540 in all, are: | ||
= -- 46 | ||
> -- 30 | ||
< -- 0 | ||
+ -- 10 | ||
- -- 9 | ||
* -- 50 | ||
:= -- 89 | ||
add.period$ -- 4 | ||
call.type$ -- 1 | ||
change.case$ -- 6 | ||
chr.to.int$ -- 1 | ||
cite$ -- 2 | ||
duplicate$ -- 21 | ||
empty$ -- 41 | ||
format.name$ -- 10 | ||
if$ -- 107 | ||
int.to.chr$ -- 1 | ||
int.to.str$ -- 1 | ||
missing$ -- 1 | ||
newline$ -- 14 | ||
num.names$ -- 4 | ||
pop$ -- 9 | ||
preamble$ -- 1 | ||
purify$ -- 5 | ||
quote$ -- 0 | ||
skip$ -- 15 | ||
stack$ -- 0 | ||
substring$ -- 23 | ||
swap$ -- 2 | ||
text.length$ -- 0 | ||
text.prefix$ -- 0 | ||
top$ -- 0 | ||
type$ -- 11 | ||
warning$ -- 0 | ||
while$ -- 4 | ||
width$ -- 0 | ||
write$ -- 22 |
Oops, something went wrong.