Skip to content

Commit 38498a3

Browse files
chrisn-auChris NeaveLash-L
authored
add more information to documentation (#150)
--------- Co-authored-by: Chris Neave <chrisneave@Chriss-iMac.local> Co-authored-by: Luke Lashley <conway220@gmail.com>
1 parent 000b3f0 commit 38498a3

File tree

6 files changed

+1255
-441
lines changed

6 files changed

+1255
-441
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ docs/_build/
1212
# mkdocs documentation
1313
/site
1414
/docs/build/
15+
.DS_Store

.vscode/launch.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"name": "Python: Current File",
6+
"type": "python",
7+
"request": "launch",
8+
"program": "${file}",
9+
"console": "integratedTerminal",
10+
"justMyCode": false
11+
}
12+
]
13+
}

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"esbonio.sphinx.confDir": ""
3+
}

0 commit comments

Comments
 (0)