Skip to content

Commit 1e7ca90

Browse files
committed
Pushed root-level docs at
1 parent c25ed60 commit 1e7ca90

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+892
-442
lines changed

_downloads/hoover.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import stlcontainers
1818

1919

2020
cdef class A:
21-
"""no docstring for {'tarbase': 'hoover', 'tarname': 'A', 'language': 'c++', 'srcname': 'A', 'sidecars': (), 'incfiles': ('hoover.h',), 'srcfiles': ('src/hoover.h', 'src/hoover.cpp')}, please file a bug report!"""
21+
"""no docstring for {'sidecars': (), 'tarbase': 'hoover', 'tarname': 'A', 'language': 'c++', 'srcname': 'A', 'incfiles': ('hoover.h',), 'srcfiles': ('src/hoover.h', 'src/hoover.cpp')}, please file a bug report!"""
2222

2323

2424

_downloads/hoover_b.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import hoover
2121

2222

2323
cdef class B(hoover.A):
24-
"""no docstring for {'tarbase': 'hoover_b', 'tarname': 'B', 'language': 'c++', 'srcname': 'B', 'sidecars': (), 'incfiles': ('hoover.h',), 'srcfiles': ('src/hoover.h', 'src/hoover.cpp')}, please file a bug report!"""
24+
"""no docstring for {'sidecars': (), 'tarbase': 'hoover_b', 'tarname': 'B', 'language': 'c++', 'srcname': 'B', 'incfiles': ('hoover.h',), 'srcfiles': ('src/hoover.h', 'src/hoover.cpp')}, please file a bug report!"""
2525

2626

2727

_downloads/stlcontainers.pxd

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ from libcpp.utility cimport pair
1111
from libcpp.map cimport map as cpp_map
1212
from libcpp.set cimport set as cpp_set
1313
from libcpp.vector cimport vector as cpp_vector
14+
from libcpp cimport bool as cpp_bool
1415
from libc cimport stdio
1516
from cpython.version cimport PY_MAJOR_VERSION
1617
from cpython.ref cimport PyTypeObject, Py_INCREF, Py_XDECREF

_downloads/stlcontainers.pyx

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ from libcpp.string cimport string as std_string
1212
from libcpp.utility cimport pair
1313
from libcpp.map cimport map as cpp_map
1414
from libcpp.set cimport set as cpp_set
15+
from libcpp cimport bool as cpp_bool
1516
from libcpp.vector cimport vector as cpp_vector
1617
from cpython.version cimport PY_MAJOR_VERSION
1718

@@ -156,6 +157,7 @@ class SetUInt(_SetUInt, collections.Set):
156157
"""Wrapper class for C++ standard library sets of type <unsigned integer>.
157158
Provides set like interface on the Python level.
158159
160+
159161
Parameters
160162
----------
161163
new_set : bool or set-like

_modules/index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<head>
1010
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
1111

12-
<title>Overview: module code &mdash; xdress 0.4-rc1 documentation</title>
12+
<title>Overview: module code &mdash; xdress 0.4 documentation</title>
1313

1414
<link rel="stylesheet" href="../_static/numpy_friendly.css" type="text/css" />
1515
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -18,7 +18,7 @@
1818
<script type="text/javascript">
1919
var DOCUMENTATION_OPTIONS = {
2020
URL_ROOT: '../',
21-
VERSION: '0.4-rc1',
21+
VERSION: '0.4',
2222
COLLAPSE_INDEX: false,
2323
FILE_SUFFIX: '.html',
2424
HAS_SOURCE: true
@@ -29,7 +29,7 @@
2929
<script type="text/javascript" src="../_static/doctools.js"></script>
3030
<script type="text/javascript" src="../_static/jquery.cookie.js"></script>
3131
<script type="text/javascript" src="../_static/cloud.js"></script>
32-
<link rel="top" title="xdress 0.4-rc1 documentation" href="../index.html" />
32+
<link rel="top" title="xdress 0.4 documentation" href="../index.html" />
3333
<meta name="viewport" content="width=device-width, initial-scale=1"><script type="text/javascript">
3434
var ga_enabled = !$.cookie('disable-ga');
3535
if(ga_enabled){
@@ -61,7 +61,7 @@ <h3>Navigation</h3>
6161
<li class="right" >
6262
<a href="../np-modindex.html" title="Python Module Index"
6363
>modules</a> &nbsp; &nbsp;</li>
64-
<li><a href="../index.html">xdress 0.4-rc1 documentation</a> &raquo;</li>
64+
<li><a href="../index.html">xdress 0.4 documentation</a> &raquo;</li>
6565

6666
</ul>
6767
</div>
@@ -131,7 +131,7 @@ <h3>Navigation</h3>
131131
<li class="right" >
132132
<a href="../np-modindex.html" title="Python Module Index"
133133
>modules</a> &nbsp; &nbsp;</li>
134-
<li><a href="../index.html">xdress 0.4-rc1 documentation</a> &raquo;</li>
134+
<li><a href="../index.html">xdress 0.4 documentation</a> &raquo;</li>
135135

136136
</ul>
137137
</div>

_modules/xdress/astparsers.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<head>
1010
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
1111

12-
<title>xdress.astparsers &mdash; xdress 0.4-rc1 documentation</title>
12+
<title>xdress.astparsers &mdash; xdress 0.4 documentation</title>
1313

1414
<link rel="stylesheet" href="../../_static/numpy_friendly.css" type="text/css" />
1515
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -18,7 +18,7 @@
1818
<script type="text/javascript">
1919
var DOCUMENTATION_OPTIONS = {
2020
URL_ROOT: '../../',
21-
VERSION: '0.4-rc1',
21+
VERSION: '0.4',
2222
COLLAPSE_INDEX: false,
2323
FILE_SUFFIX: '.html',
2424
HAS_SOURCE: true
@@ -29,7 +29,7 @@
2929
<script type="text/javascript" src="../../_static/doctools.js"></script>
3030
<script type="text/javascript" src="../../_static/jquery.cookie.js"></script>
3131
<script type="text/javascript" src="../../_static/cloud.js"></script>
32-
<link rel="top" title="xdress 0.4-rc1 documentation" href="../../index.html" />
32+
<link rel="top" title="xdress 0.4 documentation" href="../../index.html" />
3333
<link rel="up" title="Module code" href="../index.html" />
3434
<meta name="viewport" content="width=device-width, initial-scale=1"><script type="text/javascript">
3535
var ga_enabled = !$.cookie('disable-ga');
@@ -62,7 +62,7 @@ <h3>Navigation</h3>
6262
<li class="right" >
6363
<a href="../../np-modindex.html" title="Python Module Index"
6464
>modules</a> &nbsp; &nbsp;</li>
65-
<li><a href="../../index.html">xdress 0.4-rc1 documentation</a> &raquo;</li>
65+
<li><a href="../../index.html">xdress 0.4 documentation</a> &raquo;</li>
6666

6767
<li><a href="../index.html" accesskey="U">Module code</a> &raquo;</li>
6868
</ul>
@@ -612,7 +612,7 @@ <h3>Navigation</h3>
612612
<li class="right" >
613613
<a href="../../np-modindex.html" title="Python Module Index"
614614
>modules</a> &nbsp; &nbsp;</li>
615-
<li><a href="../../index.html">xdress 0.4-rc1 documentation</a> &raquo;</li>
615+
<li><a href="../../index.html">xdress 0.4 documentation</a> &raquo;</li>
616616

617617
<li><a href="../index.html" >Module code</a> &raquo;</li>
618618
</ul>

_modules/xdress/autoall.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<head>
1010
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
1111

12-
<title>xdress.autoall &mdash; xdress 0.4-rc1 documentation</title>
12+
<title>xdress.autoall &mdash; xdress 0.4 documentation</title>
1313

1414
<link rel="stylesheet" href="../../_static/numpy_friendly.css" type="text/css" />
1515
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -18,7 +18,7 @@
1818
<script type="text/javascript">
1919
var DOCUMENTATION_OPTIONS = {
2020
URL_ROOT: '../../',
21-
VERSION: '0.4-rc1',
21+
VERSION: '0.4',
2222
COLLAPSE_INDEX: false,
2323
FILE_SUFFIX: '.html',
2424
HAS_SOURCE: true
@@ -29,7 +29,7 @@
2929
<script type="text/javascript" src="../../_static/doctools.js"></script>
3030
<script type="text/javascript" src="../../_static/jquery.cookie.js"></script>
3131
<script type="text/javascript" src="../../_static/cloud.js"></script>
32-
<link rel="top" title="xdress 0.4-rc1 documentation" href="../../index.html" />
32+
<link rel="top" title="xdress 0.4 documentation" href="../../index.html" />
3333
<link rel="up" title="Module code" href="../index.html" />
3434
<meta name="viewport" content="width=device-width, initial-scale=1"><script type="text/javascript">
3535
var ga_enabled = !$.cookie('disable-ga');
@@ -62,7 +62,7 @@ <h3>Navigation</h3>
6262
<li class="right" >
6363
<a href="../../np-modindex.html" title="Python Module Index"
6464
>modules</a> &nbsp; &nbsp;</li>
65-
<li><a href="../../index.html">xdress 0.4-rc1 documentation</a> &raquo;</li>
65+
<li><a href="../../index.html">xdress 0.4 documentation</a> &raquo;</li>
6666

6767
<li><a href="../index.html" accesskey="U">Module code</a> &raquo;</li>
6868
</ul>
@@ -796,7 +796,7 @@ <h3>Navigation</h3>
796796
<li class="right" >
797797
<a href="../../np-modindex.html" title="Python Module Index"
798798
>modules</a> &nbsp; &nbsp;</li>
799-
<li><a href="../../index.html">xdress 0.4-rc1 documentation</a> &raquo;</li>
799+
<li><a href="../../index.html">xdress 0.4 documentation</a> &raquo;</li>
800800

801801
<li><a href="../index.html" >Module code</a> &raquo;</li>
802802
</ul>

_modules/xdress/autodescribe.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<head>
1010
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
1111

12-
<title>xdress.autodescribe &mdash; xdress 0.4-rc1 documentation</title>
12+
<title>xdress.autodescribe &mdash; xdress 0.4 documentation</title>
1313

1414
<link rel="stylesheet" href="../../_static/numpy_friendly.css" type="text/css" />
1515
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -18,7 +18,7 @@
1818
<script type="text/javascript">
1919
var DOCUMENTATION_OPTIONS = {
2020
URL_ROOT: '../../',
21-
VERSION: '0.4-rc1',
21+
VERSION: '0.4',
2222
COLLAPSE_INDEX: false,
2323
FILE_SUFFIX: '.html',
2424
HAS_SOURCE: true
@@ -29,7 +29,7 @@
2929
<script type="text/javascript" src="../../_static/doctools.js"></script>
3030
<script type="text/javascript" src="../../_static/jquery.cookie.js"></script>
3131
<script type="text/javascript" src="../../_static/cloud.js"></script>
32-
<link rel="top" title="xdress 0.4-rc1 documentation" href="../../index.html" />
32+
<link rel="top" title="xdress 0.4 documentation" href="../../index.html" />
3333
<link rel="up" title="Module code" href="../index.html" />
3434
<meta name="viewport" content="width=device-width, initial-scale=1"><script type="text/javascript">
3535
var ga_enabled = !$.cookie('disable-ga');
@@ -62,7 +62,7 @@ <h3>Navigation</h3>
6262
<li class="right" >
6363
<a href="../../np-modindex.html" title="Python Module Index"
6464
>modules</a> &nbsp; &nbsp;</li>
65-
<li><a href="../../index.html">xdress 0.4-rc1 documentation</a> &raquo;</li>
65+
<li><a href="../../index.html">xdress 0.4 documentation</a> &raquo;</li>
6666

6767
<li><a href="../index.html" accesskey="U">Module code</a> &raquo;</li>
6868
</ul>
@@ -2574,7 +2574,7 @@ <h3>Navigation</h3>
25742574
<li class="right" >
25752575
<a href="../../np-modindex.html" title="Python Module Index"
25762576
>modules</a> &nbsp; &nbsp;</li>
2577-
<li><a href="../../index.html">xdress 0.4-rc1 documentation</a> &raquo;</li>
2577+
<li><a href="../../index.html">xdress 0.4 documentation</a> &raquo;</li>
25782578

25792579
<li><a href="../index.html" >Module code</a> &raquo;</li>
25802580
</ul>

_modules/xdress/base.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<head>
1010
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
1111

12-
<title>xdress.base &mdash; xdress 0.4-rc1 documentation</title>
12+
<title>xdress.base &mdash; xdress 0.4 documentation</title>
1313

1414
<link rel="stylesheet" href="../../_static/numpy_friendly.css" type="text/css" />
1515
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -18,7 +18,7 @@
1818
<script type="text/javascript">
1919
var DOCUMENTATION_OPTIONS = {
2020
URL_ROOT: '../../',
21-
VERSION: '0.4-rc1',
21+
VERSION: '0.4',
2222
COLLAPSE_INDEX: false,
2323
FILE_SUFFIX: '.html',
2424
HAS_SOURCE: true
@@ -29,7 +29,7 @@
2929
<script type="text/javascript" src="../../_static/doctools.js"></script>
3030
<script type="text/javascript" src="../../_static/jquery.cookie.js"></script>
3131
<script type="text/javascript" src="../../_static/cloud.js"></script>
32-
<link rel="top" title="xdress 0.4-rc1 documentation" href="../../index.html" />
32+
<link rel="top" title="xdress 0.4 documentation" href="../../index.html" />
3333
<link rel="up" title="Module code" href="../index.html" />
3434
<meta name="viewport" content="width=device-width, initial-scale=1"><script type="text/javascript">
3535
var ga_enabled = !$.cookie('disable-ga');
@@ -62,7 +62,7 @@ <h3>Navigation</h3>
6262
<li class="right" >
6363
<a href="../../np-modindex.html" title="Python Module Index"
6464
>modules</a> &nbsp; &nbsp;</li>
65-
<li><a href="../../index.html">xdress 0.4-rc1 documentation</a> &raquo;</li>
65+
<li><a href="../../index.html">xdress 0.4 documentation</a> &raquo;</li>
6666

6767
<li><a href="../index.html" accesskey="U">Module code</a> &raquo;</li>
6868
</ul>
@@ -248,7 +248,7 @@ <h3>Navigation</h3>
248248
<li class="right" >
249249
<a href="../../np-modindex.html" title="Python Module Index"
250250
>modules</a> &nbsp; &nbsp;</li>
251-
<li><a href="../../index.html">xdress 0.4-rc1 documentation</a> &raquo;</li>
251+
<li><a href="../../index.html">xdress 0.4 documentation</a> &raquo;</li>
252252

253253
<li><a href="../index.html" >Module code</a> &raquo;</li>
254254
</ul>

_modules/xdress/cythongen.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<head>
1010
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
1111

12-
<title>xdress.cythongen &mdash; xdress 0.4-rc1 documentation</title>
12+
<title>xdress.cythongen &mdash; xdress 0.4 documentation</title>
1313

1414
<link rel="stylesheet" href="../../_static/numpy_friendly.css" type="text/css" />
1515
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -18,7 +18,7 @@
1818
<script type="text/javascript">
1919
var DOCUMENTATION_OPTIONS = {
2020
URL_ROOT: '../../',
21-
VERSION: '0.4-rc1',
21+
VERSION: '0.4',
2222
COLLAPSE_INDEX: false,
2323
FILE_SUFFIX: '.html',
2424
HAS_SOURCE: true
@@ -29,7 +29,7 @@
2929
<script type="text/javascript" src="../../_static/doctools.js"></script>
3030
<script type="text/javascript" src="../../_static/jquery.cookie.js"></script>
3131
<script type="text/javascript" src="../../_static/cloud.js"></script>
32-
<link rel="top" title="xdress 0.4-rc1 documentation" href="../../index.html" />
32+
<link rel="top" title="xdress 0.4 documentation" href="../../index.html" />
3333
<link rel="up" title="Module code" href="../index.html" />
3434
<meta name="viewport" content="width=device-width, initial-scale=1"><script type="text/javascript">
3535
var ga_enabled = !$.cookie('disable-ga');
@@ -62,7 +62,7 @@ <h3>Navigation</h3>
6262
<li class="right" >
6363
<a href="../../np-modindex.html" title="Python Module Index"
6464
>modules</a> &nbsp; &nbsp;</li>
65-
<li><a href="../../index.html">xdress 0.4-rc1 documentation</a> &raquo;</li>
65+
<li><a href="../../index.html">xdress 0.4 documentation</a> &raquo;</li>
6666

6767
<li><a href="../index.html" accesskey="U">Module code</a> &raquo;</li>
6868
</ul>
@@ -1833,7 +1833,7 @@ <h3>Navigation</h3>
18331833
<li class="right" >
18341834
<a href="../../np-modindex.html" title="Python Module Index"
18351835
>modules</a> &nbsp; &nbsp;</li>
1836-
<li><a href="../../index.html">xdress 0.4-rc1 documentation</a> &raquo;</li>
1836+
<li><a href="../../index.html">xdress 0.4 documentation</a> &raquo;</li>
18371837

18381838
<li><a href="../index.html" >Module code</a> &raquo;</li>
18391839
</ul>

0 commit comments

Comments
 (0)