Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/repository-files/license-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bibliography:

# License files for Python open source software

:::{button-link} <https://www.pyopensci.org/about-peer-review/>
:::{button-link} https://www.pyopensci.org/about-peer-review/
:color: primary
:class: sd-rounded-pill float-left

Expand Down
6 changes: 3 additions & 3 deletions package-structure-code/python-package-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Other resources you can check out:

You can use tools like Hatch to quickly create a modern Python package structure. Check out our quickstart tutorial:

:::{button-link} <https://www.pyopensci.org/python-package-guide/tutorials/create-python-package.html#step-1-set-up-the-package-directory-structure>
:::{button-link} ../tutorials/create-python-package.html#step-1-set-up-the-package-directory-structure
:color: success
:class: sd-rounded-pill float-left

Expand Down Expand Up @@ -77,7 +77,7 @@ include:

<!-- TODO: CHANGELOG is not mentioned in either documentation nor peer review -->

:::{button-link} <https://www.pyopensci.org/python-package-guide/documentation>
:::{button-link} ../documentation/index.html
:color: info
:class: sd-rounded-pill

Expand Down Expand Up @@ -164,7 +164,7 @@ distribution files. This places a maintenance toll on repositories like PyPI and
Anaconda.org that have to deal with thousands of package uploads.
:::

:::{button-link} /tutorials/create-python-package.html#step-1-set-up-the-package-directory-structure
:::{button-link} ../tutorials/create-python-package.html#step-1-set-up-the-package-directory-structure
:color: success
:class: sd-rounded-pill float-left

Expand Down