We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdaa9c9 commit c93c18eCopy full SHA for c93c18e
README.md
@@ -11,9 +11,6 @@ _________________
11
[](https://timothycrosley.github.io/isort/)
12
_________________
13
14
-[Read Latest Documentation](https://urbanmachine.github.io/roboregress/) - [Browse GitHub Code Repository](https://github.com/urbanmachine/roboregress/)
15
-_________________
16
-
17
## Development
18
19
### Installing python dependencies
@@ -49,4 +46,4 @@ The following command will find all *.yml files recursively from the current dir
49
46
and run the sim on all of them, in parallel:
50
47
```bash
51
48
find . -name '*.yml' -print0 | parallel -0 --progress 'run_sim -c {}'
52
-```
+```
0 commit comments