Skip to content
Merged
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
10 changes: 7 additions & 3 deletions _static/pyos.css
Original file line number Diff line number Diff line change
Expand Up @@ -293,14 +293,18 @@ html[data-theme=dark] {
.sd-card-body {
padding: 0 0!important;


.left-aligned
& ul li {
text-align: left;
}
}

p.sd-card-text {
.sd-card {
padding-bottom: 1.5em;
}

.sd-card-text {
text-align: left;
padding: 1em;
padding-right: 1.5em;
padding-left: 1.5em;
}
5 changes: 4 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ by the community now! Join our community review process or watch development of
:::{card} ✿ Tutorials ✿
:class-card: left-aligned

[What is a Python package?](/tutorials/intro)
* [What is a Python package?](/tutorials/intro)
* How to make your code installable (coming next!)

_The second lesson is currently under review in our [GitHub Repo here](https://github.com/pyOpenSci/python-package-guide/pulls). It will be live by the end of January 2024_

:::
::::
Expand Down
2 changes: 1 addition & 1 deletion tests/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tests for your Python package and how you can setup infrastructure
to run your tests both locally and on GitHub.


:::::{grid} 1 1 3 3
:::::{grid} 1 1 3 2
:class-container: text-center
:gutter: 3

Expand Down