Skip to content

Commit d31d78c

Browse files
bumped version to 1.5.0 and rebuilt docs
1 parent 29495ba commit d31d78c

36 files changed

+3544
-1615
lines changed
8.41 KB
Binary file not shown.

docs/build/doctrees/index.doctree

-418 Bytes
Binary file not shown.
-19 Bytes
Binary file not shown.
11.9 KB
Binary file not shown.

docs/build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: eb36d5f8558e907fdf5c6a375fbe44ba
3+
config: fbebf356fa469fa55c1b295b565dda2d
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/build/html/_modules/index.html

Lines changed: 18 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Overview: module code &mdash; Python Random User Generator 1.4.0 documentation</title>
11+
<title>Overview: module code &mdash; Python Random User Generator 1.5.0 documentation</title>
1212

1313

1414

@@ -27,24 +27,17 @@
2727

2828

2929

30-
3130
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
32-
33-
34-
35-
36-
37-
<link rel="index" title="Index"
38-
href="../genindex.html"/>
39-
<link rel="search" title="Search" href="../search.html"/>
40-
<link rel="top" title="Python Random User Generator 1.4.0 documentation" href="../index.html"/>
31+
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
32+
<link rel="index" title="Index" href="../genindex.html" />
33+
<link rel="search" title="Search" href="../search.html" />
4134

4235

4336
<script src="../_static/js/modernizr.min.js"></script>
4437

4538
</head>
4639

47-
<body class="wy-body-for-nav" role="document">
40+
<body class="wy-body-for-nav">
4841

4942

5043
<div class="wy-grid-for-nav">
@@ -66,7 +59,7 @@
6659

6760

6861
<div class="version">
69-
1.4
62+
1.5
7063
</div>
7164

7265

@@ -104,17 +97,18 @@
10497
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
10598

10699

107-
<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
100+
<nav class="wy-nav-top" aria-label="top navigation">
108101

109102
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
110103
<a href="../index.html">Python Random User Generator</a>
111104

112105
</nav>
113106

114107

115-
116108
<div class="wy-nav-content">
109+
117110
<div class="rst-content">
111+
118112

119113

120114

@@ -142,8 +136,6 @@
142136

143137
<li class="wy-breadcrumbs-aside">
144138

145-
146-
147139
</li>
148140

149141
</ul>
@@ -159,9 +151,7 @@ <h1>All modules for which code is available</h1>
159151
</ul>
160152

161153
</div>
162-
<div class="articleComments">
163-
164-
</div>
154+
165155
</div>
166156
<footer>
167157

@@ -174,7 +164,7 @@ <h1>All modules for which code is available</h1>
174164

175165
</p>
176166
</div>
177-
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
167+
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
178168

179169
</footer>
180170

@@ -192,7 +182,8 @@ <h1>All modules for which code is available</h1>
192182
<script type="text/javascript">
193183
var DOCUMENTATION_OPTIONS = {
194184
URL_ROOT:'../',
195-
VERSION:'1.4.0',
185+
VERSION:'1.5.0',
186+
LANGUAGE:'None',
196187
COLLAPSE_INDEX:false,
197188
FILE_SUFFIX:'.html',
198189
HAS_SOURCE: true,
@@ -202,6 +193,7 @@ <h1>All modules for which code is available</h1>
202193
<script type="text/javascript" src="../_static/jquery.js"></script>
203194
<script type="text/javascript" src="../_static/underscore.js"></script>
204195
<script type="text/javascript" src="../_static/doctools.js"></script>
196+
<script type="text/javascript" src="../_static/language_data.js"></script>
205197

206198

207199

@@ -210,14 +202,13 @@ <h1>All modules for which code is available</h1>
210202
<script type="text/javascript" src="../_static/js/theme.js"></script>
211203

212204

213-
214-
215205
<script type="text/javascript">
216206
jQuery(function () {
217-
SphinxRtdTheme.StickyNav.enable();
207+
208+
SphinxRtdTheme.Navigation.enableSticky();
209+
218210
});
219-
</script>
220-
211+
</script>
221212

222213
</body>
223214
</html>

docs/build/html/_modules/randomuser.html

Lines changed: 153 additions & 127 deletions
Large diffs are not rendered by default.

docs/build/html/_sources/randomuser.rst.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ RandomUser class
44
.. autoclass:: randomuser.RandomUser
55
:members:
66
:undoc-members:
7+
:private-members:
78

89
.. automethod:: __init__
910

docs/build/html/_static/basic.css

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- basic theme.
66
*
7-
* :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/
@@ -81,6 +81,10 @@ div.sphinxsidebar input {
8181
font-size: 1em;
8282
}
8383

84+
div.sphinxsidebar #searchbox form.search {
85+
overflow: hidden;
86+
}
87+
8488
div.sphinxsidebar #searchbox input[type="text"] {
8589
float: left;
8690
width: 80%;
@@ -427,6 +431,13 @@ table.field-list td, table.field-list th {
427431
hyphens: manual;
428432
}
429433

434+
/* -- hlist styles ---------------------------------------------------------- */
435+
436+
table.hlist td {
437+
vertical-align: top;
438+
}
439+
440+
430441
/* -- other body styles ----------------------------------------------------- */
431442

432443
ol.arabic {

docs/build/html/_static/css/badge_only.css

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)