Skip to content

Commit 85d9353

Browse files
Add link to scipy preview (#582)
1 parent 04e5b63 commit 85d9353

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ theme: doc/content/shortcodes.md
4949
scipy:
5050
rm -rf $@
5151
git clone --depth 1 https://github.com/scipy/scipy.org $@
52+
(cd $@ ; perl -pi -e 'print "relativeURLs: true\n" if $$. == 1' config.yaml)
5253
(cd $@ ; hugo --themesDir="../..")
5354

5455
main:

tools/add_preview_links.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
filename = "doc/content/_index.md"
22
preview_links = """
33
{{< admonition attention >}}
4-
See [scientific-python](main), [blog](blog), [learn](learn), [tools](tools), scipy, and numpy.
4+
See [scientific-python](main), [blog](blog), [learn](learn), [tools](tools), [scipy](scipy), and numpy.
55
{{< /admonition >}}
66
"""
77

0 commit comments

Comments
 (0)