Browse Source

updated docs after renaming project

xmlparsing
Holger Frey 5 years ago
parent
commit
e05e671989
  1. 14
      README.md
  2. 4
      sensospot_data/__init__.py
  3. 4
      sensospot_data/parser.py

14
README.md

@ -1,15 +1,15 @@ @@ -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(<path to results directory>)
```
@ -17,10 +17,10 @@ Parsing the numerical output from Sensovation image analysis. @@ -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.

4
sensospot_data/__init__.py

@ -1,6 +1,6 @@ @@ -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"

4
sensospot_data/parser.py

@ -1,6 +1,6 @@ @@ -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

Loading…
Cancel
Save