Skip to content

Commit cd36c38

Browse files
ecclesJAG-UK
authored andcommitted
Documentation
Problem: Autogenerate documentation from source code. Solution: Added Sphinx support in docs directory and 'task docs' command. Signed-off-by: eccles <phewlett76@gmail.com>
1 parent afb1261 commit cd36c38

42 files changed

Lines changed: 1169 additions & 319 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
**/__pycache__
2+
.bash_history
23
build/
34
dist/
45
*egg-info/
@@ -7,6 +8,7 @@ dist/
78
*.xml
89
htmlcov/
910
.pylint.d/
11+
.python_history
1012
.cache/
1113
.eggs/
1214
.task/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ with open(".auth_token", mode='r') as tokenfile:
2525

2626
# Initialize connection to Archivist - the URL for production will be different to this URL
2727
arch = Archivist(
28-
"https://soak-0-avid.engineering-k8s-stage-2.dev.wild.jitsuin.io",
28+
"https://rkvst.poc.jitsuin.io",
2929
auth=authtoken,
3030
)
3131

0 commit comments

Comments
 (0)