-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Adding Interactive Initialization Documentation #1589
Adding Interactive Initialization Documentation #1589
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov Report
@@ Coverage Diff @@
## master #1589 +/- ##
=======================================
Coverage 61.92% 61.93%
=======================================
Files 62 62
Lines 5702 5729 +27
=======================================
+ Hits 3531 3548 +17
- Misses 2171 2181 +10
Continue to review full report at Codecov.
|
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.
Looks great just needs a few typos fixed
Fixed. I really need to put my writing into a spelling/grammar check program before I make a PR *insert facepalm emoji* |
Converted to draft until #1592 is merged so I can edit this notebook to reflect the changes to the code. |
Before a PR is accepted, it must meet the following criteria:
|
1740a39
to
68a46b0
Compare
Before a pull request is accepted, it must meet the following criteria:
|
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.
This looks great! Really nice job writing up a complex topic. My only concern are some minor PEP 8 issues, which would be good to fix.
Try to use astropy units when instantiating quantities containing units to keep consistency with the way that constants are access from astropy. |
* creating energypackets notebook * more additions to energypackets page * finished notebook aspect of energy packet docs * important small changes * wrote a section before the python code * final changes * fixing typos * a few changes * adding more info to the custom_source notebook * working on custom_source notebook * grammar * grammar in the notebook title * fixing typo * fixing hyperlink * fixing hyperlink again * pep 8 * more pep8 * formatting * getting opinions * adding units
This PR creates interactive documentation on energy packet initialization.
Description
The new notebook incorporates the "Discretization" page and elements of the "Propagation" page of the documentation, as well as code that demonstrates how packets are initialized in TARDIS. This PR also fixes hyperlink problems that arose from my changes.
Motivation and context
This is part of a larger problem to make the TARDIS documentation more interactive.
How has this been tested?
The documentation has been built locally and on github (see below)
Examples
You can view the built documentation with my changes here.
Type of change
Checklist