Skip to content

Commit

Permalink
Added extensions to mkdocs, small update to index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Esterni committed Jul 26, 2020
1 parent 72db419 commit f836f7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This package is an API wrapper/client for retrieving data from iRacing. We use the term "wrapper" loosely because iRacing does not yet have an officially documented API. However, we've done our best to build something that might resemble an actual API.

# Basic Usage
```py
```python
from pyracing import Client

username = 'username'
Expand Down
6 changes: 5 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ theme:
name: material
nav_style: dark
features:
- tabs
- tabs

markdown_extensions:
- admonition
- codehilite

0 comments on commit f836f7b

Please sign in to comment.