Skip to content

Commit 6dce82a

Browse files
committed
fix markdown linter error
1 parent 740d013 commit 6dce82a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ extensions = [
3838
'sphinx.ext.autodoc']
3939
```
4040

41-
`matlab_src_dir` in `docs/source/conf.py` should have the path (relative to `conf.py`)
42-
to the folder containing your matlab code:
41+
`matlab_src_dir` in `docs/source/conf.py` should have the path (relative to
42+
`conf.py`) to the folder containing your matlab code:
4343

4444
```python
4545
matlab_src_dir = os.path.dirname(os.path.abspath('../../src'))
@@ -118,8 +118,8 @@ Add a [`.readthedocs.yml`](../.readthedocs.yml) file in the root of your repo.
118118
See [HERE](https://docs.readthedocs.io/en/stable/config-file/v2.html) for
119119
details.
120120

121-
You can then trigger the build of the doc by going to the [read the docs](https://readthedocs.org)
122-
website.
121+
You can then trigger the build of the doc by going to the
122+
[read the docs](https://readthedocs.org) website.
123123

124124
You might need to be added as a maintainer of the doc.
125125

@@ -136,4 +136,4 @@ Some are listed
136136

137137
### Read the docs
138138

139-
- [qMRLab](https://github.com/qMRLab/qMRLab/wiki/Guideline:-Generating-Documentation)
139+
- [qMRLab](https://github.com/qMRLab/qMRLab/wiki/Guideline:-Generating-Documentation)

0 commit comments

Comments
 (0)