Skip to content

Commit 163df2f

Browse files
Update navigation bar (#227)
* Update navigation bar * Fix shortcuts * Update aim
1 parent 27a9bfa commit 163df2f

File tree

4 files changed

+32
-45
lines changed

4 files changed

+32
-45
lines changed

config.yaml

+11-7
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,16 @@ params:
3434
link: /
3535

3636
navbar:
37-
- title: Ecosystem
38-
url: /ecosystem/
39-
- title: Community
40-
url: /community/
41-
- title: Forum
42-
url: https://discuss.scientific-python.org
37+
- title: Home
38+
url: /
39+
- title: User Guide
40+
url: https://learn.scientific-python.org/users/
41+
- title: Contributor Guide
42+
url: https://learn.scientific-python.org/contributors/
43+
- title: Maintainer Guide
44+
url: https://learn.scientific-python.org/maintainers/
45+
- title: Blog
46+
url: https://blog.scientific-python.org/
4347

4448
hero:
4549
# Main hero title
@@ -49,7 +53,7 @@ params:
4953
# Button text
5054
buttontext: Get started
5155
# Where the main hero button links to
52-
buttonlink: /ecosystem/
56+
buttonlink: https://learn.scientific-python.org/
5357
# Hero image (from static/images/___)
5458
image: logo.svg
5559

content/about/_index.md

+21-8
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,29 @@
22
title: "About"
33
---
44

5-
With an extensive and high-quality ecosystem of libraries, scientific Python
6-
has emerged as the leading platform for data analysis.
7-
This ecosystem is sustained by independent volunteers with separate mailing
8-
lists, websites, roadmaps, documentation, engineering and packaging solutions,
9-
and governance structures.
5+
The Scientific Python ecosystem is a loose federation of community
6+
developed and owned Python projects widely used in scientific research, technical
7+
computing, and data science.
8+
This website is part of the Scientific Python project, which aims to better
9+
coordinate the ecosystem and grow the community.
1010

11-
This project aims to better coordinate the ecosystem and prepare scientific Python
12-
for the next decade of data science.
11+
## Community
1312

14-
# People
13+
Healthy communities are built when everyone's voice is heard,
14+
when their perspective is valued, and when their work is recognized.
15+
Better technical and social solutions can be found through wide participation.
16+
We are therefore dedicated to expanding our community in a welcoming and inclusive way,
17+
with particular focus on increased participation by people who identify with groups that are
18+
underrepresented in STEM and the open source scientific Python community.
19+
20+
Community members must adhere to our [code of conduct]({{< relref "/code_of_conduct.md" >}}).
21+
22+
### Diversity, Equity, and Inclusion
23+
24+
- [Diversity & Inclusion in Scientific Computing (DISC) group](https://numfocus.org/programs/diversity-inclusion)
25+
- [Advancing an inclusive culture in the scientific Python ecosystem]({{< relref "/inclusive_culture" >}})
26+
27+
## People
1528

1629
As a coordinating effort, the Scientific Python project has several teams that operate across the ecosystem.
1730
For more information, see our [governance and decision making process]({{< relref "/about/governance" >}}).

content/community/_index.md

-18
This file was deleted.

content/ecosystem/_index.md

-12
This file was deleted.

0 commit comments

Comments
 (0)