Skip to content

Commit a167118

Browse files
committed
publish python apidocs 1.31.0
1 parent 9a260c0 commit a167118

19 files changed

+154
-194
lines changed

.buildinfo

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

_sources/index.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
Python Binding
88
==========================================
9-
This is the API documentation for the Rosette API Python Binding. For examples and usage, please refer to our `API Guide <http://developer.rosette.com/api-guide>`_.
9+
This is the API documentation for the Babel Street Analytics API Python Binding. For examples and usage, please refer to our `API Guide <http://developer.babelstreet.com/api-guide>`_.
1010

1111
.. toctree::
1212
:maxdepth: 2

_static/alabaster.css

Lines changed: 35 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
@import url("basic.css");
2-
31
/* -- page layout ----------------------------------------------------------- */
42

53
body {
@@ -160,8 +158,8 @@ div.sphinxsidebar input {
160158
font-size: 1em;
161159
}
162160

163-
div.sphinxsidebar #searchbox input[type="text"] {
164-
width: 160px;
161+
div.sphinxsidebar #searchbox {
162+
margin: 1em 0;
165163
}
166164

167165
div.sphinxsidebar .search > div {
@@ -263,10 +261,6 @@ div.admonition p.last {
263261
margin-bottom: 0;
264262
}
265263

266-
div.highlight {
267-
background-color: #fff;
268-
}
269-
270264
dt:target, .highlight {
271265
background: #FAF3E8;
272266
}
@@ -454,7 +448,7 @@ ul, ol {
454448
}
455449

456450
pre {
457-
background: #EEE;
451+
background: unset;
458452
padding: 7px 30px;
459453
margin: 15px 0px;
460454
line-height: 1.3em;
@@ -485,15 +479,15 @@ a.reference {
485479
border-bottom: 1px dotted #004B6B;
486480
}
487481

482+
a.reference:hover {
483+
border-bottom: 1px solid #6D4100;
484+
}
485+
488486
/* Don't put an underline on images */
489487
a.image-reference, a.image-reference:hover {
490488
border-bottom: none;
491489
}
492490

493-
a.reference:hover {
494-
border-bottom: 1px solid #6D4100;
495-
}
496-
497491
a.footnote-reference {
498492
text-decoration: none;
499493
font-size: 0.7em;
@@ -509,68 +503,7 @@ a:hover tt, a:hover code {
509503
background: #EEE;
510504
}
511505

512-
513-
@media screen and (max-width: 870px) {
514-
515-
div.sphinxsidebar {
516-
display: none;
517-
}
518-
519-
div.document {
520-
width: 100%;
521-
522-
}
523-
524-
div.documentwrapper {
525-
margin-left: 0;
526-
margin-top: 0;
527-
margin-right: 0;
528-
margin-bottom: 0;
529-
}
530-
531-
div.bodywrapper {
532-
margin-top: 0;
533-
margin-right: 0;
534-
margin-bottom: 0;
535-
margin-left: 0;
536-
}
537-
538-
ul {
539-
margin-left: 0;
540-
}
541-
542-
li > ul {
543-
/* Matches the 30px from the "ul, ol" selector above */
544-
margin-left: 30px;
545-
}
546-
547-
.document {
548-
width: auto;
549-
}
550-
551-
.footer {
552-
width: auto;
553-
}
554-
555-
.bodywrapper {
556-
margin: 0;
557-
}
558-
559-
.footer {
560-
width: auto;
561-
}
562-
563-
.github {
564-
display: none;
565-
}
566-
567-
568-
569-
}
570-
571-
572-
573-
@media screen and (max-width: 875px) {
506+
@media screen and (max-width: 940px) {
574507

575508
body {
576509
margin: 0;
@@ -580,12 +513,16 @@ a:hover tt, a:hover code {
580513
div.documentwrapper {
581514
float: none;
582515
background: #fff;
516+
margin-left: 0;
517+
margin-top: 0;
518+
margin-right: 0;
519+
margin-bottom: 0;
583520
}
584521

585522
div.sphinxsidebar {
586523
display: block;
587524
float: none;
588-
width: 102.5%;
525+
width: unset;
589526
margin: 50px -30px -20px -30px;
590527
padding: 10px 20px;
591528
background: #333;
@@ -620,8 +557,14 @@ a:hover tt, a:hover code {
620557

621558
div.body {
622559
min-height: 0;
560+
min-width: auto; /* fixes width on small screens, breaks .hll */
623561
padding: 0;
624562
}
563+
564+
.hll {
565+
/* "fixes" the breakage */
566+
width: max-content;
567+
}
625568

626569
.rtd_doc_footer {
627570
display: none;
@@ -635,13 +578,18 @@ a:hover tt, a:hover code {
635578
width: auto;
636579
}
637580

638-
.footer {
639-
width: auto;
640-
}
641-
642581
.github {
643582
display: none;
644583
}
584+
585+
ul {
586+
margin-left: 0;
587+
}
588+
589+
li > ul {
590+
/* Matches the 30px from the "ul, ol" selector above */
591+
margin-left: 30px;
592+
}
645593
}
646594

647595

@@ -705,4 +653,11 @@ nav#breadcrumbs li+li:before {
705653
div.related {
706654
display: none;
707655
}
656+
}
657+
658+
img.github {
659+
position: absolute;
660+
top: 0;
661+
border: 0;
662+
right: 0;
708663
}

_static/basic.css

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
/*
2-
* basic.css
3-
* ~~~~~~~~~
4-
*
52
* Sphinx stylesheet -- basic theme.
6-
*
7-
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
8-
* :license: BSD, see LICENSE for details.
9-
*
103
*/
114

125
/* -- main layout ----------------------------------------------------------- */
@@ -115,15 +108,11 @@ img {
115108
/* -- search page ----------------------------------------------------------- */
116109

117110
ul.search {
118-
margin: 10px 0 0 20px;
119-
padding: 0;
111+
margin-top: 10px;
120112
}
121113

122114
ul.search li {
123-
padding: 5px 0 5px 20px;
124-
background-image: url(file.png);
125-
background-repeat: no-repeat;
126-
background-position: 0 7px;
115+
padding: 5px 0;
127116
}
128117

129118
ul.search li a {

_static/doctools.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
/*
2-
* doctools.js
3-
* ~~~~~~~~~~~
4-
*
52
* Base JavaScript utilities for all Sphinx HTML documentation.
6-
*
7-
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
8-
* :license: BSD, see LICENSE for details.
9-
*
103
*/
114
"use strict";
125

_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '1.30.0',
2+
VERSION: '1.31.0',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

_static/favicon-16x16.png

1.39 KB
Loading

_static/github-banner.svg

Lines changed: 5 additions & 0 deletions
Loading

_static/language_data.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
/*
2-
* language_data.js
3-
* ~~~~~~~~~~~~~~~~
4-
*
52
* This script contains the language-specific data used by searchtools.js,
63
* namely the list of stopwords, stemmer, scorer and splitter.
7-
*
8-
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
9-
* :license: BSD, see LICENSE for details.
10-
*
114
*/
125

136
var stopwords = ["a", "and", "are", "as", "at", "be", "but", "by", "for", "if", "in", "into", "is", "it", "near", "no", "not", "of", "on", "or", "such", "that", "the", "their", "then", "there", "these", "they", "this", "to", "was", "will", "with"];

_static/logo-400x113.png

12.9 KB
Loading

0 commit comments

Comments
 (0)