Skip to content

Commit a92e1fc

Browse files
committed
Preparation for 0.9.2.0 release (#12)
1 parent b7ddd3a commit a92e1fc

File tree

9 files changed

+99
-98
lines changed

9 files changed

+99
-98
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Release 0.9.2.0
88
* Fixed an issue where executables located on paths with spaces would not be invoked correctly (#12)
99
* Fixed an issue where R-paths were not normalized correctly.
1010
* Fixed an issue where executables specified in configuration that did not exist would crash `pandoc-plot`.
11+
* Fixed an issue where some R-based toolkits appeared to be available, but were not.
1112

1213
Release 0.9.1.0
1314
---------------

MANUAL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ pandoc --filter pandoc-plot --filter pandoc-crossref -i myfile.md -o myfile.html
159159
`pandoc-plot` is a command line executable with a few functions. You can take a look at the help using the `-h`/`--help` flag:
160160

161161
``` bash
162-
pandoc-plot 0.9.1.0 - generate figures directly in documents
162+
pandoc-plot 0.9.2.0 - generate figures directly in documents
163163

164164
Usage: pandoc-plot.EXE [(-v|--version) | --full-version | (-m|--manual)]
165165
[COMMAND] [AST]

docs/MANUAL.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" />
55
<meta name="generator" content="pandoc" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
7-
<title>pandoc-plot 0.9.1.0 manual</title>
7+
<title>pandoc-plot 0.9.2.0 manual</title>
88
<style>
99
code{white-space: pre-wrap;}
1010
span.smallcaps{font-variant: small-caps;}
@@ -83,7 +83,7 @@
8383
</head>
8484
<body>
8585
<header id="title-block-header">
86-
<h1 class="title">pandoc-plot 0.9.1.0 manual</h1>
86+
<h1 class="title">pandoc-plot 0.9.2.0 manual</h1>
8787
</header>
8888
<!--
8989
The file MANUAL.md is automatically generated by the tools/mkmanual.ps1 script. Do not edit manually.
@@ -187,7 +187,7 @@ <h3 id="compatibility-with-pandoc-crossref">Compatibility with pandoc-crossref</
187187
<div class="sourceCode" id="cb10"><pre class="sourceCode bash"><code class="sourceCode bash"><span id="cb10-1"><a href="#cb10-1" aria-hidden="true"></a><span class="ex">pandoc</span> --filter pandoc-plot --filter pandoc-crossref -i myfile.md -o myfile.html</span></code></pre></div>
188188
<h2 id="detailed-usage">Detailed usage</h2>
189189
<p><code>pandoc-plot</code> is a command line executable with a few functions. You can take a look at the help using the <code>-h</code>/<code>--help</code> flag:</p>
190-
<div class="sourceCode" id="cb11"><pre class="sourceCode bash"><code class="sourceCode bash"><span id="cb11-1"><a href="#cb11-1" aria-hidden="true"></a><span class="ex">pandoc-plot</span> 0.9.1.0 - generate figures directly in documents</span>
190+
<div class="sourceCode" id="cb11"><pre class="sourceCode bash"><code class="sourceCode bash"><span id="cb11-1"><a href="#cb11-1" aria-hidden="true"></a><span class="ex">pandoc-plot</span> 0.9.2.0 - generate figures directly in documents</span>
191191
<span id="cb11-2"><a href="#cb11-2" aria-hidden="true"></a></span>
192192
<span id="cb11-3"><a href="#cb11-3" aria-hidden="true"></a><span class="ex">Usage</span>: pandoc-plot.EXE [(-v<span class="kw">|</span><span class="ex">--version</span>) <span class="kw">|</span> <span class="ex">--full-version</span> <span class="kw">|</span> <span class="kw">(</span><span class="ex">-m</span><span class="kw">|</span><span class="ex">--manual</span><span class="kw">)</span>] </span>
193193
<span id="cb11-4"><a href="#cb11-4" aria-hidden="true"></a> [<span class="ex">COMMAND</span>] [AST]</span>

docs/index.html

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

docs/plots/10130279783601906841.html

Lines changed: 0 additions & 85 deletions
This file was deleted.

docs/plots/15261492915881578801.html

Lines changed: 85 additions & 0 deletions
Large diffs are not rendered by default.

docs/plots/10130279783601906841.txt renamed to docs/plots/15261492915881578801.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by pandoc-plot 0.9.1.0
1+
# Generated by pandoc-plot 0.9.2.0
22

33
import numpy as np
44

File renamed without changes.

docs/plots/2650179269645070188.txt renamed to docs/plots/7328269643485785532.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by pandoc-plot 0.9.1.0
1+
# Generated by pandoc-plot 0.9.2.0
22

33
import numpy as np
44
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)