Skip to content

Commit 98c1224

Browse files
committed
Fix: try to fix cards and also update contrib file
1 parent ddb511e commit 98c1224

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ To do so, follow these steps:
3333
2. Build the documentation:
3434

3535
```
36-
nox -s docs_build
36+
nox -s docs
3737
```
3838

3939
This should create a local environment in a `.nox` folder, build the documentation (as specified in the `noxfile.py` configuration), and the output will be in `_build/html`.
4040

4141
To build live documentation that updates when you update local files, run the following command:
4242

4343
```
44-
nox -s docs_live
44+
nox -s docs-live
4545
```
30.6 KB
Loading

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,5 +134,5 @@
134134

135135

136136
# Social cards
137-
ogp_site_url = "http://www.pyopensci.org/python-package-guide"
138-
ogp_image = "https://www.pyopensci.org/python-package-guide/_static/logo-light-mode.png"
137+
ogp_site_url = "https://www.pyopensci.org/python-package-guide/"
138+
ogp_image = "_static/pyopensci-python-package-guide.png"

tutorials/1-installable-code.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
:og:description: Learn how to make your Python code installable so you can use it across projects.
3+
:og:title: Make your Python code installable so it can be used across projects
4+
---
5+
16
# Make your Python code installable
27

38
:::{admonition} What we previously covered

0 commit comments

Comments
 (0)