summary refs log tree commit diff stats
path: root/doc/pydoc
Commit message (Expand)AuthorAgeFilesLines
* updated pydochut2010-03-1217-161/+33
* updated pydochut2010-03-1270-3946/+816
* incremented version number and updated pydoc html files v1.0.3hut2010-02-1675-1972/+1415
* 1.0.2! v1.0.2hut2010-01-1430-84/+116
* updated pydoc documentationhut2010-01-1361-846/+795
* new minor version v1.0.1hut2010-01-022-4/+4
* updated pydoc documentationhut2010-01-0248-788/+3167
* moved pydoc pages to doc/pydochut2009-12-2565-0/+10505
23b5f5c508237bb36f47affa'>^
c3cca82 ^
c671239 ^
c3cca82 ^
30b2e43 ^

c3cca82 ^
4612340 ^
30b2e43 ^
c3cca82 ^








30b2e43 ^
c3cca82 ^





30b2e43 ^

c3cca82 ^

30b2e43 ^
6413b70 ^
c671239 ^

c3cca82 ^

6413b70 ^
adb9cc5 ^
c671239 ^

c3cca82 ^

adb9cc5 ^
30b2e43 ^
c3cca82 ^

30b2e43 ^


c3cca82 ^

30b2e43 ^


c3cca82 ^

30b2e43 ^


4612340 ^
30b2e43 ^


c671239 ^

aed043c ^

30b2e43 ^




7648937 ^
30b2e43 ^



2cff2b4 ^
0523d31 ^
2cff2b4 ^
dfd53e4 ^
4612340 ^

dfd53e4 ^
f37aa32 ^
0523d31 ^
f37aa32 ^

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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
      
                              
                            


                   
                     

       
                      

       
                       
                           
                   

             
                   
                       
 








                             
 





                   

       

                   
 
       

                           

                     
 
       

                           

                     
 
        

                               


           

                               


         

                               


   
                      


                      

                           

                       




                     
                      



                       
    
                     
 
    

                        
 
    
                     

                    
body {
    background-color: #0B173B;
    font-family: sans-serif;
    color: #ffffff;
    margin: 0 auto;
    max-width: 75%;
    font-size: 1.0em;
}
.date {
    font-weight: bold;
}
#logo {
    text-align: center;
    font-family: monospace;
    font-size: 1em;
}
#navigation {
    margin: 0 auto;
    text-align: center;
}
#navigation table {
    border: 0px;
    width: 100%;
}
#navigation td {
    text-align: center;
    vertical-align: center;
    padding: 5px;
    background-color: #0B3861
}
#front-content {
    max-width: 69%;
    float: left;
}
#content {
    margin: 0 auto;
}
#news {
    float: right;
    max-width: 29%;
}
#code {
    font-family: monospace;
    font-size: 1.0em;
    max-width: 500px;
    margin: 0 auto;
}
.code {
    font-family: monospace;
    font-size: 1.0em;
    max-width: 500px;
    margin: 0 auto;
}
a:link {
    text-decoration: underline;
    color:#ffffff;
}

a:visited {
    color:#ffffff;
    text-decoration: underline;
}

a:hover {
    color:#a4a4a4;
    text-decoration: underline;
}

p {
    text-indent: 15px;
}
code {
    text-indent: 30px;
    font-family: monospace;
    font-size: 1.0em;
    padding-left: 4px;
    padding-right: 4px;
}
em {
    font-style: bold;
}
h1 {
    font-size: 1.75em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
h2 {
    font-size: 1.4em;
}
h3 {
    font-size: 1.2em;
    margin-bottom: -5px;
}
h4 {
    font-size: 1.1em;
    margin-top: 5px;
}