Skip to content

Commit 83434f0

Browse files
Add link to scientific-python.org preview (#574)
1 parent 3b1e066 commit 83434f0

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
@@ -56,6 +56,7 @@ main:
5656
git clone --depth 1 https://github.com/scientific-python/scientific-python.org $@
5757
(cd $@ ; git submodule update --init content/specs)
5858
(cd $@ ; pip install -q -r requirements.txt)
59+
(cd $@ ; make calendars ; make core-project-json)
5960
(cd $@ ; hugo --themesDir="../..")
6061

6162
blog:

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, [blog](blog), learn, [tools](tools), scipy, and numpy.
4+
See [scientific-python](main), [blog](blog), learn, [tools](tools), scipy, and numpy.
55
{{< /admonition >}}
66
"""
77

0 commit comments

Comments
 (0)