Skip to content

Commit 8931ac3

Browse files
committed
Chore: Update GitHub organization name
1 parent baa8d6a commit 8931ac3

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import os
44

55
project = "Sphinx Design Elements"
6-
copyright = "2023-2025, Panodata Developers"
7-
author = "Panodata Developers"
6+
copyright = "2023-2026, Tech Writing Developers"
7+
author = "Tech Writing Developers"
88

99
extensions = [
1010
"myst_parser",

docs/css_classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ Taxi quer durch Bayern.
6969
::::
7070
:::::
7171

72-
[`compiled/style.css`]: https://github.com/panodata/sphinx-design-elements/blob/main/sphinx_design_elements/compiled/style.css
72+
[`compiled/style.css`]: https://github.com/tech-writing/sphinx-design-elements/blob/main/sphinx_design_elements/compiled/style.css

docs/get_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Getting Started
44

55
```{article-info}
6-
:author: "[The Panodata Developers](https://github.com/panodata)"
6+
:author: "[The Tech Writing Developers](https://github.com/tech-writing)"
77
:date: "{sub-ref}`today`"
88
:read-time: "1 min read"
99
```

docs/sandbox.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ After invoking `poe check`, and observing the software tests succeed, you
99
should be ready to start hacking.
1010

1111
```shell
12-
git clone https://github.com/panodata/sphinx-design-elements
12+
git clone https://github.com/tech-writing/sphinx-design-elements
1313
cd sphinx-design-elements
1414
python3 -m venv .venv
1515
source .venv/bin/activate
@@ -66,7 +66,7 @@ poe release
6666
```
6767

6868

69-
[`compiled/style.css`]: https://github.com/panodata/sphinx-design-elements/blob/main/sphinx_design_elements/compiled/style.css
70-
[`gridtable.py`]: https://github.com/panodata/sphinx-design-elements/blob/main/sphinx_design_elements/gridtable.py
71-
[`infocard.py`]: https://github.com/panodata/sphinx-design-elements/blob/main/sphinx_design_elements/infocard.py
72-
[`tag.py`]: https://github.com/panodata/sphinx-design-elements/blob/main/sphinx_design_elements/tag.py
69+
[`compiled/style.css`]: https://github.com/tech-writing/sphinx-design-elements/blob/main/sphinx_design_elements/compiled/style.css
70+
[`gridtable.py`]: https://github.com/tech-writing/sphinx-design-elements/blob/main/sphinx_design_elements/gridtable.py
71+
[`infocard.py`]: https://github.com/tech-writing/sphinx-design-elements/blob/main/sphinx_design_elements/infocard.py
72+
[`tag.py`]: https://github.com/tech-writing/sphinx-design-elements/blob/main/sphinx_design_elements/tag.py

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ optional-dependencies.test = [
116116
"sphinx-pytest<0.3",
117117
"verlib2",
118118
]
119-
urls.changelog = "https://github.com/panodata/sphinx-design-elements/blob/main/CHANGES.md"
119+
urls.changelog = "https://github.com/tech-writing/sphinx-design-elements/blob/main/CHANGES.md"
120120
urls.documentation = "https://sphinx-design-elements.readthedocs.io/"
121121
urls.homepage = "https://sphinx-design-elements.readthedocs.io/"
122-
urls.repository = "https://github.com/panodata/sphinx-design-elements"
122+
urls.repository = "https://github.com/tech-writing/sphinx-design-elements"
123123

124124
[tool.setuptools.packages.find]
125125
namespaces = false

0 commit comments

Comments
 (0)