Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng committed Oct 15, 2024
1 parent 90efea1 commit 2130e46
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ Click `Use this template` button to copy this repository.

See also:

- [template-juliabook](https://github.com/ww-jl/template-juliabook): runs notebooks concurrently and use [jupyter-book][] to build the website.
- [template-juliabook](https://github.com/ww-jl/template-juliabook): runs notebooks concurrently *in one runner* and use [jupyter-book][] to build the website.
- [template-quarto-julia-matrix](https://github.com/sosiristseng/template-quarto-julia-matrix): mostly the same as this repository, but it uses quarto to render the website.

[jupyter-book]: https://jupyterbook.org

## Notebook execution and publish

In [ci.yml](.github/workflows/ci.yml), Jupyter (`*.ipynb`) and Literate (`*.jl`) notebooks under the `docs` folder are executed by GitHub actions; then [Jupyter book][jupyter-book] creates a beautiful website.
In [ci.yml](.github/workflows/ci.yml), each Jupyter (`*.ipynb`) notebooks under the `docs` folder is executed with one GitHub actions runner; then [Jupyter book][jupyter-book] collects the result notebooks and creates a beautiful website.

### Parallel execution

Expand Down

0 comments on commit 2130e46

Please sign in to comment.