Skip to content

Commit 804a852

Browse files
committed
Fix: broken links
1 parent 57e5cf0 commit 804a852

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

ci-and-testing/intro.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

tutorials/intro.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ understanding the steps involved in creating a Python package.
2828
:caption: Python Packaging 101
2929

3030
What is a Python package? <self>
31-
Make your code pip installable <1-installable-code>
32-
Add README file <2-add-readme>
33-
Add LICENSE & CODE of CONDUCT <4-add-license-file>
34-
Add pyproject.toml <5-pyproject-toml>
35-
Publish to PyPI <6-publish-pypi>
36-
Publish to conda-forge <7-publish-conda-forge>
3731
:::
3832

3933
:::{admonition} Learning Objectives
@@ -262,7 +256,7 @@ for clean code in future pyOpenSci tutorials.
262256

263257
**Readable code:** readable code is code written with a consistent style.
264258
You can use linters and code formatters such as black and flake8 to ensure
265-
this consistency throughout your entire package. [Learn more about code formatters here.](../package-structure-code/code-style-linting-format.html)
259+
this consistency throughout your entire package. [Learn more about code formatters here.](../package-structure-code/code-style-linting-format)
266260

267261
**Documented code:** documented code is written using docstrings that help a
268262
user understand both what the functions and methods in your code do and also
@@ -295,9 +289,10 @@ publish it in a repository such as **PyPI** or **conda-forge**.
295289

296290
:::{todo}
297291
The links below won't work until those lessons (which are written) are published.
298-
:::
299292

300293
Learn [how to publish your package to PyPI in this tutorial.](6-publish-pypi.md)
294+
:::
295+
301296

302297
:::{todo}
303298
This lesson is also not published - yet but will be reviewed soon.

0 commit comments

Comments
 (0)