Add index page

master
Sven Slootweg 11 years ago
parent 9c84d9152c
commit 2a0825ca12

@ -0,0 +1,161 @@
<!doctype html>
<html>
<head>
<style>
body {
background-color: #F5F5F5;
font-family: sans-serif;
margin-right: 40px;
}
h2, h3, h4, h5, h6, h7
{
margin-top: 16px;
margin-bottom: 4px;
}
.children { padding-left: 40px; }
.definition
{
font-weight: bold;
margin-bottom: 32px;
}
.example
{
padding: 5px 6px;
font-weight: bold;
font-size: 15px;
background-color: #E6E6E6;
margin-top: 11px;
}
.example > .children
{
padding-top: 11px;
padding-left: 10px;
}
.example > .children > h7
{
font-size: 13px;
}
h7
{
font-size: 14px;
font-weight: bold;
margin-bottom: 2px;
}
pre
{
margin-top: 0px;
padding: 6px 7px;
background-color: #D9D9D9;
font-weight: normal;
font-size: 13px;
}
dl
{
margin: 5px 0px;
}
dt
{
font-weight: bold;
}
dd
{
font-size: 14px;
font-weight: normal;
margin-left: 8px;
}
dd > .children
{
font-size: 95%;
}
dd > .children > dl > dd
{
margin-left: 13px;
}
.exclamation
{
padding: 7px 8px;
margin: 11px 0px;
background-color: #FFE9AA;
border: 1px solid yellow;
font-size: 15px;
font-weight: normal;
}
.text
{
font-size: 15px;
font-weight: normal;
margin-bottom: 14px;
margin-top: 10px;
}
.toc
{
border: 1px solid gray;
background-color: #E6E6E6;
padding: 8px 9px;
font-size: 15px;
margin-bottom: 12px;
}
.toc h2
{
margin: 0px 0px 3px 0px;
font-size: 19px;
}
.toc ul
{
margin-top: 0px;
margin-bottom: 0px;
padding-left: 25px;
}
.toc li
{
margin-bottom: 2px;
}
.toc .alternatives
{
font-size: 12px;
}
.toc a
{
color: #292722;
}
.toc a:hover
{
color: black;
}
.fixed
{
font-family: monospace;
background-color: white;
padding: 1px 4px;
border: 1px solid silver;
border-radius: 4px;
}
</style>
</head>
<body>
<div class="children"><h1>Python (2.7) documentation</h1><div class="text">Hi. This is an effort to rewrite the Python documentation to be more useful, less ambiguous, more readable, and generally more usable as a quick reference during programming.</div><div class="text">Note that this is nowhere near done, quite a lot of things still lack examples - the eventual goal is to have at least one example for every single method - and that it will probably take a while to finish it entirely.</div><div class="text">The documentation here is written using <a href="http://cryto.net/zippydoc/">ZippyDoc</a>, and is maintained in a <a href="http://github.com/joepie91/python-docs">Git repository</a>. Contributions are welcome - I'm not well-versed enough at Python to do all of this on my own :)</div></div>
</body>
</html>

@ -0,0 +1,16 @@
# Python (2.7) documentation
Hi. This is an effort to rewrite the Python documentation to be more
useful, less ambiguous, more readable, and generally more usable as a
quick reference during programming.
Note that this is nowhere near done, quite a lot of things still lack
examples - the eventual goal is to have at least one example for every
single method - and that it will probably take a while to finish it
entirely.
The documentation here is written using
{http://cryto.net/zippydoc/}(ZippyDoc), and is maintained in a
{http://github.com/joepie91/python-docs}(Git repository). Contributions
are welcome - I'm not well-versed enough at Python to do all of this on
my own :)
Loading…
Cancel
Save