Skip to content

Commit a13e020

Browse files
committed
Fix: relative links
1 parent 58a60c5 commit a13e020

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

_data/navigation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ main:
1515
- title: "Peer review guide"
1616
url: "https://www.pyopensci.org/software-peer-review/"
1717
icon: "fas fa-external-link-alt"
18-
- title: "How to submit"
18+
- title: "How to submit a package"
1919
icon:
2020
url: "/how-to-submit-a-package-to-pyopensci.html"
2121
- title: "Python Packaging"

_pages/how-to-submit.md renamed to _pages/how-to-submit-package.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ classes: wide
1212
toc: true
1313
---
1414

15-
16-
1715
## <i class="fa-solid fa-rocket" style="color:#a193c6"></i> Submit your Python package for review
1816

1917
You’ve created a Python package—now what? How do you ensure it follows best practices, is well-documented, and reaches the right audience?
@@ -29,8 +27,8 @@ You’ve created a Python package—now what? How do you ensure it follows best
2927

3028

3129
<figure>
32-
<source srcset="/images/peer-review/pyos-joss-peer-review.webp" type="image/webp">
33-
<img src="/images/peer-review/pyos-joss-peer-review.png" alt="A flowchart showing how a package submitted to pyOpenSci can also be fast-tracked for JOSS publication.">
30+
<source srcset="{{ post.url | relative_url }}/images/peer-review/pyos-joss-peer-review.webp" type="image/webp">
31+
<img src="{{ post.url | relative_url }}/images/peer-review/pyos-joss-peer-review.png" alt="A flowchart showing how a package submitted to pyOpenSci can also be fast-tracked for JOSS publication.">
3432
<figcaption>
3533
Packages accepted into pyOpenSci can also be published in JOSS through a streamlined process.
3634

@@ -108,7 +106,7 @@ Once your have determined that you package it in scope and meets our core packag
108106
4. **Complete the issue form** and submit it
109107

110108
<figure>
111-
<img src="/images/peer-review/peer-review-submit-issue.gif" style="max-width:100%" alt="Animated gif showing how to find the GitHub issue submission process for peer review.">
109+
<img src="{{ post.url | relative_url }}/images/peer-review/peer-review-submit-issue.gif" style="max-width:100%" alt="Animated gif showing how to find the GitHub issue submission process for peer review.">
112110
<figcaption>
113111
More....
114112
</figcaption>
@@ -139,8 +137,8 @@ There are **three submission types** that you can select from:
139137
**<i class="fa-solid fa-link"></i> [Click here to to our GitHub issue submission page](https://github.com/pyOpenSci/software-submission/issues/new/choose)**
140138

141139
<figure>
142-
<source srcset="/images/peer-review/pyopensci-software-review-issue-selection.webp" type="image/webp">
143-
<img src="/images/peer-review/pyopensci-software-review-issue-selection.png" style="max-width:100%" alt="Screenshot of the pyOpenSci issue selection screen on GitHub, with three options: Help Request, Presubmission Inquiry, and Submit Software for Review.">
140+
<source srcset="{{ post.url | relative_url }}/images/peer-review/pyopensci-software-review-issue-selection.webp" type="image/webp">
141+
<img src="{{ post.url | relative_url }}/images/peer-review/pyopensci-software-review-issue-selection.png" style="max-width:100%" alt="Screenshot of the pyOpenSci issue selection screen on GitHub, with three options: Help Request, Presubmission Inquiry, and Submit Software for Review.">
144142
<figcaption>
145143
Above are the three issue templates that you can select from when submitting a package for review to pyOpenSci. Select the issue that best fits your current situation.
146144
</figcaption>
@@ -211,8 +209,8 @@ If your package is associated with an existing community please check below:
211209
```
212210
213211
<figure>
214-
<source srcset="/images/peer-review/pyos-partnerships-peer-review.webp" type="image/webp">
215-
<img src="/images/peer-review/pyos-partnerships-peer-review.png" alt="A flowchart showing how a package submitted to pyOpenSci can also be fast-tracked for JOSS publication." style="width: 70%; display: block; margin: 0 auto;">
212+
<source srcset="{{ post.url | relative_url }}/images/peer-review/pyos-partnerships-peer-review.webp" type="image/webp">
213+
<img src="{{ post.url | relative_url }}/images/peer-review/pyos-partnerships-peer-review.png" alt="A flowchart showing how a package submitted to pyOpenSci can also be fast-tracked for JOSS publication." style="width: 70%; display: block; margin: 0 auto;">
216214
<figcaption>
217215
Packages accepted into pyOpenSci can also be published in JOSS through a streamlined process.
218216

0 commit comments

Comments
 (0)