Skip to content

Commit e06b4b4

Browse files
committed
Remove checklists
1 parent 7bce419 commit e06b4b4

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

portal/cookbook-guide.md

+17-17
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@ Your cookbook is now ready to have content added. In the rest of this guide, we
3333

3434
## Update repository-specific text
3535

36-
- [ ] Automatically adjust link paths that need to be changed from the `cookbook-template` to your new cookbook by manually trigger the action “trigger-replace-links” GitHub action. Do this by navigating to "Actions" -> "trigger-replace-links" -> "Run workflow".
37-
- [ ] Edit `_config.yml`. These will show up on your [card in the gallery](https://cookbooks.projectpythia.org/) and are used for filtering.
38-
- [ ] title
39-
- [ ] thumbnail (not logo). You may simply replace the default `thumbnail.png` with your own image
40-
- [ ] tags
41-
- [ ] Edit the `CITATION.cff` file Change the following fields. These will show up on your [card in the gallery](https://cookbooks.projectpythia.org/) and on your Zenodo citation.
42-
- [ ] title
43-
- [ ] authors
44-
- [ ] authors' ORCID IDs and affiliation websites (optional)
45-
- [ ] description/abstract
46-
- [ ] Cookbook contributor name
47-
- [ ] Edit the `notebooks/how-to-cite.md` file with your Cookbook title in the line, "The material in <This Cookbook> is licensed ..."
36+
1. Automatically adjust link paths that need to be changed from the `cookbook-template` to your new cookbook by manually trigger the action “trigger-replace-links” GitHub action. Do this by navigating to "Actions" -> "trigger-replace-links" -> "Run workflow".
37+
1. Edit `_config.yml`. These will show up on your [card in the gallery](https://cookbooks.projectpythia.org/) and are used for filtering.
38+
- title
39+
- thumbnail (not logo). You may simply replace the default `thumbnail.png` with your own image
40+
- tags
41+
1. Edit the `CITATION.cff` file Change the following fields. These will show up on your [card in the gallery](https://cookbooks.projectpythia.org/) and on your Zenodo citation.
42+
- title
43+
- authors
44+
- authors' ORCID IDs and affiliation websites (optional)
45+
- description/abstract
46+
- Cookbook contributor name
47+
1. Edit the `notebooks/how-to-cite.md` file with your Cookbook title in the line, "The material in <This Cookbook> is licensed ..."
4848

4949
## Set up the environment
5050

@@ -60,11 +60,11 @@ Your cookbook is now ready to have content added. In the rest of this guide, we
6060
To add content, you should edit (and duplicate as necessary) the notebook template `notebooks/notebook-template.ipynb`. You can add folders to organize notebooks into sections if applicable.
6161
Once you have a set of notebooks that you are ready to share, there are various edits that need to be made so that your cookbook is functional and polished. Here is a checklist to go through before moving on to the next step:
6262

63-
- [ ] Add the notebooks to `_toc.yml` (the table of contents). See [`radar-cookbook/_toc.yml`](https://github.com/ProjectPythia/radar-cookbook/blob/main/_toc.yml) for syntax
64-
- [ ] Edit `README.md` as described in that file. This is the homepage of your cookbook, so it should be descriptive
65-
- [ ] If your cookbook requires more computing resources than available through GitHub Actions, change `execute_notebooks` from `cache` to `binder` in `_config.yml` to run your cookbook on the Pythia Binder
66-
- [ ] Clear all notebook outputs, since the Pythia infrastructure will execute the notebooks
67-
- [ ] Ensure that your cookbook successfully builds and shows the executed code
63+
- Add the notebooks to `_toc.yml` (the table of contents). See [`radar-cookbook/_toc.yml`](https://github.com/ProjectPythia/radar-cookbook/blob/main/_toc.yml) for syntax
64+
- Edit `README.md` as described in that file. This is the homepage of your cookbook, so it should be descriptive
65+
- If your cookbook requires more computing resources than available through GitHub Actions, change `execute_notebooks` from `cache` to `binder` in `_config.yml` to run your cookbook on the Pythia Binder
66+
- Clear all notebook outputs, since the Pythia infrastructure will execute the notebooks
67+
- Ensure that your cookbook successfully builds and shows the executed code
6868

6969
## Transfer cookbook to the [ProjectPythia](https://github.com/ProjectPythia) organization
7070

0 commit comments

Comments
 (0)