-
Notifications
You must be signed in to change notification settings - Fork 52
Commit 3b2fb37
committed
Publish documentation to GitHub Pages
The old pythonhosted.org docs hosting is deprecated now, so we needed
a new hosting site. Unfortunately, RTD can't handle our use cases
(customizations, requiring C libraries). Instead, we use GitHub pages.
Every push to master (or an `infra/` branch for testing) will push
documentation to the `/latest` subdirectory of the gh-pages site,
while every tag build will push to the `/stable` directory.1 parent 64f63c8 commit 3b2fb37
File tree
6 files changed
+104
-13
lines changed- .travis
6 files changed
+104
-13
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 | + | ||
25 | + | ||
24 | 26 |
| |
25 | 27 |
| |
26 | 28 |
| |
| |||
44 | 46 |
| |
45 | 47 |
| |
46 | 48 |
| |
49 | + | ||
50 | + | ||
51 | + | ||
52 | + | ||
53 | + | ||
54 | + | ||
55 | + | ||
56 | + | ||
57 | + | ||
58 | + | ||
59 | + | ||
60 | + | ||
61 | + | ||
62 | + | ||
63 | + | ||
64 | + | ||
65 | + | ||
66 | + | ||
47 | 67 |
| |
48 | 68 |
| |
49 | - | ||
69 | + | ||
70 | + | ||
71 | + | ||
72 | + | ||
50 | 73 |
| |
51 | 74 |
| |
52 | 75 |
| |
| |||
55 | 78 |
| |
56 | 79 |
| |
57 | 80 |
| |
58 | - | ||
81 | + | ||
59 | 82 |
| |
60 | 83 |
| |
61 | 84 |
| |
| |||
74 | 97 |
| |
75 | 98 |
| |
76 | 99 |
| |
100 | + | ||
101 | + | ||
102 | + | ||
103 | + | ||
104 | + | ||
105 | + | ||
106 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 | + | ||
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
| |||
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
16 | - | ||
17 | - | ||
18 | - | ||
19 | - | ||
20 | - | ||
21 | - | ||
22 | - | ||
23 | - | ||
24 | - | ||
17 | + | ||
25 | 18 |
| |
26 | 19 |
| |
27 | 20 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
34 | + | ||
35 | + | ||
36 | + | ||
37 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 | - | ||
25 | - | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
26 | 30 |
| |
27 | 31 |
| |
28 | 32 |
| |
|
0 commit comments