Commit 1d9d7a9c4a17b3ee177ccc5af242400d288bed94

Authored by Anthex
1 parent c32534d6

md style corrections

Showing 2 changed files with 7 additions and 8 deletions   Show diff stats
Documentation.md
1   -
2   -
3 1 ## CLASSES
4 2  
5 3 1. Cell
6   - 2. Location
7   - 3. MarkovModel
8   - 4. MarkovValue
9   - 5. RSSVector
  4 + 2. Location
  5 + 3. MarkovModel
  6 + 4. MarkovValue
  7 + 5. RSSVector
10 8  
11 9 class Cell
12 10 | Methods defined here:
... ...
README.md
1 1  
2 2  
3 3  
4   -[![Build Status](https://travis-ci.com/Anthex/LO53FP.svg?branch=master)](https://travis-ci.com/Anthex/LO53FP) [![codecov](https://codecov.io/gh/Anthex/LO53FP/branch/master/graph/badge.svg)](https://codecov.io/gh/Anthex/LO53FP) [![CodeFactor](https://www.codefactor.io/repository/github/anthex/lo53fp/badge)](https://www.codefactor.io/repository/github/anthex/lo53fp) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
  4 +[![Build Status](https://travis-ci.com/Anthex/LO53FP.svg?branch=master)](https://travis-ci.com/Anthex/LO53FP) [![codecov](https://codecov.io/gh/Anthex/LO53FP/branch/master/graph/badge.svg)](https://codecov.io/gh/Anthex/LO53FP) [![CodeFactor](https://www.codefactor.io/repository/github/anthex/lo53fp/badge)](https://www.codefactor.io/repository/github/anthex/lo53fp) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/b621fc832a894b1b81a9c240293f352d)](https://www.codacy.com/app/Anthex/LO53FP?utm_source=github.com&utm_medium=referral&utm_content=Anthex/LO53FP&utm_campaign=Badge_Grade) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5 5  
6 6 # [UTBM - LO53] - Python fingerprinting
7 7 **Documentation** : https://dantz.fr/LO53/structure.html
... ... @@ -17,4 +17,5 @@ This program aims to compute the approximate location of a mobile terminal for a
17 17 ## Annex : N-Lateration 3D visualisation
18 18 visuals.py provides a cool function to graphically represent the N-Lateration distances in a 3D space by creating an animated gif (RMI style)
19 19 ### Example :
20   -[Click here to view output gif example](https://dantz.fr/LO53/out.gif?) (too big to be displayed)
21 20 \ No newline at end of file
  21 +[Click here to view output gif example](https://dantz.fr/LO53/out.gif?) (too big to be displayed)
  22 +
... ...