Skip to content

Commit 54d404f

Browse files
committed
Fix: htmlproofer caught 2 bad links
1 parent 1d8b3c7 commit 54d404f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

tutorials/1-installable-code.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,11 @@ environment and shell on your computer.
5252
You are welcome to use any Python environment manager that you choose.
5353
If you are using Windows or are not familiar with Shell, you may want to check out the Carpentries shell lesson[^shell-lesson]. Windows users will likely need to configure a tool for any Shell and git related steps.
5454

55+
:::{todo}
56+
When this lesson is published, unlink
5557
* [If you need guidance creating a Python environment, review this lesson](extras/1-create-environment.md) which walks you through creating an environment using both `venv` and `conda`.
58+
:::
59+
5660
* If you aren't sure which environment manager to use and
5761
you are a scientist, we suggest that you use `conda`, particularly if you are working with spatial data.
5862

@@ -292,8 +296,12 @@ For instance, a `build-system` table most often holds two (2) variables:
292296
2. `build-backend = `, which is used to define the specific build-backend name, (in this example we are using `hatchling.build`).
293297

294298
TOML organizes data structures, defining relationships within a configuration
295-
file. You will learn more about the `pyproject.toml` format in the
299+
file.
300+
301+
:::{todo}
302+
You will learn more about the `pyproject.toml` format in the
296303
[next lesson when you add additional metadata / information to this file.](5-pyproject-toml.md)
304+
:::
297305

298306
```toml
299307
# An example of the build-system table which contains two variables - requires and build-backend

0 commit comments

Comments
 (0)