Skip to content

Commit

Permalink
added pypi version shield for clustergrammer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cornhundred committed Feb 15, 2017
1 parent d46ab1d commit 074de46
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 19 deletions.
Binary file modified docs/_build_html/.doctrees/clustergrammer_js.doctree
Binary file not shown.
Binary file modified docs/_build_html/.doctrees/clustergrammer_py.doctree
Binary file not shown.
Binary file modified docs/_build_html/.doctrees/environment.pickle
Binary file not shown.
10 changes: 3 additions & 7 deletions docs/_build_html/_sources/clustergrammer_js.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Clustergrammer-JS
-----------------
|npm-status|
|npm-version|

Clustergrammer-JS is the front-end JavaScript library that builds the interactive heatmap visualization in `SVG`_ using the visualization library `D3.js`_

Expand Down Expand Up @@ -84,11 +84,7 @@ Please :ref:`contact` Nicolas Fernandez or Avi Ma'ayan with questions or use the
.. _`src`: https://github.com/MaayanLab/clustergrammer/tree/master/src
.. _`issues`: https://github.com/MaayanLab/clustergrammer/issues


[![NPM](https://img.shields.io/npm/v/clustergrammer.svg)](https://www.npmjs.com/package/clustergrammer)


.. |npm-status| image:: https://img.shields.io/npm/v/clustergrammer.svg
:alt: build status
.. |npm-version| image:: https://img.shields.io/npm/v/clustergrammer.svg
:alt: version
:scale: 100%
:target: https://www.npmjs.com/package/clustergrammer
9 changes: 8 additions & 1 deletion docs/_build_html/_sources/clustergrammer_py.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Clustergrammer-PY
-----------------
|pypi-version|

Clustergrammer-PY is the back-end Python library that is used to hierarchically cluster the data and generate the JSON for the front-end Clustergrammer.js visualization library. Clustergramer-PY is compatable with Python 2 and 3.

Dependencies
Expand Down Expand Up @@ -59,4 +61,9 @@ Please :ref:`contact` Nicolas Fernandez or Avi Ma'ayan with questions or use the
.. _`GitHub repo`: http://github.com/MaayanLab/clustergrammer-py
.. _`package index`: https://pypi.python.org/pypi?:action=display&name=clustergrammer
.. _`clustergrammer-py`: https://github.com/MaayanLab/clustergrammer-py
.. _`issues`: https://github.com/MaayanLab/clustergrammer-py/issues
.. _`issues`: https://github.com/MaayanLab/clustergrammer-py/issues

.. |pypi-version| image:: https://img.shields.io/pypi/v/clustergrammer.svg
:alt: version
:scale: 100%
:target: https://pypi.python.org/pypi?:action=display&name=clustergrammer
3 changes: 1 addition & 2 deletions docs/_build_html/clustergrammer_js.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@

<div class="section" id="clustergrammer-js">
<span id="id1"></span><h1>Clustergrammer-JS<a class="headerlink" href="#clustergrammer-js" title="Permalink to this headline"></a></h1>
<p><a class="reference external" href="https://www.npmjs.com/package/clustergrammer"><img alt="build status" src="https://img.shields.io/npm/v/clustergrammer.svg" /></a></p>
<p><a class="reference external" href="https://www.npmjs.com/package/clustergrammer"><img alt="version" src="https://img.shields.io/npm/v/clustergrammer.svg" /></a></p>
<p>Clustergrammer-JS is the front-end JavaScript library that builds the interactive heatmap visualization in <a class="reference external" href="https://en.wikipedia.org/wiki/Scalable_Vector_Graphics">SVG</a> using the visualization library <a class="reference external" href="https://d3js.org/">D3.js</a></p>
<div class="section" id="dependencies">
<h2>Dependencies<a class="headerlink" href="#dependencies" title="Permalink to this headline"></a></h2>
Expand Down Expand Up @@ -199,7 +199,6 @@ <h2>Installation<a class="headerlink" href="#installation" title="Permalink to t
<p>Clustergrammer-JS&#8217; source code can be found in the <a class="reference external" href="https://github.com/MaayanLab/clustergrammer">clustergrammer</a> GihHub repo. The Clustergrammer-JS library is utilized by the <a class="reference internal" href="web_app.html#clustergrammer-web"><span class="std std-ref">Clustergrammer Web App</span></a> and the <a class="reference internal" href="jupyter_widget.html#clustergrammer-widget"><span class="std std-ref">Clustergrammer Jupyter Widget</span></a>.</p>
<p>Clustergrammer-JS is built with <a class="reference external" href="https://webpack.github.io/">Webpack Module Bundler</a> from the source files in <a class="reference external" href="https://github.com/MaayanLab/clustergrammer/tree/master/src">src</a>.</p>
<p>Please <a class="reference internal" href="index.html#contact"><span class="std std-ref">Contact</span></a> Nicolas Fernandez or Avi Ma&#8217;ayan with questions or use the GitHub <a class="reference external" href="https://github.com/MaayanLab/clustergrammer/issues">issues</a> feature to raise an issue.</p>
<p>[![NPM](<a class="reference external" href="https://img.shields.io/npm/v/clustergrammer.svg)](https://www.npmjs.com/package/clustergrammer">https://img.shields.io/npm/v/clustergrammer.svg)](https://www.npmjs.com/package/clustergrammer</a>)</p>
</div>
</div>

Expand Down
1 change: 1 addition & 0 deletions docs/_build_html/clustergrammer_py.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@

<div class="section" id="clustergrammer-py">
<span id="id1"></span><h1>Clustergrammer-PY<a class="headerlink" href="#clustergrammer-py" title="Permalink to this headline"></a></h1>
<p><a class="reference external" href="https://pypi.python.org/pypi?:action=display&amp;name=clustergrammer"><img alt="version" src="https://img.shields.io/pypi/v/clustergrammer.svg" /></a></p>
<p>Clustergrammer-PY is the back-end Python library that is used to hierarchically cluster the data and generate the JSON for the front-end Clustergrammer.js visualization library. Clustergramer-PY is compatable with Python 2 and 3.</p>
<div class="section" id="dependencies">
<h2>Dependencies<a class="headerlink" href="#dependencies" title="Permalink to this headline"></a></h2>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build_html/searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 3 additions & 7 deletions docs/clustergrammer_js.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Clustergrammer-JS
-----------------
|npm-status|
|npm-version|

Clustergrammer-JS is the front-end JavaScript library that builds the interactive heatmap visualization in `SVG`_ using the visualization library `D3.js`_

Expand Down Expand Up @@ -84,11 +84,7 @@ Please :ref:`contact` Nicolas Fernandez or Avi Ma'ayan with questions or use the
.. _`src`: https://github.com/MaayanLab/clustergrammer/tree/master/src
.. _`issues`: https://github.com/MaayanLab/clustergrammer/issues


[![NPM](https://img.shields.io/npm/v/clustergrammer.svg)](https://www.npmjs.com/package/clustergrammer)


.. |npm-status| image:: https://img.shields.io/npm/v/clustergrammer.svg
:alt: build status
.. |npm-version| image:: https://img.shields.io/npm/v/clustergrammer.svg
:alt: version
:scale: 100%
:target: https://www.npmjs.com/package/clustergrammer

0 comments on commit 074de46

Please sign in to comment.