8000 Update docs · u2takey/ffmpeg-python@995cf67 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 995cf67

Browse files
committed
Update docs
1 parent a3bac57 commit 995cf67

22 files changed

+1042
-1702
lines changed

doc/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: ddab88374862866bf6c9e1a22614e4c7
3+
config: f3635c9edf6e9bff1735d57d26069ada
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

doc/html/_static/ajax-loader.gif

-673 Bytes
Binary file not shown.

doc/html/_static/basic.css

Lines changed: 100 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-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%;
@@ -227,6 +231,16 @@ a.headerlink {
227231
visibility: hidden;
228232
}
229233

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+
230244
h1:hover > a.headerlink,
231245
h2:hover > a.headerlink,
232246
h3:hover > a.headerlink,
@@ -275,6 +289,12 @@ img.align-center, .figure.align-center, object.align-center {
275289
margin-right: auto;
276290
}
277291

292+
img.align-default, .figure.align-default {
293+
display: block;
294+
margin-left: auto;
295+
margin-right: auto;
296+
}
297+
278298
.align-left {
279299
text-align: left;
280300
}
@@ -283,6 +303,10 @@ img.align-center, .figure.align-center, object.align-center {
283303
text-align: center;
284304
}
285305

306+
.align-default {
307+
text-align: center;
308+
}
309+
286310
.align-right {
287311
text-align: right;
288312
}
@@ -354,6 +378,11 @@ table.align-center {
354378
margin-right: auto;
355379
}
356380

381+
table.align-default {
382+
margin-left: auto;
383+
margin-right: auto;
384+
}
385+
357386
table caption span.caption-number {
358387
font-style: italic;
359388
}
@@ -387,6 +416,16 @@ table.citation td {
387416
border-bottom: none;
388417
}
389418

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+
390429
/* -- figures --------------------------------------------------------------- */
391430

392431
div.figure {
@@ -427,6 +466,13 @@ table.field-list td, table.field-list th {
427466
hyphens: manual;
428467
}
429468

469+
/* -- hlist styles ---------------------------------------------------------- */
470
471+
table.hlist td {
472+
vertical-align: top;
473+
}
474+
475+
430476
/* -- other body styles ----------------------------------------------------- */
431477

432478
ol.arabic {
@@ -449,11 +495,57 @@ ol.upperroman {
449495
list-style: upper-roman;
450496
}
451497

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: flex;
524+
flex-wrap: wrap;
525+
}
526+
527+
dl.field-list > dt {
528+
flex-basis: 20%;
529+
font-weight: bold;
530+
word-break: break-word;
531+
}
532+
533+
dl.field-list > dt:after {
534+
content: ":";
535+
}
536+
537+
dl.field-list > dd {
538+
flex-basis: 70%;
539+
padding-left: 1em;
540+
margin-left: 0em;
541+
margin-bottom: 0em;
542+
}
543+
452544
dl {
453545
margin-bottom: 15px;
454546
}
455547

456-
dd p {
548+
dd > p:first-child {
457549
margin-top: 0px;
458550
}
459551

@@ -526,6 +618,12 @@ dl.glossary dt {
526618
font-style: oblique;
527619
}
528620

621+
.classifier:before {
622+
font-style: normal;
623+
margin: 0.5em;
624+
content: ":";
625+
}
626+
529627
abbr, acronym {
530628
border-bottom: dotted 1px;
531629
cursor: help;

doc/html/_static/comment-bright.png

-756 Bytes
Binary file not shown.

doc/html/_static/comment-close.png

-829 Bytes
Binary file not shown.

doc/html/_static/comment.png

-641 Bytes
Binary file not shown.

doc/html/_static/doctools.js

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx JavaScript utilities for all documentation.
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
*/
@@ -87,14 +87,13 @@ jQuery.fn.highlightText = function(text, className) {
8787
node.nextSibling));
8888
node.nodeValue = val.substr(0, pos);
8989
if (isInSVG) {
90-
var bbox = span.getBBox();
9190
var rect = document.createElementNS("http://www.w3.org/2000/svg", "rect");
92-
rect.x.baseVal.value = bbox.x;
91+
var bbox = node.parentElement.getBBox();
92+
rect.x.baseVal.value = bbox.x;
9393
rect.y.baseVal.value = bbox.y;
9494
rect.width.baseVal.value = bbox.width;
9595
rect.height.baseVal.value = bbox.height;
9696
rect.setAttribute('class', className);
97-
var parentOfText = node.parentNode.parentNode;
9897
addItems.push({
9998
"parent": node.parentNode,
10099
"target": rect});
@@ -150,7 +149,9 @@ var Documentation = {
150149
this.fixFirefoxAnchorBug();
151150
this.highlightSearchWords();
152151
this.initIndexTable();
153-
152+
if (DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) {
153+
this.initOnKeyListeners();
154+
}
154155
},
155156

156157
/**
@@ -310,4 +311,4 @@ _ = Documentation.gettext;
310311

311312
$(document).ready(function() {
312313
Documentation.init();
313-
});
314+
});
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
var DOCUMENTATION_OPTIONS = {
2-
URL_ROOT: '',
2+
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
33
VERSION: '',
44
LANGUAGE: 'None',
55
COLLAPSE_INDEX: false,
66
FILE_SUFFIX: '.html',
77
HAS_SOURCE: true,
8-
SOURCELINK_SUFFIX: '.txt'
8+
SOURCELINK_SUFFIX: '.txt',
9+
NAVIGATION_WITH_KEYS: false
910
};

doc/html/_static/down-pressed.png

-222 Bytes
Binary file not shown.

doc/html/_static/down.png

-202 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)
0