|
| 1 | +<!-- |
| 2 | +Thanks for contributing a pull request to SimPEG user tutorials! |
| 3 | +Remember to use a personal fork of SimPEG user tutorials to propose changes. |
| 4 | +
|
| 5 | +Check out the stages of a pull request at |
| 6 | +https://docs.simpeg.xyz/content/getting_started/contributing/pull-requests.html |
| 7 | +
|
| 8 | +Note that we are a team of volunteers and we appreciate your |
| 9 | +patience during the review process. |
| 10 | +
|
| 11 | +Again, thanks for contributing! |
| 12 | +
|
| 13 | +Feel free to remove lines from this template that do not apply to you pull request. |
| 14 | +--> |
| 15 | + |
| 16 | +#### Summary |
| 17 | +<!-- Add a summary of this Pull Request. Explain what it provides as tutorial material. --> |
| 18 | + |
| 19 | +#### PR Checklist |
| 20 | +* [ ] If this is a work in progress PR, set as a Draft PR |
| 21 | +* [ ] General |
| 22 | + * [ ] Notebook is compatible with latest SimPEG release |
| 23 | + * [ ] No deprecated functions and/or input arguments are being used |
| 24 | + * [ ] Coding cells linted according to the [style guides](https://docs.simpeg.xyz/latest/content/getting_started/contributing/code-style.html). |
| 25 | +* [ ] Introduction is complete: |
| 26 | + * [ ] Title and author added to notebook |
| 27 | + * [ ] Admonitions for notebook difficulty and computational resources have been added |
| 28 | + * [ ] Keywords list has been added |
| 29 | + * [ ] Summary paragraph describing the tutorial has been added |
| 30 | + * [ ] Learning objectives have been listed |
| 31 | + * [ ] Hyperlinks to other tutorial notebooks added if necessary |
| 32 | +* [ ] For sections and subsections: |
| 33 | + * [ ] A header and short summary of what is being done |
| 34 | + * [ ] Links to API documentation added for all classes and functions that are used |
| 35 | + * [ ] Newly introduced functionality is explained, or links are provided to relevant materials |
| 36 | + * [ ] The approach taken when choosing hyperparameter values is explained. The use of ad hoc values without explanation is discouraged |
| 37 | + * [ ] All figures are legible and rendered appropriately |
| 38 | +* [ ] Marked as ready for review (if this is was a draft PR), and converted to a pull request |
| 39 | +* [ ] Tagged ``@simpeg/simpeg-developers`` when ready for review |
| 40 | + |
| 41 | + |
| 42 | +#### Additional information |
| 43 | +<!--Any additional information you think is important.--> |
| 44 | + |
| 45 | + |
| 46 | +<!-- |
| 47 | +Once all tests pass and the code has been reviewed and approved, it will be merged into main |
| 48 | +--> |
0 commit comments