Skip to content

Commit

Permalink
add more information to documentation (#150)
Browse files Browse the repository at this point in the history

---------

Co-authored-by: Chris Neave <[email protected]>
Co-authored-by: Luke Lashley <[email protected]>
  • Loading branch information
3 people authored Nov 29, 2023
1 parent 000b3f0 commit 38498a3
Show file tree
Hide file tree
Showing 6 changed files with 1,255 additions and 441 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ docs/_build/
# mkdocs documentation
/site
/docs/build/
.DS_Store
13 changes: 13 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": false
}
]
}
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"esbonio.sphinx.confDir": ""
}
Loading

0 comments on commit 38498a3

Please sign in to comment.