Skip to content

Commit 45c231a

Browse files
committed
More jb2 fixes
1 parent e47abb2 commit 45c231a

File tree

10 files changed

+18
-9
lines changed

10 files changed

+18
-9
lines changed

docs/_site/nav.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 1
2+
site:
3+
title: Jupyter Governance
4+
options:
5+
logo: https://raw.githubusercontent.com/jupyter/governance/main/docs/images/jupyter-logo-light.png
6+
logo_dark: https://raw.githubusercontent.com/jupyter/governance/main/docs/images/jupyter-logo-dark.png

docs/conduct/code_of_conduct.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ You can file a report by emailing
133133
[*[email protected]*](mailto:[email protected]) or by filling out
134134
[this form](https://forms.gle/gRMQc9G4hejqoqgC8). For more details or
135135
information on reporting in-person at an event, please see our Reporting
136-
Guidelines (for [online](reporting_online) and
137-
[in-person](reporting_events) contexts).
136+
Guidelines (for [online](#reporting_online) and
137+
[in-person](#reporting_events) contexts).
138138

139139
The online form gives you the option to keep your report anonymous or request
140140
that we follow up with you directly. While we cannot follow up on an anonymous

docs/conduct/enforcement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ When a report is sent to the committee they will immediately reply to the
8888
reporter to confirm receipt. This reply must be sent within 24 hours, and the
8989
group should strive to respond much quicker than that.
9090

91-
See the [Reporting Guidelines](reporting_online) for details of
91+
See the [Reporting Guidelines](#reporting_online) for details of
9292
what reports should contain. If a report doesn't contain enough information, the
9393
committee will obtain all relevant data before acting. The committee is
9494
empowered to act on the Executive Council’s behalf in contacting any individuals

docs/conduct/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ that defend the values highlighted in this document and help others understand
4242
when their actions go against these values (by engaging them and directing them
4343
to this document if necessary). If that doesn't work, or if you need more help,
4444
you can contact [email protected]. For more details please see our [Reporting
45-
Guidelines](reporting_online).
45+
Guidelines](#reporting_online).
4646

4747
## What about events funded by Project Jupyter?
4848

docs/conduct/reporting_events.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
(reporting_events)=
12
# Reporting Guide - Jupyter Events
23

34
You can make a personal report by:

docs/conduct/reporting_online.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
(reporting_online)=
12
# Reporting Guide - Online Community
23

34
If you believe someone is violating the code of conduct we ask that you report

docs/images/jupyter-logo-dark.png

78.4 KB
Loading

docs/images/jupyter-logo-light.png

88.4 KB
Loading

docs/myst.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
version: 1
2+
extends: _site/nav.yml
23
project:
34
title: Project Jupyter Governance
45
copyright: ""
@@ -62,9 +63,9 @@ project:
6263

6364
site:
6465
template: book-theme
65-
title: Project Jupyter Governance
6666
options:
67-
logo_text: Project Jupyter
67+
logo_text: Jupyter Governance
68+
folders: true
6869
actions:
6970
- title: Edit on GitHub
7071
url: https://github.com/jupyter/governance/edit/main/docs

docs/newsubprojects.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@ steps will be taken:
139139
read/write permissions on the Subproject repository.
140140
3. The team will send an email to the main Jupyter list with an announcement about the new
141141
Subproject.
142-
4. The standard [Project Jupyter LICENSE](https://raw.githubusercontent.com/jupyter/governance/master/projectlicense.md) file that
142+
4. The standard [Project Jupyter LICENSE](https://raw.githubusercontent.com/jupyter/governance/main/docs/projectlicense.md) file that
143143
is maintained in this governance repository will be added to the repository.
144144
5. Copyright notices in individual files should be updated to the standard form described
145-
in our [Project Jupyter License](https://raw.githubusercontent.com/jupyter/governance/master/projectlicense.md).
145+
in our [Project Jupyter License](https://raw.githubusercontent.com/jupyter/governance/main/docs/projectlicense.md).
146146

147147

148148
## Incubation of Subprojects
@@ -225,7 +225,7 @@ taken:
225225
1. A GitHub repository will be created under the jupyter-incubator organization
226226
2. A GitHub team will be created with read/write access to the repository, including the
227227
Advocate.
228-
4. The standard Jupyter [LICENSE](https://raw.githubusercontent.com/jupyter/governance/master/projectlicense.md) file that
228+
4. The standard Jupyter [LICENSE](https://raw.githubusercontent.com/jupyter/governance/main/docs/projectlicense.md) file that
229229
is maintained in this governance repository will be added to the new repository.
230230
4. A member of the Steering Council will announce the newly incubated Subproject on the
231231
main Jupyter list.

0 commit comments

Comments
 (0)