File tree Expand file tree Collapse file tree 1 file changed +15
-8
lines changed
Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Original file line number Diff line number Diff line change 1- # Deployment.
1+ # Deployment
22
33Travis-CI should automatically deploy the website a few minutes after
44the branches are merged or pushed on master, so you shouldn't need to
55worry about the building process.
66
7- Though, if you like to build/push manually see next section.
7+ If you would like to build/push manually though, see next section.
88
99# Build website
1010
11-
12- Use make to build the website in the ` gh-pages ` directory, use
11+ To manually build the website in the ` gh-pages ` directory, use
1312
1413```
1514$ make gh-pages
1615```
1716
18- It will clone the built-website repository, built a new version in it, and auto-commit.
19- Then prompt you to check that everything is fine before pushing. Of course you need
20- to have the right to push.
17+ This will clone the built-website repository, build a new version in it, auto-commit,
18+ and will then prompt you to check that everything is fine before pushing. Of course
19+ you need to have the right to push.
20+
21+ Additionally run
2122
23+ ```
24+ $ make linkcheck
25+ ```
2226
23- Additionally run ` $ make linkcheck ` if you have time to loose fixing old link.
27+ if you have time to spare. This will launch a check of all external links.
2428
29+ # Edits
2530
31+ Any fixes to the website, including this README, should be made in the
32+ [ ipython-website repository] ( https://github.com/ipython/ipython-website ) .
You can’t perform that action at this time.
0 commit comments