Skip to content

Commit cedda8a

Browse files
committed
title changes
1 parent da01509 commit cedda8a

File tree

5 files changed

+18
-12
lines changed

5 files changed

+18
-12
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: docformatter
66
args: [--in-place, --pre-summary-newline, --make-summary-multi]
77
- repo: https://github.com/charliermarsh/ruff-pre-commit
8-
rev: "v0.9.3"
8+
rev: "v0.9.4"
99
hooks:
1010
- id: ruff
1111
args: ["--fix", "--unsafe-fixes"]
@@ -25,6 +25,6 @@ repos:
2525
hooks:
2626
- id: prettier
2727
- repo: https://github.com/crate-ci/typos
28-
rev: dictgen-v0.3.1
28+
rev: typos-dict-v0.12.4
2929
hooks:
3030
- id: typos

docs/charter.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Committee Charter
33
*****************
44

5-
The Project Infrastructure Committee is established under Article 5, Sections 1-2 of the NumFOCUS Bylaws.
5+
The Infrastructure Committee is established under Article 5, Sections 1-2 of the NumFOCUS Bylaws.
66

77
Purpose
88
=======
@@ -18,7 +18,7 @@ Digital infrastructure includes but is not limited to:
1818
Mission
1919
=======
2020

21-
The Project Infrastructure Committee will manage project digital infrastructure in a way that is fair, equitable, and supports long-term sustainability and project development.
21+
The Infrastructure Committee will manage project digital infrastructure in a way that is fair, equitable, and supports long-term sustainability and project development.
2222

2323
The Committee will:
2424

docs/ci_cd_guide/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
******************************
2-
Paying for CI/CD with NumFOCUS
3-
******************************
1+
****************
2+
Paying for CI/CD
3+
****************
44

55
This guide is intended to help you set up a CI/CD pipeline for your project and get it paid for by NumFOCUS.
66

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from datetime import datetime
22

33
author = "NumFOCUS Infrastructure Committee"
4-
project = "NumFOCUS Infrastructure"
4+
project = "NumFOCUS Infrastructure Committee"
55
release = ""
66
copyright = f"{datetime.now().year}, {author}" # NOQA: A001 DTZ005
77
html_theme = "pydata_sphinx_theme"
@@ -11,7 +11,7 @@
1111
html_favicon = "_static/NumFocus_LRG.png"
1212
html_theme_options = {
1313
"logo": {
14-
"text": "Project Infrastructure",
14+
"text": "Infrastructure",
1515
"image_light": "_static/NumFocus_LRG.png", # For light mode
1616
"image_dark": "_static/NumFocus_LRG.png", # For dark mode
1717
},

docs/index.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
===============================
2-
NumFOCUS Project Infrastructure
3-
===============================
1+
=================================
2+
NumFOCUS Infrastructure Committee
3+
=================================
4+
5+
This site details the activities and governance of the NumFOCUS Infrastructure Committee.
6+
7+
The Committee is "responsible for managing project digital infrastructure in a way that is fair, equitable, and supports long-term sustainability and project development."
8+
9+
We also advice the NumFOCUS staff on infrastructure-related matters.
410

511
.. toctree::
612
:maxdepth: 1

0 commit comments

Comments
 (0)