-
Notifications
You must be signed in to change notification settings - Fork 52
Commit c758fd4
committed
High-Level Documentation Updates
This commit updates the high-level documentation. Typos were
corrected, improvements were made for readability, and more
links were inserted.
Additionally, two custom Sphinx extensions were added to help
with the process:
The first extension catches unknown class references and attempts
to track them down. The class is searched for as if it were an
`:any:` reference. The results from this searched are used, prefering
results in the current API level (high-level vs low-level).
The second extension adds a convinience role, `:requires-ext`, which
inserts a link and some text indicating that a particular extension
is required. If the extension is an RFC, a link to the RFC is
generated, otherwise, a link to the low-level API module is generated.
In the latter case, the text of the link is generated using the first
line of the docstring of the low-level module, if it is present.
Otherwise, the partial name of the module is used (the '%s' part
of 'ext_%s')
Finally, as per above, the docstrings of several extensions were
updated.1 parent 693c8f0 commit c758fd4
File tree
12 files changed
+348
-126
lines changed- docs
- custom_extensions
- source
- gssapi
- raw
12 files changed
+348
-126
lines changedOriginal 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 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
48 | + | ||
49 | + | ||
50 | + | ||
51 | + | ||
52 | + | ||
53 | + | ||
54 | + | ||
55 | + | ||
56 | + | ||
57 | + | ||
58 | + | ||
59 | + | ||
60 | + | ||
61 | + | ||
62 | + | ||
63 | + |
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 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
48 | + | ||
49 | + | ||
50 | + | ||
51 | + | ||
52 | + | ||
53 | + | ||
54 | + | ||
55 | + | ||
56 | + | ||
57 | + | ||
58 | + | ||
59 | + | ||
60 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 | + | ||
22 | 23 |
| |
23 | 24 |
| |
24 | 25 |
| |
| |||
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
30 | - | ||
31 | + | ||
31 | 32 |
| |
32 | 33 |
| |
33 | 34 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 | - | ||
5 | - | ||
6 | - | ||
7 | - | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
8 | 15 |
| |
9 | 16 |
| |
10 | 17 |
| |
| |||
53 | 60 |
| |
54 | 61 |
| |
55 | 62 |
| |
56 | - | ||
57 | - | ||
63 | + | ||
64 | + | ||
58 | 65 |
| |
59 | 66 |
| |
60 | - | ||
61 | - | ||
62 | - | ||
63 | - | ||
67 | + | ||
68 | + | ||
69 | + | ||
70 | + | ||
71 | + | ||
72 | + | ||
64 | 73 |
| |
65 | 74 |
| |
66 | 75 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 | + | ||
5 | + | ||
4 | 6 |
| |
5 | 7 |
| |
6 | 8 |
| |
7 | - | ||
8 | - | ||
9 | - | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
10 | 20 |
| |
11 | 21 |
| |
12 | 22 |
| |
13 | 23 |
| |
14 | 24 |
| |
15 | 25 |
| |
16 | 26 |
| |
17 | - | ||
18 | 27 |
| |
19 | 28 |
| |
20 | 29 |
| |
21 | 30 |
| |
22 | - | ||
23 | 31 |
| |
24 | 32 |
| |
25 | 33 |
| |
26 | 34 |
| |
27 | - | ||
28 | 35 |
| |
29 | 36 |
| |
30 | 37 |
| |
| |||
33 | 40 |
| |
34 | 41 |
| |
35 | 42 |
| |
36 | - | ||
43 | + | ||
37 | 44 |
| |
38 | 45 |
| |
39 | 46 |
| |
40 | - | ||
41 | 47 |
| |
42 | - | ||
48 | + | ||
43 | 49 |
| |
44 | 50 |
| |
45 | 51 |
| |
46 | - | ||
47 | 52 |
| |
48 | 53 |
| |
49 | 54 |
| |
50 | 55 |
| |
51 | - | ||
56 | + | ||
52 | 57 |
| |
53 | - | ||
54 | 58 |
| |
55 | - | ||
59 | + | ||
56 | 60 |
| |
57 | - | ||
58 | 61 |
| |
59 | 62 |
| |
60 | 63 |
| |
61 | 64 |
| |
62 | 65 |
| |
63 | 66 |
| |
64 | - | ||
67 | + | ||
65 | 68 |
| |
66 | - | ||
67 | 69 |
| |
68 | - | ||
70 | + | ||
69 | 71 |
| |
70 | 72 |
| |
71 | 73 |
| |
72 | - | ||
73 | 74 |
| |
74 | 75 |
| |
75 | 76 |
| |
| |||
82 | 83 |
| |
83 | 84 |
| |
84 | 85 |
| |
86 | + | ||
87 | + | ||
88 | + | ||
89 | + | ||
90 | + |
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 | + | ||
1 | 29 |
| |
2 | 30 |
| |
3 | 31 |
| |
| |||
7 | 35 |
| |
8 | 36 |
| |
9 | 37 |
| |
10 | - | ||
11 | - | ||
|
0 commit comments