We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f5056e commit 1655d2eCopy full SHA for 1655d2e
CNAME
@@ -0,0 +1 @@
1
+ipython.org
README.md
@@ -0,0 +1,17 @@
+# Build website
2
+
3
4
+use make to build the website in the `gh-pages` directory, use
5
6
+```
7
+$ make gh-pages
8
9
10
+It will clone the built-website repository, built a new version in it, and auto-commit.
11
+Then prompt you to check that everything is fine before pushing. Of course you need
12
+to have the right to push.
13
14
15
+Additionally run `$ make linkcheck` if you have time to loose fixing old link.
16
17
0 commit comments