Skip to content

Commit

Permalink
fixed all spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cornhundred committed Feb 15, 2017
1 parent 6cd32c0 commit 322e376
Show file tree
Hide file tree
Showing 15 changed files with 8 additions and 15 deletions.
Binary file modified docs/build/doctrees/clustergrammer_py.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/clustergrammer_web.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/clustergrammer_widget.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/index.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/license.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/matrix_format_io.doctree
Binary file not shown.
8 changes: 0 additions & 8 deletions docs/build/spelling/output.txt
Original file line number Diff line number Diff line change
@@ -1,8 +0,0 @@
clustergrammer_py.rst:7: (Clustergramer)
clustergrammer_py.rst:7: (compatable)
clustergrammer_web.rst:31: (programatically)
clustergrammer_widget.rst:8: (compatable)
developing_with_clustergrammer.rst:10: (apps)
index.rst:19: (appliications)
license.rst:6: (thrid)
matrix_format_io.rst:29: (exmaple)
2 changes: 1 addition & 1 deletion docs/clustergrammer_py.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.
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. Clustergrammer-PY is compatible with Python 2 and 3.

Dependencies
============
Expand Down
2 changes: 1 addition & 1 deletion docs/clustergrammer_web.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Uploading a matrix to Clustergrammer-Web will redirect the user to a new permane

Clustergrammer-Web API
======================
Clustergrammer-Web's RESful API enables users to programatically generate visualizations. The API can be useful for users that need to generate many clustergrams or developers that need to automatically generate visualizations for their own web application.
Clustergrammer-Web's RESful API enables users to programmatically generate visualizations. The API can be useful for users that need to generate many clustergrams or developers that need to automatically generate visualizations for their own web application.

*Matrix Upload*

Expand Down
2 changes: 1 addition & 1 deletion docs/clustergrammer_widget.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Clustergrammer Jupyter Widget
|pypi-version|
|npm-version|

Clustergrammer can be used within a Jupyter notebook as an interactive HTML widget and is compatable with Python 2 and 3. Clustergrammer-Widget can be used to visualize a matrix of data from a file or from a `Pandas`_ DataFrame.
Clustergrammer can be used within a Jupyter notebook as an interactive HTML widget and is compatible with Python 2 and 3. Clustergrammer-Widget can be used to visualize a matrix of data from a file or from a `Pandas`_ DataFrame.


Dependencies
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The easiest ways to use Clustergrammer to produce an interactive and shareable h
- upload a tab-separated matrix file using the Clustergrammer web app `homepage`_
- or use the :ref:`clustergrammer_widget` within a `Jupyter`_ notebook and share with `nbviewer`_

The :ref:`clustergrammer_web` is the quickest way for a user to generate an interactive and shareable visualization (see `example visualization`_). For more technical users, the :ref:`clustergrammer_widget` enables visualizations to be built within Jupyter notebook workflows and shared through Jupyter's `nbviewer`_ (see `example notebook`_). Web developers can use Clustergrammer's core libraries (:ref:`clustergrammer_js` and :ref:`clustergrammer_py`) or the :ref:`clustergrammer_web_api` to dynamically generate visualizations for their own web appliications (see examples in :ref:`app_integration`).
The :ref:`clustergrammer_web` is the quickest way for a user to generate an interactive and shareable visualization (see `example visualization`_). For more technical users, the :ref:`clustergrammer_widget` enables visualizations to be built within Jupyter notebook workflows and shared through Jupyter's `nbviewer`_ (see `example notebook`_). Web developers can use Clustergrammer's core libraries (:ref:`clustergrammer_js` and :ref:`clustergrammer_py`) or the :ref:`clustergrammer_web_api` to dynamically generate visualizations for their own web applications (see examples in :ref:`app_integration`).

Please read the :doc:`getting_started` guide for more detailed information on using Clustergrammer.

Expand Down
2 changes: 1 addition & 1 deletion docs/license.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ License

Clustergrammer was developed by Nicolas F. Fernandez in the `Ma'ayan lab`_ at the `Icahn School of Medicine at Mount Sinai`_.

Clustergrammer's `license`_ and thrid-party licenses are in the `LICENSES`_ directory.
Clustergrammer's `license`_ and third-party licenses are in the `LICENSES`_ directory.

.. _`Ma'ayan lab`: http://labs.icahn.mssm.edu/maayanlab/
.. _`Icahn School of Medicine at Mount Sinai`: http://icahn.mssm.edu/
Expand Down
2 changes: 1 addition & 1 deletion docs/matrix_format_io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Row and column categories can also be included in the matrix in the following wa
.. image:: _static/cat_tsv.png
:width: 700px

This screenshot of an Excel spreadsheet shows a single row category being added as an additional column of strings (e.g. ``Type: Interesting``) and a single column category being added as an additional row of strings (e.g. ``Gender: Male``). Up to 15 categories can be added in a similar manner. Titles for row or column names or categories can be added by prefixing each string with ``'Title: '`` (note that a space after the colon). For example the title of the column names is ``Cell Line`` and the title of the row categories is ``Gender``. See `rc_two_cats.txt`_ for an exmaple of this matrix format.
This screenshot of an Excel spreadsheet shows a single row category being added as an additional column of strings (e.g. ``Type: Interesting``) and a single column category being added as an additional row of strings (e.g. ``Gender: Male``). Up to 15 categories can be added in a similar manner. Titles for row or column names or categories can be added by prefixing each string with ``'Title: '`` (note that a space after the colon). For example the title of the column names is ``Cell Line`` and the title of the row categories is ``Gender``. See `rc_two_cats.txt`_ for an example of this matrix format.

Tuple Matrix-Category Format
============================
Expand Down
3 changes: 2 additions & 1 deletion docs/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ scipy
json
tooltip
Workflow
programmatically
programmatically
apps

0 comments on commit 322e376

Please sign in to comment.