Skip to content

Commit 527f535

Browse files
committed
Update to 0.4
1 parent f6d18a6 commit 527f535

18 files changed

+35
-35
lines changed
-17 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-307 Bytes
Binary file not shown.

doc/build/doctrees/index.doctree

-12 Bytes
Binary file not shown.
5 Bytes
Binary file not shown.

doc/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: 31ac93b6d6a45684f9fd7ee3765dc6bc
3+
config: 78b48684d0fd19905c089debbc0a7ce8
44
tags: a205e9ed8462ae86fdd2f73488852ba9

doc/build/html/_sources/charts_library.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Pie chart outer radius defaults to 1/2 min(width/height)::
211211

212212
Donut charts can be created by passing an inner radius::
213213

214-
donut = vincent.Pie(farm_1, inner_radius=500)
214+
donut = vincent.Pie(farm_1, inner_radius=200)
215215
donut.colors(brew="Set2")
216216
donut.legend('Farm 1 Fruit')
217217

doc/build/html/building_vega.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
77

8-
<title>Building Vega with Vincent &mdash; Vincent 0.3 documentation</title>
8+
<title>Building Vega with Vincent &mdash; Vincent 0.4 documentation</title>
99

1010
<link rel="stylesheet" href="_static/basic.css" type="text/css" />
1111
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -17,7 +17,7 @@
1717
<script type="text/javascript">
1818
var DOCUMENTATION_OPTIONS = {
1919
URL_ROOT: './',
20-
VERSION: '0.3',
20+
VERSION: '0.4',
2121
COLLAPSE_INDEX: false,
2222
FILE_SUFFIX: '.html',
2323
HAS_SOURCE: true
@@ -31,7 +31,7 @@
3131
<script type="text/javascript" src="_static/js/jquery-fix.js"></script>
3232
<script type="text/javascript" src="_static/bootstrap-2.3.2/js/bootstrap.min.js"></script>
3333
<script type="text/javascript" src="_static/bootstrap-sphinx.js"></script>
34-
<link rel="top" title="Vincent 0.3 documentation" href="index.html" />
34+
<link rel="top" title="Vincent 0.4 documentation" href="index.html" />
3535
<link rel="next" title="Vega API Reference" href="vega_api.html" />
3636
<link rel="prev" title="Charts Library" href="charts_library.html" />
3737
<meta charset='utf-8'>
@@ -53,7 +53,7 @@
5353
</button>
5454

5555
<a class="brand" href="index.html">Vincent</a>
56-
<span class="navbar-text pull-left"><b>0.3</b></span>
56+
<span class="navbar-text pull-left"><b>0.4</b></span>
5757

5858
<div class="nav-collapse">
5959
<ul class="nav">

doc/build/html/charts_library.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
77

8-
<title>Charts Library &mdash; Vincent 0.3 documentation</title>
8+
<title>Charts Library &mdash; Vincent 0.4 documentation</title>
99

1010
<link rel="stylesheet" href="_static/basic.css" type="text/css" />
1111
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -17,7 +17,7 @@
1717
<script type="text/javascript">
1818
var DOCUMENTATION_OPTIONS = {
1919
URL_ROOT: './',
20-
VERSION: '0.3',
20+
VERSION: '0.4',
2121
COLLAPSE_INDEX: false,
2222
FILE_SUFFIX: '.html',
2323
HAS_SOURCE: true
@@ -31,7 +31,7 @@
3131
<script type="text/javascript" src="_static/js/jquery-fix.js"></script>
3232
<script type="text/javascript" src="_static/bootstrap-2.3.2/js/bootstrap.min.js"></script>
3333
<script type="text/javascript" src="_static/bootstrap-sphinx.js"></script>
34-
<link rel="top" title="Vincent 0.3 documentation" href="index.html" />
34+
<link rel="top" title="Vincent 0.4 documentation" href="index.html" />
3535
<link rel="next" title="Building Vega with Vincent" href="building_vega.html" />
3636
<link rel="prev" title="Quickstart" href="quickstart.html" />
3737
<meta charset='utf-8'>
@@ -53,7 +53,7 @@
5353
</button>
5454

5555
<a class="brand" href="index.html">Vincent</a>
56-
<span class="navbar-text pull-left"><b>0.3</b></span>
56+
<span class="navbar-text pull-left"><b>0.4</b></span>
5757

5858
<div class="nav-collapse">
5959
<ul class="nav">
@@ -348,7 +348,7 @@
348348
</div>
349349
<img alt="_images/pie_0.png" src="_images/pie_0.png" />
350350
<p>Donut charts can be created by passing an inner radius:</p>
351-
<div class="highlight-python"><div class="highlight"><pre><span class="n">donut</span> <span class="o">=</span> <span class="n">vincent</span><span class="o">.</span><span class="n">Pie</span><span class="p">(</span><span class="n">farm_1</span><span class="p">,</span> <span class="n">inner_radius</span><span class="o">=</span><span class="mi">500</span><span class="p">)</span>
351+
<div class="highlight-python"><div class="highlight"><pre><span class="n">donut</span> <span class="o">=</span> <span class="n">vincent</span><span class="o">.</span><span class="n">Pie</span><span class="p">(</span><span class="n">farm_1</span><span class="p">,</span> <span class="n">inner_radius</span><span class="o">=</span><span class="mi">200</span><span class="p">)</span>
352352
<span class="n">donut</span><span class="o">.</span><span class="n">colors</span><span class="p">(</span><span class="n">brew</span><span class="o">=</span><span class="s">&quot;Set2&quot;</span><span class="p">)</span>
353353
<span class="n">donut</span><span class="o">.</span><span class="n">legend</span><span class="p">(</span><span class="s">&#39;Farm 1 Fruit&#39;</span><span class="p">)</span>
354354
</pre></div>

doc/build/html/genindex.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
88

9-
<title>Index &mdash; Vincent 0.3 documentation</title>
9+
<title>Index &mdash; Vincent 0.4 documentation</title>
1010

1111
<link rel="stylesheet" href="_static/basic.css" type="text/css" />
1212
<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.3',
21+
VERSION: '0.4',
2222
COLLAPSE_INDEX: false,
2323
FILE_SUFFIX: '.html',
2424
HAS_SOURCE: true
@@ -32,7 +32,7 @@
3232
<script type="text/javascript" src="_static/js/jquery-fix.js"></script>
3333
<script type="text/javascript" src="_static/bootstrap-2.3.2/js/bootstrap.min.js"></script>
3434
<script type="text/javascript" src="_static/bootstrap-sphinx.js"></script>
35-
<link rel="top" title="Vincent 0.3 documentation" href="index.html" />
35+
<link rel="top" title="Vincent 0.4 documentation" href="index.html" />
3636
<meta charset='utf-8'>
3737
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
3838
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
@@ -52,7 +52,7 @@
5252
</button>
5353

5454
<a class="brand" href="index.html">Vincent</a>
55-
<span class="navbar-text pull-left"><b>0.3</b></span>
55+
<span class="navbar-text pull-left"><b>0.4</b></span>
5656

5757
<div class="nav-collapse">
5858
<ul class="nav">

0 commit comments

Comments
 (0)