Skip to content

Commit 52ba694

Browse files
authored
Update README.md
1 parent 183793b commit 52ba694

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This README describes how the _astropy-learn_ organization is designed, how it f
66
### Repos
77
- _action--execute-convert_: a custom GitHub action that builds (executes and converts to html and pdf) a given notebook.
88
- _action--pre-process_: a custom GitHub action that populates the [configuration script](https://github.com/astropy-learn/astropy-tutorials/blob/main/_config.yml) used by Jupyter Book to build a given notebook.
9-
- _astropy-tutorials_: keeps material used across all tutorials, including: [Python scripts](https://github.com/astropy-learn/astropy-tutorials/tree/main/scripts) used in the above custom GitHub actions to build the notebooks, a [list of valid tutorial keywords](https://github.com/astropy-learn/astropy-tutorials/tree/main/resources), the [site logo](https://github.com/astropy-learn/astropy-tutorials/tree/main/images), a [template config file](https://github.com/astropy-learn/astropy-tutorials/blob/main/_config.yml) for Jupyter Book (which is populatd by _action--pre-process_ and used by _action--execute-convert_), and [dev requirements] used by __action--execute_convert_. Any organization-wide issues should be opened in this repo.
9+
- _astropy-tutorials_: keeps material used across all tutorials, including: [Python scripts](https://github.com/astropy-learn/astropy-tutorials/tree/main/scripts) used in the above custom GitHub actions to build the notebooks, a [template config file](https://github.com/astropy-learn/astropy-tutorials/blob/main/_config.yml) for Jupyter Book (which is populated by _action--pre-process_ and used by _action--execute-convert_), [dev requirements] used by __action--execute_convert_, a [list of valid tutorial keywords](https://github.com/astropy-learn/astropy-tutorials/tree/main/resources), and the [site logo](https://github.com/astropy-learn/astropy-tutorials/tree/main/images). Any organization-wide issues should be opened in this repo.
1010
- _learn-astropy_: hosts the website homepage (https://learn.astropy.org) and serves the rendered (HTML) notebooks to the site.
1111
- _tutorial--template_: a template repo for new tutorials.
1212
- _tutorial--*_: each tutorial (or book) is its own repo, emulating the _tutorial--template_ file structure.

0 commit comments

Comments
 (0)