Skip to content

Commit 590aba7

Browse files
TravisBotTravisBot
authored andcommitted
Updated website (automated commit) – Tuesday, 01. September 2015 02:20PM
1 parent 81b69bd commit 590aba7

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

README.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,32 @@
1-
# Deployment.
1+
# Deployment
22

33
Travis-CI should automatically deploy the website a few minutes after
44
the branches are merged or pushed on master, so you shouldn't need to
55
worry 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).

0 commit comments

Comments
 (0)