Skip to content

Commit f759675

Browse files
authored
Fix navigation structure (#55)
1 parent 98b1dd4 commit f759675

File tree

6 files changed

+46
-41
lines changed

6 files changed

+46
-41
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
},
9595
],
9696
"logo": {
97-
"text": "Governance",
97+
"text": "Handbook",
9898
"image_dark": "logo-dark-mode.png",
9999
"image_light": "logo-light-mode.png",
100100
"alt_text": "pyOpenSci Handbook. The pyOpenSci logo is a purple flower with pyOpenSci under it. The o in open sci is the center of the flower",

governance/index.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Governance
2+
3+
## About
4+
pyOpenSci is an non-profit organization whose mission is to build diverse,
5+
supportive community around the free and open Python tools that drive open
6+
science.
7+
8+
pyOpenSci supports open science through
9+
10+
* **Open Peer review:** pyOpenSci runs an open peer review process lead by volunteer editors and reviewers. This process has several goals including reducing functionality overlap in existing open source tools; supporting long term maintenance of tools and/or carefully sunsetting of tools as needed and increasing the quality of tools built to support scientific workflows.
11+
* **Mentorship:** We will build out a community program where diverse community members are mentored in skills needed to both contribute to open source software which in turn will propel their open science skills forward.
12+
* **Training:** pyOpenSci will provide training in skills needed to contribute to open source software.
13+
14+
15+
```{toctree}
16+
:hidden:
17+
:caption: Organization Structure
18+
19+
Home <self>
20+
mission-values
21+
structure
22+
Code of Conduct <../CODE_OF_CONDUCT.md>
23+
```
24+
25+
26+
```{toctree}
27+
:hidden:
28+
:caption: Reference Information
29+
30+
../reference/index.md
31+
32+
```
33+
34+
```{toctree}
35+
:hidden:
36+
:caption: Our Programs
37+
38+
Programs (coming soon) <../programs/index.md>
39+
40+
```
File renamed without changes.
File renamed without changes.

index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ programmers and researchers.
8787
:hidden:
8888
:caption: Mission, Leadership, Code of Conduct
8989

90-
Structure & Values <organization/index>
90+
Governance & Values <governance/index>
9191
:::
9292

9393
:::{toctree}
@@ -101,13 +101,14 @@ Community <community/index>
101101
:hidden:
102102
:caption: Mission, Leadership, Code of Conduct
103103

104-
Code of Conduct <CODE_OF_CONDUCT.md>
104+
Organization <organization/index>
105105
:::
106106

107107
:::{toctree}
108108
:hidden:
109109
:caption: Contributing
110110

111+
Code of Conduct <CODE_OF_CONDUCT.md>
111112
Contributing <CONTRIBUTING.md>
112113
Changelog <CHANGELOG.md>
113114
:::

organization/index.md

Lines changed: 2 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,3 @@
1-
# Organization intro
1+
# Organization
22

3-
pyOpenSci is an non-profit organization whose mission is to build diverse,
4-
supportive community around the free and open Python tools that drive open
5-
science.
6-
7-
pyOpenSci supports open science through
8-
9-
* **Open Peer review:** pyOpenSci runs an open peer review process lead by volunteer editors and reviewers. This process has several goals including reducing functionality overlap in existing open source tools; supporting long term maintenance of tools and/or carefully sunsetting of tools as needed and increasing the quality of tools built to support scientific workflows.
10-
* **Mentorship:** We will build out a community program where diverse community members are mentored in skills needed to both contribute to open source software which in turn will propel their open science skills forward.
11-
* **Training:** pyOpenSci will provide training in skills needed to contribute to open source software.
12-
13-
14-
```{toctree}
15-
:hidden:
16-
:caption: Organization Structure
17-
18-
Home <self>
19-
mission-values
20-
structure
21-
Code of Conduct <../CODE_OF_CONDUCT.md>
22-
```
23-
24-
25-
```{toctree}
26-
:hidden:
27-
:caption: Reference Information
28-
29-
../reference/index.md
30-
31-
```
32-
33-
```{toctree}
34-
:hidden:
35-
:caption: Our Programs
36-
37-
Programs (coming soon) <../programs/index.md>
38-
39-
```
3+
In this section we will add organizational processes.

0 commit comments

Comments
 (0)