Skip to content

Commit 78ff4dd

Browse files
make index page match toctree structure
1 parent cdfd0c6 commit 78ff4dd

File tree

2 files changed

+21
-8
lines changed

2 files changed

+21
-8
lines changed

_static/pyos.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ h1 {
6969
color: var(--pyos-h1-color);
7070
}
7171
h2 {
72-
margin-top: 80px;
72+
margin-top: 1em;
7373
}
7474

7575
h3 {

index.md

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Community docs
5656
5757
Publish your docs
5858
```
59-
## _new_ Tutorial Series: How to Create a Python Package
59+
## _new_ Tutorial Series
6060

6161
The how to create a Python package tutorial series is being developed
6262
by the community now! Join our community review process or watch development of these tutorials in our [Github repo here](https://github.com/pyOpenSci/python-package-guide).
@@ -100,7 +100,7 @@ by the community now! Join our community review process or watch development of
100100
:::::
101101

102102

103-
## Python packaging ecosystem overview & best practices
103+
## Packaging
104104

105105
Learn about Python packaging best practices. You will also get to know the
106106
the vibrant ecosystem of packaging tools that are available to help you with your Python packaging needs.
@@ -135,7 +135,13 @@ Learn about best practices for:
135135

136136
:::
137137
::::
138+
:::::
139+
140+
## Documentation
138141

142+
:::::{grid} 1 1 2 2
143+
:class-container: text-center
144+
:gutter: 3
139145

140146
::::{grid-item}
141147
:::{card} ✨ Write & Publish Docs ✨
@@ -160,6 +166,14 @@ Learn about best practices for:
160166
*We are actively working on this section. [Follow development here.](https://github.com/pyOpenSci/python-package-guide)*
161167
:::
162168
::::
169+
:::::
170+
171+
## Contributing
172+
173+
:::::{grid} 1 1 2 2
174+
:class-container: text-center
175+
:gutter: 3
176+
163177

164178
::::{grid-item}
165179
:::{card} ✨ Code style & Format ✨
@@ -228,20 +242,19 @@ This is a living guide that is updated as tools and best practices evolve in the
228242
Tutorials <tutorials/intro>
229243
```
230244

231-
232245
```{toctree}
233246
:hidden:
234-
:caption: Documentation
247+
:caption: Packaging
235248
236-
Documentation <documentation/index>
249+
Packaging <package-structure-code/intro>
237250
238251
```
239252

240253
```{toctree}
241254
:hidden:
242-
:caption: Packaging
255+
:caption: Documentation
243256
244-
Packaging <package-structure-code/intro>
257+
Documentation <documentation/index>
245258
246259
```
247260

0 commit comments

Comments
 (0)