Skip to content

Commit 79f400f

Browse files
Merge branch 'feature/api-version-1.3' into develop
2 parents ad482ef + 02b20af commit 79f400f

Some content is hidden

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

63 files changed

+1445
-1923
lines changed
3.28 KB
Binary file not shown.

docs/build/doctrees/index.doctree

-4.55 KB
Binary file not shown.
55 Bytes
Binary file not shown.
13 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: 7a10bdd474e3d086ffd3f9956bc9e5fe
3+
config: 64e0f5d0de13bac3be6d81d34077b07a
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/build/html/_modules/index.html

Lines changed: 21 additions & 42 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.5.1 documentation</title>
11+
<title>Overview: module code &mdash; Python Random User Generator 1.6 documentation</title>
1212

1313

1414

@@ -19,33 +19,34 @@
1919

2020

2121

22-
23-
22+
<script type="text/javascript" src="../_static/js/modernizr.min.js"></script>
2423

2524

25+
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
26+
<script src="../_static/jquery.js"></script>
27+
<script src="../_static/underscore.js"></script>
28+
<script src="../_static/doctools.js"></script>
29+
<script src="../_static/language_data.js"></script>
30+
31+
<script type="text/javascript" src="../_static/js/theme.js"></script>
2632

27-
33+
2834

2935

30-
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
36+
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
3137
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
3238
<link rel="index" title="Index" href="../genindex.html" />
3339
<link rel="search" title="Search" href="../search.html" />
34-
35-
36-
<script src="../_static/js/modernizr.min.js"></script>
37-
3840
</head>
3941

4042
<body class="wy-body-for-nav">
4143

4244

4345
<div class="wy-grid-for-nav">
44-
4546

4647
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
4748
<div class="wy-side-scroll">
48-
<div class="wy-side-nav-search">
49+
<div class="wy-side-nav-search" >
4950

5051

5152

@@ -59,7 +60,7 @@
5960

6061

6162
<div class="version">
62-
1.5
63+
1.6
6364
</div>
6465

6566

@@ -160,7 +161,7 @@ <h1>All modules for which code is available</h1>
160161

161162
<div role="contentinfo">
162163
<p>
163-
&copy; Copyright 2018, Connor de la Cruz.
164+
&copy; Copyright 2018, Connor de la Cruz
164165

165166
</p>
166167
</div>
@@ -177,38 +178,16 @@ <h1>All modules for which code is available</h1>
177178

178179

179180

180-
181-
182-
<script type="text/javascript">
183-
var DOCUMENTATION_OPTIONS = {
184-
URL_ROOT:'../',
185-
VERSION:'1.5.1',
186-
LANGUAGE:'None',
187-
COLLAPSE_INDEX:false,
188-
FILE_SUFFIX:'.html',
189-
HAS_SOURCE: true,
190-
SOURCELINK_SUFFIX: '.txt'
191-
};
192-
</script>
193-
<script type="text/javascript" src="../_static/jquery.js"></script>
194-
<script type="text/javascript" src="../_static/underscore.js"></script>
195-
<script type="text/javascript" src="../_static/doctools.js"></script>
196-
<script type="text/javascript" src="../_static/language_data.js"></script>
197-
198-
199-
200-
201-
202-
<script type="text/javascript" src="../_static/js/theme.js"></script>
203-
204-
205181
<script type="text/javascript">
206182
jQuery(function () {
207-
208-
SphinxRtdTheme.Navigation.enableSticky();
209-
183+
SphinxRtdTheme.Navigation.enable(true);
210184
});
211-
</script>
185+
</script>
186+
187+
188+
189+
190+
212191

213192
</body>
214193
</html>

docs/build/html/_modules/randomuser.html

Lines changed: 50 additions & 55 deletions
Large diffs are not rendered by default.
-673 Bytes
Binary file not shown.

docs/build/html/_static/basic.css

Lines changed: 94 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- basic theme.
66
*
7-
* :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/
@@ -231,6 +231,16 @@ a.headerlink {
231231
visibility: hidden;
232232
}
233233

234+
a.brackets:before,
235+
span.brackets > a:before{
236+
content: "[";
237+
}
238+
239+
a.brackets:after,
240+
span.brackets > a:after {
241+
content: "]";
242+
}
243+
234244
h1:hover > a.headerlink,
235245
h2:hover > a.headerlink,
236246
h3:hover > a.headerlink,
@@ -279,6 +289,12 @@ img.align-center, .figure.align-center, object.align-center {
279289
margin-right: auto;
280290
}
281291

292+
img.align-default, .figure.align-default {
293+
display: block;
294+
margin-left: auto;
295+
margin-right: auto;
296+
}
297+
282298
.align-left {
283299
text-align: left;
284300
}
@@ -287,6 +303,10 @@ img.align-center, .figure.align-center, object.align-center {
287303
text-align: center;
288304
}
289305

306+
.align-default {
307+
text-align: center;
308+
}
309+
290310
.align-right {
291311
text-align: right;
292312
}
@@ -358,6 +378,11 @@ table.align-center {
358378
margin-right: auto;
359379
}
360380

381+
table.align-default {
382+
margin-left: auto;
383+
margin-right: auto;
384+
}
385+
361386
table caption span.caption-number {
362387
font-style: italic;
363388
}
@@ -391,6 +416,16 @@ table.citation td {
391416
border-bottom: none;
392417
}
393418

419+
th > p:first-child,
420+
td > p:first-child {
421+
margin-top: 0px;
422+
}
423+
424+
th > p:last-child,
425+
td > p:last-child {
426+
margin-bottom: 0px;
427+
}
428+
394429
/* -- figures --------------------------------------------------------------- */
395430

396431
div.figure {
@@ -460,11 +495,58 @@ ol.upperroman {
460495
list-style: upper-roman;
461496
}
462497

498+
li > p:first-child {
499+
margin-top: 0px;
500+
}
501+
502+
li > p:last-child {
503+
margin-bottom: 0px;
504+
}
505+
506+
dl.footnote > dt,
507+
dl.citation > dt {
508+
float: left;
509+
}
510+
511+
dl.footnote > dd,
512+
dl.citation > dd {
513+
margin-bottom: 0em;
514+
}
515+
516+
dl.footnote > dd:after,
517+
dl.citation > dd:after {
518+
content: "";
519+
clear: both;
520+
}
521+
522+
dl.field-list {
523+
display: grid;
524+
grid-template-columns: fit-content(30%) auto;
525+
}
526+
527+
dl.field-list > dt {
528+
font-weight: bold;
529+
word-break: break-word;
530+
padding-left: 0.5em;
531+
padding-right: 5px;
532+
}
533+
534+
dl.field-list > dt:after {
535+
content: ":";
536+
}
537+
538+
dl.field-list > dd {
539+
padding-left: 0.5em;
540+
margin-top: 0em;
541+
margin-left: 0em;
542+
margin-bottom: 0em;
543+
}
544+
463545
dl {
464546
margin-bottom: 15px;
465547
}
466548

467-
dd p {
549+
dd > p:first-child {
468550
margin-top: 0px;
469551
}
470552

@@ -537,6 +619,12 @@ dl.glossary dt {
537619
font-style: oblique;
538620
}
539621

622+
.classifier:before {
623+
font-style: normal;
624+
margin: 0.5em;
625+
content: ":";
626+
}
627+
540628
abbr, acronym {
541629
border-bottom: dotted 1px;
542630
cursor: help;
@@ -584,6 +672,10 @@ div.code-block-caption + div > div.highlight > pre {
584672
margin-top: 0;
585673
}
586674

675+
div.doctest > div.highlight span.gp { /* gp: Generic.Prompt */
676+
user-select: none;
677+
}
678+
587679
div.code-block-caption span.caption-number {
588680
padding: 0.1em 0.3em;
589681
font-style: italic;
-756 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)