Skip to content

Commit f7498e4

Browse files
authored
docs: mention compiled page too (#220)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent f32bcbe commit f7498e4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/pages/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ maintainable, reusable, and shareable form? Start at the
1919
**Learn recommended tools and best practices.** [Topical guides]({% link
2020
pages/guides/index.md %}) provide task-based instruction on topics that scientists
2121
and research software engineers may encounter as their projects evolve and grow.
22-
This covers [modern packaging][], [style checking][], [testing][], [documentation][],
23-
[static typing][], [CI][], and much more!
22+
This covers modern packaging([simple][] or [compiled][]), [style checking][], [testing][],
23+
[documentation][], [static typing][], [CI][], and much more!
2424

2525
{: .highlight-title }
2626

@@ -61,7 +61,8 @@ basic facility with git to use these tools successfully. We recommend the
6161

6262
<!-- prettier-ignore-start -->
6363
[scientific-python/cookie]: https://github.com/scientific-python/cookie
64-
[modern packaging]: {% link pages/guides/packaging_simple.md %}
64+
[simple]: {% link pages/guides/packaging_simple.md %}
65+
[compiled]: {% link pages/guides/packaging_compiled.md %}
6566
[style checking]: {% link pages/guides/style.md %}
6667
[testing]: {% link pages/guides/pytest.md %}
6768
[documentation]: {% link pages/guides/docs.md %}

0 commit comments

Comments
 (0)