Skip to content

Commit

Permalink
(add) features -> docs
Browse files Browse the repository at this point in the history
  • Loading branch information
statefb committed Jul 8, 2019
1 parent eecb522 commit 2222763
Show file tree
Hide file tree
Showing 13 changed files with 340 additions and 2 deletions.
45 changes: 45 additions & 0 deletions docs/features.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
========
Features
========

Fast computation
================
by `Numba <https://numba.pydata.org>`_

Partial alignment
================

* before alignment

.. image:: img/partial_org.png

* after alignment

.. image:: img/partial_res.png

Local constraint (step pattern)
================

example:

.. csv-table::
:header: "Symmetric2", "AsymmetricP2", "TypeIVc"
:widths: 15, 15, 15

.. image:: img/symmetric2.png, .. image:: img/asymmetricP2.png, .. image:: img/typeIVc.png

Global constraint (windowing)
================

example:

.. csv-table::
:header: "Sakoechiba", "Itakura", "User defined"
:widths: 15, 15, 15

.. image:: img/sakoechiba.png, .. image:: img/itakura.png, .. image:: img/user_win.png


Alignment path visualization
================
.. image:: img/partial_path.png
Binary file added docs/img/asymmetricP2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
273 changes: 273 additions & 0 deletions docs/img/imgs.ipynb

Large diffs are not rendered by default.

Binary file added docs/img/itakura.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/partial_org.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/partial_path.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/partial_res.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/sakoechiba.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/symmetric2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/typeIVc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/user_win.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 18 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,33 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
====================================
Welcome to dtwalign's documentation!
====================================

Comprehensive dynamic time warping module for python.

Installation
============
```
pip install dtwalign
```

Fast computation
----------------

by [Numba](https://numba.pydata.org)

.. toctree::
:maxdepth: 2
:caption: Contents:

modules

features
tutorial
api


==================
Indices and tables
==================

Expand Down
4 changes: 4 additions & 0 deletions docs/tutorial.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
========
Tutorial
========

0 comments on commit 2222763

Please sign in to comment.