You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/intro.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -213,7 +213,7 @@ It can be tricky to decide when your code becomes something that might be more b
213
213
:::{admonition} How does this relate to code for a research project?
214
214
:class: note
215
215
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
217
217
supports a specific research project. It aims to enhance the reproducibility and
218
218
transparency of research by providing a comprehensive record of the methods,
219
219
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)
298
298
This lesson is also not published - yet but will be reviewed soon.
299
299
:::
300
300
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.
302
302
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
+
:::
303
307
304
308
:::{figure-md} build-workflow-tutorial
305
309
<imgsrc="../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