Pack description
User applications to help with tasks using diffpy packages.
https://github.com/diffpy/diffpy.apps
Pack submission checklist
Local testing
conda create -n testcmi-env diffpy.cmi
conda activate testcmi-env
pip install -e .
cmi install docs tests
When the above items are complete, make a pull request (PR) with the changes, referencing this issue in the PR (i.e. "closes #issue-number").
Pack description
User applications to help with tasks using diffpy packages.
https://github.com/diffpy/diffpy.apps
Pack submission checklist
cd diffpy.cmi.touch requirements/packs/<your-pack-name>.txt. List all dependencies for your pack.mkdir docs/examples/<your-pack-name>/<your-example-name>..../<your-pack-name>/example1and.../<your-pack-name>/example2).docs/source/tutorial/call<your-pack-name>.rstwithcp docs/source/tutorial/core.rst docs/source/tutorial/<your-pack-name>.rst. Add your examples to the file in the same format as listed.docs/source/available-packs.rstusing the same format as the other packs. In this same file, add a description of your pack (1-2 sentences is recommended).Local testing
cmi infoto see if your pack and any examples you may have added are listed there.cd docs && make html && open build/html/index.html. Navigate around the docs to make sure everything looks okay.cmi install <your-pack-name>.When the above items are complete, make a pull request (PR) with the changes, referencing this issue in the PR (i.e. "closes #issue-number").