From e05e67198952ff2b26fe0a6e4fe734ed8ee6f328 Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Fri, 13 Mar 2020 10:34:48 +0100 Subject: [PATCH] updated docs after renaming project --- README.md | 14 +++++++------- sensospot_data/__init__.py | 4 ++-- sensospot_data/parser.py | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 0da4e1f..afcbd35 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ -Sensovation Data Parser -======================= +Sensospot Data Parser +===================== -Parsing the numerical output from Sensovation image analysis. +Parsing the numerical output from Sensovation Sensospot image analysis. ## Example: ```python - import sensovation_data_parser + import sensospot_data - sensovation_data_parser.run() + sensovation_data.process_folder() ``` @@ -17,10 +17,10 @@ Parsing the numerical output from Sensovation image analysis. To install the development version of Sensovation Data Parser: - git clone https://github.com/holgi/sensovation_data_parser.git + git clone https://git.cpi.imtek.uni-freiburg.de/holgi/sensospot_data.git # create a virtual environment and install all required dev dependencies - cd sensovation_data_parser + cd sensospot_data make devenv To run the tests, use `make tests` or `make coverage` for a complete report. diff --git a/sensospot_data/__init__.py b/sensospot_data/__init__.py index 0211431..e2ce237 100644 --- a/sensospot_data/__init__.py +++ b/sensospot_data/__init__.py @@ -1,6 +1,6 @@ -""" Sensovation Data Parser +""" Sensospot Data Parser -Parsing the numerical output from Sensovation image analysis. +Parsing the numerical output from Sensovations Sensospot image analysis. """ __version__ = "0.0.1" diff --git a/sensospot_data/parser.py b/sensospot_data/parser.py index 84756eb..d5eae93 100644 --- a/sensospot_data/parser.py +++ b/sensospot_data/parser.py @@ -1,6 +1,6 @@ -""" Sensovation Data Parser +""" Sensospot Data Parser -Parsing the numerical output from Sensovation image analysis. +Parsing the numerical output from Sensovations Sensospot image analysis. """ import re