Skip to content

Commit 19dc258

Browse files
committed
Fix: 3 more broken links- created todos for when new links are live
1 parent 804a852 commit 19dc258

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tutorials/intro.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ It can be tricky to decide when your code becomes something that might be more b
213213
:::{admonition} How does this relate to code for a research project?
214214
:class: note
215215

216-
A [Research Compendium](https://the-turing-way.netlify.app/reproducible-research/compendia.html#basic-compendium) is an organized set of code, data and documentation that
216+
A [Research Compendium](https://the-turing-way.netlify.app/reproducible-research/compendia.html) is an organized set of code, data and documentation that
217217
supports a specific research project. It aims to enhance the reproducibility and
218218
transparency of research by providing a comprehensive record of the methods,
219219
data, and analyses used in a study.
@@ -298,8 +298,12 @@ Learn [how to publish your package to PyPI in this tutorial.](6-publish-pypi.md)
298298
This lesson is also not published - yet but will be reviewed soon.
299299
:::
300300

301-
Then you can create a conda-forge recipe using the [Grayskull](https://github.com/conda/grayskull) tool. You can then submit this recipe to conda-forge. [You will learn more about the conda-forge publication process here.](7-publish-conda-forge.md)
301+
Then you can create a conda-forge recipe using the [Grayskull](https://github.com/conda/grayskull) tool. You can then submit this recipe to conda-forge.
302302

303+
:::{todo}
304+
remove this todo when this page is published
305+
[You will learn more about the conda-forge publication process here.](7-publish-conda-forge.md)
306+
:::
303307

304308
:::{figure-md} build-workflow-tutorial
305309
<img src="../images/tutorials/publish-package-pypi-conda.png" alt="Graphic showing the high level packaging workflow. On the left you see a graphic with code, metadata and tests in it. Those items all go into your package. Documentation and data are below that box because they aren't normally published in your packaging wheel distribution. an arrow to the right takes you to a build distribution files box. that box leads you to either publishing to testPyPI or the real PyPI. From PyPI you can then connect to conda forge for an automated build that sends distributions from PyPI to conda-forge." width="700px">

0 commit comments

Comments
 (0)