Skip to content

Commit

Permalink
Documentation improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfolgado committed Jan 6, 2022
1 parent 43a5cf8 commit dc4f6be
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ instance/

# Sphinx documentation
docs/_build/
Makefile

# PyBuilder
target/
Expand Down
2 changes: 1 addition & 1 deletion LICENSE → LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2021, Associação Fraunhofer Portugal Research
Copyright (c) 2022, Associação Fraunhofer Portugal Research
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 2 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.. _changelog:
.. include:: ../CHANGELOG.rst
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
import datetime
now = datetime.datetime.today()
project = u'TSSEARCH'
copyright = u'2021, Fraunhofer AICOS'
copyright = u'2022, Fraunhofer AICOS'
author = u'Fraunhofer AICOS'

# The version info for the project you're documenting, acts as replacement for
Expand Down
5 changes: 5 additions & 0 deletions docs/descriptions/elastic_distances.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
=================
Elastic Distances
=================

In development
6 changes: 6 additions & 0 deletions docs/descriptions/lockstep_distances.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
==================
Lockstep Distances
==================

Distance measures that compare the :math:`i`-th point of one time series to the :math:`i`-th point of another are named as lock-step measures (e.g., Euclidean distance and the other Lp norms).
A linear interpolation is computed to the longer series to ensure it has the same length as the shorter series.
Binary file added docs/imgs/fhp_logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 11 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Welcome to TSFRESH documentation!
===============================
Welcome to TSSEARCH documentation!
==================================

Time Series Subsequence Search Python package (TSSEARCH for short) is a Python package that assists researchers in exploratory analysis for query search and time series segmentation without requiring significant programming effort. It contains curated routines for query and subsequence search. TSSEARCH installation is straightforward and goes along with startup code examples. Our goal is to provide the tools to get faster insights for your time series.

Expand All @@ -17,6 +17,15 @@ Contents

In development

.. toctree::
:maxdepth: 2

Lockstep Distances <descriptions/lockstep_distances>
Elastic Distances <descriptions/elastic_distances>
Authors <authors>
Changelog <changelog>
License <license>

Installation
============

Expand Down
7 changes: 7 additions & 0 deletions docs/license.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.. _license:

=======
License
=======

.. literalinclude:: ../LICENSE.txt

0 comments on commit dc4f6be

Please sign in to comment.