Skip to content

Commit 6322e6c

Browse files
author
Brendan Whitfield
committed
renamed some doc files
1 parent 2c2353d commit 6322e6c

6 files changed

Lines changed: 6 additions & 5 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ __pycache__/
88
# Distribution / packaging
99
.Python
1010
env/
11+
env2/
1112
build/
1213
develop-eggs/
1314
dist/
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
An `OBDCommand` is an object used to query information from the vehicle. They contain all of the information neccessary to perform the query, and decode the cars response.
2+
An `OBDCommand`s are objects used to query information from the vehicle. They contain all of the information neccessary to perform the query, and decode the cars response.
33

44
---
55

File renamed without changes.
File renamed without changes.
File renamed without changes.

mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ site_name: python-OBD
22
repo_url: https://github.com/brendanwhitfield/python-OBD
33
repo_name: GitHub
44
pages:
5-
- Home: 'index.md'
6-
- OBD Connections: 'OBD Connections.md'
7-
- Commands: 'OBD Commands.md'
5+
- Getting Started: 'Getting Started.md'
6+
- OBD Connections: 'Connections.md'
7+
- Commands: 'Commands.md'
88
- Command Tables: 'Command Tables.md'
99
- Custom Commands: 'Custom Commands.md'
10-
- Responses: 'OBD Responses.md'
10+
- Responses: 'Responses.md'
1111
- Async Connections: 'Async Connections.md'
1212
- Debug: 'Debug.md'
1313
- Troubleshooting: 'Troubleshooting.md'

0 commit comments

Comments
 (0)