Skip to content

Commit fb63a37

Browse files
committed
Still fighting with opengraph
1 parent 14deffc commit fb63a37

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133

134134

135135
# Social cards
136-
ogp_site_url = "http://www.pyopensci.org/python-package-guide"
136+
ogp_site_url = "http://www.pyopensci.org/python-package-guide/"
137137
ogp_social_cards = {
138138
"line_color": "#6D597A",
139139
"image": "_static/pyopensci-logo-package-guide.png",

tests/run-tests.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
:og:description: Learn how to setup and run tests for your Python package locally on your computer using automation tools such as Nox. Also learn about other tools that scientific Python community members use to run tests.
3-
:og:image:alt: An image showing the Python packaging lifecycle
4-
:og:title: Sdf
3+
:og:title: A random title
54
---
65

76
# Run your tests

0 commit comments

Comments
 (0)