Skip to content

Commit 95600dd

Browse files
committed
Fixing docs
1 parent 13681f6 commit 95600dd

File tree

6 files changed

+18
-15
lines changed

6 files changed

+18
-15
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Documentation](https://cdn.rawgit.com/lmaccherone/Lumenize/v1.0.2/docs/Lumenize-docs/index.html)
1+
# [Documentation](https://cdn.rawgit.com/lmaccherone/Lumenize/v1.0.3/docs/Lumenize-docs/index.html)
22

33
[![build status](https://secure.travis-ci.org/lmaccherone/Lumenize.svg)](http://travis-ci.org/lmaccherone/Lumenize)
44
[![NPM version](https://badge.fury.io/js/lumenize.svg)](http://badge.fury.io/js/Lumenize)
@@ -16,7 +16,7 @@ Lumenize is a collection of tools for analyzing and making awesome visualization
1616

1717
## Documentation and source code ##
1818

19-
* [API Documentation](https://cdn.rawgit.com/lmaccherone/Lumenize/v1.0.2/docs/lumenize-docs/index.html)
19+
* [API Documentation](https://cdn.rawgit.com/lmaccherone/Lumenize/v1.0.3/docs/lumenize-docs/index.html)
2020
* [Source Repository](https://github.com/lmaccherone/Lumenize)
2121

2222
## Features ##
@@ -30,7 +30,7 @@ Lumenize is a collection of tools for analyzing and making awesome visualization
3030
* Bundled with the [tzTime](https://github.com/lmaccherone/tzTime) library (same author) for
3131
timezone precise x-axis. Knockout weekends, holidays, non-work hours, etc.
3232
* Tested - Over 600 tests (plus over 400 tests in tzTime)
33-
* [Documented (Lumenize)](https://cdn.rawgit.com/lmaccherone/Lumenize/v1.0.2/docs/lumenize-docs/index.html) [(tzTime)](http://lmaccherone.github.com/tzTime/docs/tztime-docs/index.html) - Robust documentation and examples
33+
* [Documented (Lumenize)](https://cdn.rawgit.com/lmaccherone/Lumenize/v1.0.3/docs/lumenize-docs/index.html) [(tzTime)](http://lmaccherone.github.com/tzTime/docs/tztime-docs/index.html) - Robust documentation and examples
3434
* [DocTested](https://github.com/lmaccherone/coffeedoctest) - The examples will always match
3535
the code because it fails automated testing when they don't
3636

@@ -49,7 +49,7 @@ To use in a browser, either host it on your own site, or if your volume is low e
4949

5050
Replace `{{version}}` with the version of Lumenize you wish to use (probably the latest). See the Changelog section for information about versions. Example:
5151

52-
`<script type="text/javascript" src="https://cdn.rawgit.com/lmaccherone/Lumenize/v1.0.2/deploy/lumenize-min.js"></script>`
52+
`<script type="text/javascript" src="https://cdn.rawgit.com/lmaccherone/Lumenize/v1.0.3/deploy/lumenize-min.js"></script>`
5353

5454
The package is fairly large ~260KB but most of that is the embedded timezone files which compress really well.
5555

@@ -73,6 +73,7 @@ Then in your code:
7373

7474
## Changelog ##
7575

76+
* 1.0.3 - 2015-12-14 - Still trying to fix caching
7677
* 1.0.2 - 2015-12-14 - Fixing CDN caching of old docs
7778
* 1.0.1 - 2015-12-14 - Switched from googleapis CDN to rawgit because publishing to googleapis has been troublesome
7879
* 1.0.0 - 2015-12-14 - **Backward breaking** UniqueIDField now defaults to "_EntityID" to match with Temporalize.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lumenize",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"homepage": "https://github.com/lmaccherone/Lumenize",
55
"authors": [
66
"Larry Maccherone"

deploy/lumenize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
lumenize version: 1.0.2
2+
lumenize version: 1.0.3
33
*/
44
var require = function (file, cwd) {
55
var resolved = require.resolve(file, cwd || '/');

docs/README.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
</style>
7979
<body>
8080
<div class="readme">
81-
<h1 id="-documentation-https-cdn-rawgit-com-lmaccherone-lumenize-v1-0-2-docs-lumenize-docs-index-html-"><a href="https://cdn.rawgit.com/lmaccherone/Lumenize/v1.0.2/docs/Lumenize-docs/index.html">Documentation</a></h1>
81+
<h1 id="-documentation-https-cdn-rawgit-com-lmaccherone-lumenize-v1-0-3-docs-lumenize-docs-index-html-"><a href="https://cdn.rawgit.com/lmaccherone/Lumenize/v1.0.3/docs/Lumenize-docs/index.html">Documentation</a></h1>
8282
<p><a href="http://travis-ci.org/lmaccherone/Lumenize"><img src="https://secure.travis-ci.org/lmaccherone/Lumenize.svg" alt="build status"></a>
8383
<a href="http://badge.fury.io/js/Lumenize"><img src="https://badge.fury.io/js/lumenize.svg" alt="NPM version"></a>
8484
<a href="https://david-dm.org/lmaccherone/Lumenize"><img src="https://david-dm.org/lmaccherone/Lumenize.svg" alt="build status"></a>
@@ -90,7 +90,7 @@ <h1 id="lumenize">Lumenize</h1>
9090
<p>Lumenize is a collection of tools for analyzing and making awesome visualizations out of your data.</p>
9191
<h2 id="documentation-and-source-code">Documentation and source code</h2>
9292
<ul>
93-
<li><a href="https://cdn.rawgit.com/lmaccherone/Lumenize/v1.0.2/docs/lumenize-docs/index.html">API Documentation</a></li>
93+
<li><a href="https://cdn.rawgit.com/lmaccherone/Lumenize/v1.0.3/docs/lumenize-docs/index.html">API Documentation</a></li>
9494
<li><a href="https://github.com/lmaccherone/Lumenize">Source Repository</a></li>
9595
</ul>
9696
<h2 id="features">Features</h2>
@@ -106,7 +106,7 @@ <h2 id="features">Features</h2>
106106
<li>Bundled with the <a href="https://github.com/lmaccherone/tzTime">tzTime</a> library (same author) for
107107
timezone precise x-axis. Knockout weekends, holidays, non-work hours, etc.</li>
108108
<li>Tested - Over 600 tests (plus over 400 tests in tzTime)</li>
109-
<li><a href="https://cdn.rawgit.com/lmaccherone/Lumenize/v1.0.2/docs/lumenize-docs/index.html">Documented (Lumenize)</a> <a href="http://lmaccherone.github.com/tzTime/docs/tztime-docs/index.html">(tzTime)</a> - Robust documentation and examples</li>
109+
<li><a href="https://cdn.rawgit.com/lmaccherone/Lumenize/v1.0.3/docs/lumenize-docs/index.html">Documented (Lumenize)</a> <a href="http://lmaccherone.github.com/tzTime/docs/tztime-docs/index.html">(tzTime)</a> - Robust documentation and examples</li>
110110
<li><a href="https://github.com/lmaccherone/coffeedoctest">DocTested</a> - The examples will always match
111111
the code because it fails automated testing when they don&#39;t</li>
112112
</ul>
@@ -120,7 +120,7 @@ <h2 id="usage-in-a-browser">Usage in a browser</h2>
120120
<p>To use in a browser, either host it on your own site, or if your volume is low enough, you can directly hit the github pages for the deploy version:</p>
121121
<p><code>&lt;script type=&quot;text/javascript&quot; src=&quot;https://cdn.rawgit.com/lmaccherone/Lumenize/v{{version}}/deploy/lumenize-min.js&quot;&gt;&lt;/script&gt;</code></p>
122122
<p>Replace <code>{{version}}</code> with the version of Lumenize you wish to use (probably the latest). See the Changelog section for information about versions. Example:</p>
123-
<p><code>&lt;script type=&quot;text/javascript&quot; src=&quot;https://cdn.rawgit.com/lmaccherone/Lumenize/v1.0.2/deploy/lumenize-min.js&quot;&gt;&lt;/script&gt;</code></p>
123+
<p><code>&lt;script type=&quot;text/javascript&quot; src=&quot;https://cdn.rawgit.com/lmaccherone/Lumenize/v1.0.3/deploy/lumenize-min.js&quot;&gt;&lt;/script&gt;</code></p>
124124
<p>The package is fairly large ~260KB but most of that is the embedded timezone files which compress really well.</p>
125125
<p>Then at the top of the javascript where you want to call it, put the following:</p>
126126
<p><code>var lumenize = require(&#39;./lumenize&#39;);</code></p>
@@ -133,6 +133,7 @@ <h2 id="usage-in-node-js">Usage in node.js</h2>
133133
<p><code>var lumenize = require(&#39;lumenize&#39;)</code></p>
134134
<h2 id="changelog">Changelog</h2>
135135
<ul>
136+
<li>1.0.3 - 2015-12-14 - Still trying to fix caching </li>
136137
<li>1.0.2 - 2015-12-14 - Fixing CDN caching of old docs </li>
137138
<li>1.0.1 - 2015-12-14 - Switched from googleapis CDN to rawgit because publishing to googleapis has been troublesome </li>
138139
<li>1.0.0 - 2015-12-14 - <strong>Backward breaking</strong> UniqueIDField now defaults to &quot;_EntityID&quot; to match with Temporalize.

docs/lumenize-docs/index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
</style>
106106
<body>
107107
<div class="readme">
108-
<h1 id="-documentation-https-cdn-rawgit-com-lmaccherone-lumenize-v1-0-2-docs-lumenize-docs-index-html-"><a href="https://cdn.rawgit.com/lmaccherone/Lumenize/v1.0.2/docs/Lumenize-docs/index.html">Documentation</a></h1>
108+
<h1 id="-documentation-https-cdn-rawgit-com-lmaccherone-lumenize-v1-0-3-docs-lumenize-docs-index-html-"><a href="https://cdn.rawgit.com/lmaccherone/Lumenize/v1.0.3/docs/Lumenize-docs/index.html">Documentation</a></h1>
109109
<p><a href="http://travis-ci.org/lmaccherone/Lumenize"><img src="https://secure.travis-ci.org/lmaccherone/Lumenize.svg" alt="build status"></a>
110110
<a href="http://badge.fury.io/js/Lumenize"><img src="https://badge.fury.io/js/lumenize.svg" alt="NPM version"></a>
111111
<a href="https://david-dm.org/lmaccherone/Lumenize"><img src="https://david-dm.org/lmaccherone/Lumenize.svg" alt="build status"></a>
@@ -117,7 +117,7 @@ <h1 id="lumenize">Lumenize</h1>
117117
<p>Lumenize is a collection of tools for analyzing and making awesome visualizations out of your data.</p>
118118
<h2 id="documentation-and-source-code">Documentation and source code</h2>
119119
<ul>
120-
<li><a href="https://cdn.rawgit.com/lmaccherone/Lumenize/v1.0.2/docs/lumenize-docs/index.html">API Documentation</a></li>
120+
<li><a href="https://cdn.rawgit.com/lmaccherone/Lumenize/v1.0.3/docs/lumenize-docs/index.html">API Documentation</a></li>
121121
<li><a href="https://github.com/lmaccherone/Lumenize">Source Repository</a></li>
122122
</ul>
123123
<h2 id="features">Features</h2>
@@ -133,7 +133,7 @@ <h2 id="features">Features</h2>
133133
<li>Bundled with the <a href="https://github.com/lmaccherone/tzTime">tzTime</a> library (same author) for
134134
timezone precise x-axis. Knockout weekends, holidays, non-work hours, etc.</li>
135135
<li>Tested - Over 600 tests (plus over 400 tests in tzTime)</li>
136-
<li><a href="https://cdn.rawgit.com/lmaccherone/Lumenize/v1.0.2/docs/lumenize-docs/index.html">Documented (Lumenize)</a> <a href="http://lmaccherone.github.com/tzTime/docs/tztime-docs/index.html">(tzTime)</a> - Robust documentation and examples</li>
136+
<li><a href="https://cdn.rawgit.com/lmaccherone/Lumenize/v1.0.3/docs/lumenize-docs/index.html">Documented (Lumenize)</a> <a href="http://lmaccherone.github.com/tzTime/docs/tztime-docs/index.html">(tzTime)</a> - Robust documentation and examples</li>
137137
<li><a href="https://github.com/lmaccherone/coffeedoctest">DocTested</a> - The examples will always match
138138
the code because it fails automated testing when they don&#39;t</li>
139139
</ul>
@@ -147,7 +147,7 @@ <h2 id="usage-in-a-browser">Usage in a browser</h2>
147147
<p>To use in a browser, either host it on your own site, or if your volume is low enough, you can directly hit the github pages for the deploy version:</p>
148148
<p><code>&lt;script type=&quot;text/javascript&quot; src=&quot;https://cdn.rawgit.com/lmaccherone/Lumenize/v{{version}}/deploy/lumenize-min.js&quot;&gt;&lt;/script&gt;</code></p>
149149
<p>Replace <code>{{version}}</code> with the version of Lumenize you wish to use (probably the latest). See the Changelog section for information about versions. Example:</p>
150-
<p><code>&lt;script type=&quot;text/javascript&quot; src=&quot;https://cdn.rawgit.com/lmaccherone/Lumenize/v1.0.2/deploy/lumenize-min.js&quot;&gt;&lt;/script&gt;</code></p>
150+
<p><code>&lt;script type=&quot;text/javascript&quot; src=&quot;https://cdn.rawgit.com/lmaccherone/Lumenize/v1.0.3/deploy/lumenize-min.js&quot;&gt;&lt;/script&gt;</code></p>
151151
<p>The package is fairly large ~260KB but most of that is the embedded timezone files which compress really well.</p>
152152
<p>Then at the top of the javascript where you want to call it, put the following:</p>
153153
<p><code>var lumenize = require(&#39;./lumenize&#39;);</code></p>
@@ -160,6 +160,7 @@ <h2 id="usage-in-node-js">Usage in node.js</h2>
160160
<p><code>var lumenize = require(&#39;lumenize&#39;)</code></p>
161161
<h2 id="changelog">Changelog</h2>
162162
<ul>
163+
<li>1.0.3 - 2015-12-14 - Still trying to fix caching </li>
163164
<li>1.0.2 - 2015-12-14 - Fixing CDN caching of old docs </li>
164165
<li>1.0.1 - 2015-12-14 - Switched from googleapis CDN to rawgit because publishing to googleapis has been troublesome </li>
165166
<li>1.0.0 - 2015-12-14 - <strong>Backward breaking</strong> UniqueIDField now defaults to &quot;_EntityID&quot; to match with Temporalize.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lumenize",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"main": "./lumenize",
55
"description": "Illuminating the forest AND the trees in your data.",
66
"keywords": [

0 commit comments

Comments
 (0)