Skip to content

Commit

Permalink
Fix doc and examples about templates
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Dec 20, 2022
1 parent 8aa8d2e commit 2609f1c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Need more reasons to use snek5000?
[Snakemake](https://snakemake.readthedocs.io/en/stable/) functions and [how
to write Jinja
templates](https://jinja.palletsprojects.com/en/2.11.x/templates/) (which are
not so hard, btw)
[not so hard](https://snek5000.readthedocs.io/en/latest/how-to/templates.html), btw)

</details>

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/snek5000-canonical/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ snek5000.solvers =
where=src

[options.package_data]
snek5000_canonical = templates/*.j2, *.usr.f, *.par.cfg, Snakefile, etc/*.yml
snek5000_canonical = *.usr.f, *.par.cfg, Snakefile, etc/*.yml
2 changes: 1 addition & 1 deletion docs/examples/snek5000-tgv/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ snek5000.solvers =
where=src

[options.package_data]
snek5000_tgv = templates/*.j2, *.usr.f, *.par.cfg, Snakefile, etc/*.yml
snek5000_tgv = *.usr.f, *.par.cfg, Snakefile, etc/*.yml
4 changes: 1 addition & 3 deletions docs/tuto_packaging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ repository) like this::
      ├── __init__.py
      ├── canonical.usr.f
      ├── output.py
      ├── solver.py
      └── templates
  └── __init__.py
      └── solver.py

You can copy the directory `docs/examples/snek5000-canonical
<https://github.com/snek5000/snek5000/tree/main/docs/examples/snek5000-canonical>`_
Expand Down

0 comments on commit 2609f1c

Please sign in to comment.