Skip to content

Commit

Permalink
Remove backticks in link names from README.md #101
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Stallion committed Jun 14, 2021
2 parents 5c5c385 + 365c7c9 commit af8910c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ out our [troubleshooting](./TROUBLESHOOTING.md) document.

Documentation follows the
[Google Python Style Guide](https://google.github.io/styleguide/pyguide.html),
and uses [`Sphinx`](http://www.sphinx-doc.org/en/stable/) documentation
and uses [Sphinx](http://www.sphinx-doc.org/en/stable/) documentation
generator with the
[`Napoleon`](http://www.sphinx-doc.org/en/stable/ext/napoleon.html) extension
[Napoleon](http://www.sphinx-doc.org/en/stable/ext/napoleon.html) extension
to provide Google style Python support. To generate the documentation, these
packages will need to be installed (they are included in the provided
`requirements.txt` file). With these packages installed, you can generate the
Expand Down Expand Up @@ -138,7 +138,7 @@ $ python setup.py bddtest
```

There are two types of tests: `functional` and `unit`. Information about both
can be found under [`tests/README.md`](tests/README.md).
can be found under [tests/README.md](tests/README.md).


### Coverage
Expand Down

0 comments on commit af8910c

Please sign in to comment.