Skip to content

Commit 0c4b77c

Browse files
committed
Fix: confpy file
2 parents 3e78288 + 33ee049 commit 0c4b77c

File tree

4 files changed

+135
-18
lines changed

4 files changed

+135
-18
lines changed

.all-contributorsrc

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,104 @@
9595
"code",
9696
"design"
9797
]
98+
},
99+
{
100+
"login": "radoering",
101+
"name": "Randy Döring",
102+
"avatar_url": "https://avatars.githubusercontent.com/u/30527984?v=4",
103+
"profile": "https://github.com/radoering",
104+
"contributions": [
105+
"code",
106+
"review"
107+
]
108+
},
109+
{
110+
"login": "astrojuanlu",
111+
"name": "Juan Luis Cano Rodríguez",
112+
"avatar_url": "https://avatars.githubusercontent.com/u/316517?v=4",
113+
"profile": "https://social.juanlu.space/@astrojuanlu",
114+
"contributions": [
115+
"code",
116+
"design",
117+
"review"
118+
]
119+
},
120+
{
121+
"login": "henryiii",
122+
"name": "Henry Schreiner",
123+
"avatar_url": "https://avatars.githubusercontent.com/u/4616906?v=4",
124+
"profile": "http://iscinumpy.dev",
125+
"contributions": [
126+
"code",
127+
"design",
128+
"review"
129+
]
130+
},
131+
{
132+
"login": "stefanv",
133+
"name": "Stefan van der Walt",
134+
"avatar_url": "https://avatars.githubusercontent.com/u/45071?v=4",
135+
"profile": "https://mentat.za.net",
136+
"contributions": [
137+
"code",
138+
"design",
139+
"review"
140+
]
141+
},
142+
{
143+
"login": "eli-schwartz",
144+
"name": "Eli Schwartz",
145+
"avatar_url": "https://avatars.githubusercontent.com/u/6551424?v=4",
146+
"profile": "https://github.com/eli-schwartz",
147+
"contributions": [
148+
"code",
149+
"design",
150+
"review"
151+
]
152+
},
153+
{
154+
"login": "rgommers",
155+
"name": "Ralf Gommers",
156+
"avatar_url": "https://avatars.githubusercontent.com/u/98330?v=4",
157+
"profile": "https://github.com/rgommers/",
158+
"contributions": [
159+
"code",
160+
"design",
161+
"review"
162+
]
163+
},
164+
{
165+
"login": "pradyunsg",
166+
"name": "Pradyun Gedam",
167+
"avatar_url": "https://avatars.githubusercontent.com/u/3275593?v=4",
168+
"profile": "https://pradyunsg.me",
169+
"contributions": [
170+
"code",
171+
"design",
172+
"review"
173+
]
174+
},
175+
{
176+
"login": "ofek",
177+
"name": "Ofek Lev",
178+
"avatar_url": "https://avatars.githubusercontent.com/u/9677399?v=4",
179+
"profile": "https://ofek.dev",
180+
"contributions": [
181+
"code",
182+
"design",
183+
"review"
184+
]
185+
},
186+
{
187+
"login": "cmarmo",
188+
"name": "Chiara Marmo",
189+
"avatar_url": "https://avatars.githubusercontent.com/u/1662261?v=4",
190+
"profile": "https://orcid.org/0000-0003-2843-6044",
191+
"contributions": [
192+
"code",
193+
"design",
194+
"review"
195+
]
98196
}
99197
],
100198
"contributorsPerLine": 7,

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# <img src="images/logo/logo.png" width=40 /> pyOpenSci Scientific Python Open Source Packaging Guide
22
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3-
[![All Contributors](https://img.shields.io/badge/all_contributors-9-orange.svg?style=flat-square)](#contributors-)
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-18-orange.svg?style=flat-square)](#contributors-)
44
<!-- ALL-CONTRIBUTORS-BADGE:END -->
55

66
![GitHub release (latest by date)](https://img.shields.io/github/v/release/pyopensci/python-package-guide?color=purple&display_name=tag&style=plastic)
@@ -88,6 +88,17 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
8888
<tr>
8989
<td align="center" valign="top" width="14.28%"><a href="http://ocefpaf.github.io/python4oceanographers"><img src="https://avatars.githubusercontent.com/u/950575?v=4?s=100" width="100px;" alt="Filipe"/><br /><sub><b>Filipe</b></sub></a><br /><a href="https://github.com/pyOpenSci/python-package-guide/commits?author=ocefpaf" title="Code">💻</a> <a href="#design-ocefpaf" title="Design">🎨</a></td>
9090
<td align="center" valign="top" width="14.28%"><a href="https://jon-e.net"><img src="https://avatars.githubusercontent.com/u/12961499?v=4?s=100" width="100px;" alt="Jonny Saunders"/><br /><sub><b>Jonny Saunders</b></sub></a><br /><a href="https://github.com/pyOpenSci/python-package-guide/commits?author=sneakers-the-rat" title="Code">💻</a> <a href="#design-sneakers-the-rat" title="Design">🎨</a></td>
91+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/radoering"><img src="https://avatars.githubusercontent.com/u/30527984?v=4?s=100" width="100px;" alt="Randy Döring"/><br /><sub><b>Randy Döring</b></sub></a><br /><a href="https://github.com/pyOpenSci/python-package-guide/commits?author=radoering" title="Code">💻</a> <a href="https://github.com/pyOpenSci/python-package-guide/pulls?q=is%3Apr+reviewed-by%3Aradoering" title="Reviewed Pull Requests">👀</a></td>
92+
<td align="center" valign="top" width="14.28%"><a href="https://social.juanlu.space/@astrojuanlu"><img src="https://avatars.githubusercontent.com/u/316517?v=4?s=100" width="100px;" alt="Juan Luis Cano Rodríguez"/><br /><sub><b>Juan Luis Cano Rodríguez</b></sub></a><br /><a href="https://github.com/pyOpenSci/python-package-guide/commits?author=astrojuanlu" title="Code">💻</a> <a href="#design-astrojuanlu" title="Design">🎨</a> <a href="https://github.com/pyOpenSci/python-package-guide/pulls?q=is%3Apr+reviewed-by%3Aastrojuanlu" title="Reviewed Pull Requests">👀</a></td>
93+
<td align="center" valign="top" width="14.28%"><a href="http://iscinumpy.dev"><img src="https://avatars.githubusercontent.com/u/4616906?v=4?s=100" width="100px;" alt="Henry Schreiner"/><br /><sub><b>Henry Schreiner</b></sub></a><br /><a href="https://github.com/pyOpenSci/python-package-guide/commits?author=henryiii" title="Code">💻</a> <a href="#design-henryiii" title="Design">🎨</a> <a href="https://github.com/pyOpenSci/python-package-guide/pulls?q=is%3Apr+reviewed-by%3Ahenryiii" title="Reviewed Pull Requests">👀</a></td>
94+
<td align="center" valign="top" width="14.28%"><a href="https://mentat.za.net"><img src="https://avatars.githubusercontent.com/u/45071?v=4?s=100" width="100px;" alt="Stefan van der Walt"/><br /><sub><b>Stefan van der Walt</b></sub></a><br /><a href="https://github.com/pyOpenSci/python-package-guide/commits?author=stefanv" title="Code">💻</a> <a href="#design-stefanv" title="Design">🎨</a> <a href="https://github.com/pyOpenSci/python-package-guide/pulls?q=is%3Apr+reviewed-by%3Astefanv" title="Reviewed Pull Requests">👀</a></td>
95+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/eli-schwartz"><img src="https://avatars.githubusercontent.com/u/6551424?v=4?s=100" width="100px;" alt="Eli Schwartz"/><br /><sub><b>Eli Schwartz</b></sub></a><br /><a href="https://github.com/pyOpenSci/python-package-guide/commits?author=eli-schwartz" title="Code">💻</a> <a href="#design-eli-schwartz" title="Design">🎨</a> <a href="https://github.com/pyOpenSci/python-package-guide/pulls?q=is%3Apr+reviewed-by%3Aeli-schwartz" title="Reviewed Pull Requests">👀</a></td>
96+
</tr>
97+
<tr>
98+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/rgommers/"><img src="https://avatars.githubusercontent.com/u/98330?v=4?s=100" width="100px;" alt="Ralf Gommers"/><br /><sub><b>Ralf Gommers</b></sub></a><br /><a href="https://github.com/pyOpenSci/python-package-guide/commits?author=rgommers" title="Code">💻</a> <a href="#design-rgommers" title="Design">🎨</a> <a href="https://github.com/pyOpenSci/python-package-guide/pulls?q=is%3Apr+reviewed-by%3Argommers" title="Reviewed Pull Requests">👀</a></td>
99+
<td align="center" valign="top" width="14.28%"><a href="https://pradyunsg.me"><img src="https://avatars.githubusercontent.com/u/3275593?v=4?s=100" width="100px;" alt="Pradyun Gedam"/><br /><sub><b>Pradyun Gedam</b></sub></a><br /><a href="https://github.com/pyOpenSci/python-package-guide/commits?author=pradyunsg" title="Code">💻</a> <a href="#design-pradyunsg" title="Design">🎨</a> <a href="https://github.com/pyOpenSci/python-package-guide/pulls?q=is%3Apr+reviewed-by%3Apradyunsg" title="Reviewed Pull Requests">👀</a></td>
100+
<td align="center" valign="top" width="14.28%"><a href="https://ofek.dev"><img src="https://avatars.githubusercontent.com/u/9677399?v=4?s=100" width="100px;" alt="Ofek Lev"/><br /><sub><b>Ofek Lev</b></sub></a><br /><a href="https://github.com/pyOpenSci/python-package-guide/commits?author=ofek" title="Code">💻</a> <a href="#design-ofek" title="Design">🎨</a> <a href="https://github.com/pyOpenSci/python-package-guide/pulls?q=is%3Apr+reviewed-by%3Aofek" title="Reviewed Pull Requests">👀</a></td>
101+
<td align="center" valign="top" width="14.28%"><a href="https://orcid.org/0000-0003-2843-6044"><img src="https://avatars.githubusercontent.com/u/1662261?v=4?s=100" width="100px;" alt="Chiara Marmo"/><br /><sub><b>Chiara Marmo</b></sub></a><br /><a href="https://github.com/pyOpenSci/python-package-guide/commits?author=cmarmo" title="Code">💻</a> <a href="#design-cmarmo" title="Design">🎨</a> <a href="https://github.com/pyOpenSci/python-package-guide/pulls?q=is%3Apr+reviewed-by%3Acmarmo" title="Reviewed Pull Requests">👀</a></td>
91102
</tr>
92103
</tbody>
93104
</table>

_static/matomo.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// Matomo analytics
2+
var _paq = window._paq = window._paq || [];
3+
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
4+
_paq.push(['trackPageView']);
5+
_paq.push(['enableLinkTracking']);
6+
(function() {
7+
var u="https://pyopensci.matomo.cloud/";
8+
_paq.push(['setTrackerUrl', u+'matomo.php']);
9+
_paq.push(['setSiteId', '2']);
10+
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
11+
g.async=true; g.src='//cdn.matomo.cloud/pyopensci.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
12+
})();

conf.py

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717

1818
# -- Project information -----------------------------------------------------
1919

20-
project = 'python-package-guide'
21-
copyright = '2023, pyOpenSci'
22-
author = 'pyOpenSci Community'
20+
project = "python-package-guide"
21+
copyright = "2023, pyOpenSci"
22+
author = "pyOpenSci Community"
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.1'
25+
release = "0.1"
2626

2727
# -- General configuration ---------------------------------------------------
2828

@@ -47,7 +47,7 @@
4747
myst_heading_anchors = 3
4848

4949
# For generating sitemap
50-
html_baseurl = 'https://www.pyopensci.org/software-peer-review/'
50+
html_baseurl = "https://www.pyopensci.org/software-peer-review/"
5151

5252
# Link to our repo for easy PR/ editing
5353
html_theme_options = {
@@ -81,7 +81,7 @@
8181
"header_links_before_dropdown": 4,
8282
"use_edit_page_button": True,
8383
"show_toc_level": 1,
84-
#"navbar_align": "left", # [left, content, right] For testing that the navbar items align properly
84+
# "navbar_align": "left", # [left, content, right] For testing that the navbar items align properly
8585
"github_url": "https://github.com/pyopensci/python-package-guide",
8686
"twitter_url": "https://twitter.com/pyopensci",
8787
"footer_items": ["copyright"],
@@ -99,11 +99,11 @@
9999

100100
# Add analytics to furo theme
101101
gtagjs_ids = [
102-
'UA-141260825-1',
102+
"UA-141260825-1",
103103
]
104104

105105
# Add any paths that contain templates here, relative to this directory.
106-
templates_path = ['_templates']
106+
templates_path = ["_templates"]
107107

108108
# List of patterns, relative to source directory, that match files and
109109
# directories to ignore when looking for source files.
@@ -114,24 +114,20 @@
114114
".DS_Store",
115115
".github",
116116
".nox",
117-
"README.md"
118-
]
117+
"README.md",
118+
]
119119

120120
# For sitemap
121-
html_baseurl = 'https://www.pyopensci.org/package-review-guide/'
121+
html_baseurl = "https://www.pyopensci.org/package-review-guide/"
122122

123123
# -- Options for HTML output -------------------------------------------------
124124

125125
# The theme to use for HTML and HTML Help pages. See the documentation for
126126
# a list of builtin themes.
127127
#
128-
html_theme = 'pydata_sphinx_theme'
128+
html_theme = "pydata_sphinx_theme"
129129
html_static_path = ["_static"]
130130
html_css_files = ["pyos.css"]
131131
html_title = "pyOpenSci Python Packaging Guide"
132+
html_js_files = ["matomo.js"]
132133
html_logo = "images/logo/logo.png"
133-
134-
# Add any paths that contain custom static files (such as style sheets) here,
135-
# relative to this directory. They are copied after the builtin static files,
136-
# so a file named "default.css" will overwrite the builtin "default.css".
137-
html_static_path = ['_static']

0 commit comments

Comments
 (0)