Skip to content

Commit c93c18e

Browse files
authored
Remove Readthedocs link
1 parent cdaa9c9 commit c93c18e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ _________________
1111
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://timothycrosley.github.io/isort/)
1212
_________________
1313

14-
[Read Latest Documentation](https://urbanmachine.github.io/roboregress/) - [Browse GitHub Code Repository](https://github.com/urbanmachine/roboregress/)
15-
_________________
16-
1714
## Development
1815

1916
### Installing python dependencies
@@ -49,4 +46,4 @@ The following command will find all *.yml files recursively from the current dir
4946
and run the sim on all of them, in parallel:
5047
```bash
5148
find . -name '*.yml' -print0 | parallel -0 --progress 'run_sim -c {}'
52-
```
49+
```

0 commit comments

Comments
 (0)