Skip to content

Commit

Permalink
dd redefined
Browse files Browse the repository at this point in the history
  • Loading branch information
François Laurent committed Mar 16, 2018
1 parent d600697 commit a3d91ff
Show file tree
Hide file tree
Showing 25 changed files with 677 additions and 303 deletions.
1 change: 0 additions & 1 deletion doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ The recommended starting point is :mod:`tramway.helper`.
tramway.feature
tramway.utils

.. |tramway| replace:: **TRamWAy**

5 changes: 0 additions & 5 deletions doc/commandline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,3 @@ To sum up this primer, the content of the *example.rwa* file that results from a



.. |txt| replace:: *.txt*
.. |xyt| replace:: *.xyt*
.. |trxyt| replace:: *.trxyt*
.. |rwa| replace:: *.rwa*

2 changes: 0 additions & 2 deletions doc/concepts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@ As such, maps of these parameters can readily exhibit descriptive information.
A further step consists of extracting features from these maps.


.. |tramway| replace:: **TRamWAy**

6 changes: 6 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,12 @@ def __getattr__(cls, name):
# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = False

try:
import codecs
with codecs.open('epilog.txt', 'r', encoding='utf-8') as f:
rst_epilog = f.read()
except:
pass

# -- Options for HTML output ----------------------------------------------

Expand Down
8 changes: 0 additions & 8 deletions doc/datamodel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,3 @@ Quantifier '*last*' is the default one.
See also :func:`~tramway.core.analyses.lazy.find_artefacts` for more options.


.. |txt| replace:: *.txt*
.. |xyt| replace:: *.xyt*
.. |trxyt| replace:: *.trxyt*
.. |rwa| replace:: *.rwa*
.. |seconds| replace:: **seconds**
.. |um| replace:: **µm**
.. |tramway| replace:: **TRamWAy**

18 changes: 18 additions & 0 deletions doc/epilog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

.. |tramway| replace:: **TRamWAy**
.. _InferenceMAP: https://research.pasteur.fr/en/software/inferencemap/

.. |txt| replace:: *.txt*
.. |xyt| replace:: *.xyt*
.. |trxyt| replace:: *.trxyt*
.. |rwa| replace:: *.rwa*

.. |seconds| replace:: **seconds**
.. |um| replace:: **µm**

.. html only
.. _(D): inference#inference_d
.. _(D,F): inference#inference_df
.. _(D,Drift): inference#inference_dd
.. _(D,V): inference#inference_dv

13 changes: 0 additions & 13 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,16 +100,3 @@ Where to start
api


.. in commandline, datamodel,
.. |txt| replace:: *.txt*
.. in commandline, datamodel,
.. |xyt| replace:: *.xyt*
.. |trxyt| replace:: *.trxyt*
.. in datamodel,
.. |rwa| replace:: *.rwa*
.. in datamodel,
.. |seconds| replace:: **seconds**
.. |um| replace:: **µm**
.. in index, installation, concepts, datamodel, api, license, inference
.. |tramway| replace:: **TRamWAy**

0 comments on commit a3d91ff

Please sign in to comment.