-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (37 loc) · 1.26 KB
/
index.html
File metadata and controls
41 lines (37 loc) · 1.26 KB
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
<!DOCTYPE html>
<title>devinabox Documentation Index</title>
<style>
body, li a:nth-child(n+2) {
font-size: small;
}
h1 {
font-size: xx-large;
text-transform: uppercase;
background-color: black;
color: white;
text-indent: 0.5em;
}
a {
font-size: x-large;
}
</style>
<h1>Documentation</h1>
<ul>
<li><a href="devguide/_build/html/index.html">Devguide</a>
(read first)
<li><a href="http://python.org/psf/contrib/contrib-form/">Python Contributor Agreement Form</a> (cannot commit your contributions until you sign this)
<li><a href="cpython/Doc/build/html/index.html">Python documentation</a>
<li><a href="coverage_report/index.html">Test coverage report</a>
(in regards to
<a href="devguide/_build/html/coverage.html">increasing test coverage</a>)
<li><a href="peps/pep-0000.html">
<abbr title="Python Enhancement Proposals">PEPs</abbr></a>
(only read if necessary)
</ul>
<h1>Scripts</h1>
<ul>
<li><a href="build_cpython.py">build_cpython.py</a>
(find the CPython binary & build if possible)
<li><a href="full_coverage.py">full_coverage.py</a>
(build, run, and/or report for coverage.py; see help message for usage)
</ul>