Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/release_checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ assignees: ""
### checklist for diffpy.cmi

- [ ] Manually trigger the `validate-examples.yml` workflow to run all example scripts.
- [ ] Make sure available examples, packs, and profiles are listed in the docs. Check this by installing locally with `pip install .`, building the docs with `cmi install docs && cd docs && make html && open build/html/index.html`, running `cmi info`, and comparing the output to what is listed under "Examples" in the docs.
- [ ] Make sure available examples, packs, and profiles are listed in the docs. Check this by installing locally with `pip install .`, building the docs with `cmi install docs && cd docs && make html && open build/html/index.html`, running `cmi info`, and comparing the output to what is listed in the docs.

### PyPI/GitHub rc-release preparation checklist:

Expand Down
1 change: 1 addition & 0 deletions docs/source/tutorials/pdf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Available Examples
- ch07StructuralPhaseTransitions
- ch08NPRefinement
- ch11ClusterXYZ
- nanoparticle-fit

Ni PDF Fitting Tutorial
-----------------------
Expand Down
23 changes: 23 additions & 0 deletions news/add-ex.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* No news needed, add example to list in docs.

**Changed:**

* <news item>

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* <news item>

**Security:**

* <news item>
Loading