Skip to content

Commit cb8294c

Browse files
authored
bug: syntax error causing broken link (#605)
1 parent 770f398 commit cb8294c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package-structure-code/python-package-structure.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ include:
7777

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

80-
```{button-link} https://www.pyopensci.org/python-package-guide/documentation
80+
:::{button-link} <https://www.pyopensci.org/python-package-guide/documentation>
8181
:color: info
8282
:class: sd-rounded-pill
8383

@@ -95,7 +95,7 @@ Click here to read about our packaging documentation requirements.
9595
:::
9696

9797
(src-layout-test)=
98-
## The src/ layout and testing
98+
## The src layout and testing
9999

100100
The benefit of using the **src/package** layout is that it ensures tests are run against the
101101
installed version of your package rather than the files in your package
@@ -105,7 +105,7 @@ your package is installed.
105105

106106
If `tests/` are outside the **src/package** directory, they aren't included in the package's [wheel](python-wheel). This makes your package size slightly smaller, which places a smaller storage burden on PyPI, and makes them faster to fetch.
107107

108-
- [Read more about reasons to use the **src/package** layout](https://hynek.me/articles/testing-packaging/)
108+
* [Read more about reasons to use the **src/package** layout](https://hynek.me/articles/testing-packaging/)
109109

110110
:::{admonition} How Python discovers and prioritizes importing modules
111111

0 commit comments

Comments
 (0)