diff --git a/compile.sh b/compile.sh index cf6d80e..831c32f 100755 --- a/compile.sh +++ b/compile.sh @@ -1 +1,2 @@ +rm -R ./output sphinx-build -b html docs output \ No newline at end of file diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html new file mode 100644 index 0000000..891c0e5 --- /dev/null +++ b/docs/_templates/layout.html @@ -0,0 +1,6 @@ +{% extends '!layout.html' %} +{% block document %} +{{ super() }} +
Shariant is powered by AWS thanks to the AWS Cloud Credits for Research program
+{% endblock %} +{% endblock %} \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index 251fb13..88b9f95 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,7 +16,6 @@ # -- Project information ----------------------------------------------------- - project = 'Shariant' copyright = '2019, AGHA' author = 'Australian Genomics Health Alliance' diff --git a/docs/integration/api/classification_request.md b/docs/integration/api/classification_request.md index 9108f64..d132db5 100644 --- a/docs/integration/api/classification_request.md +++ b/docs/integration/api/classification_request.md @@ -4,6 +4,8 @@ All operations against a variant classification submission from your lab can be That end point being https://shariant.org.au/variantclassification/api/classifications/record/ +Ensure that any posts there are passing the required authentication data and is sending data as ContentType "application/json" + ## Example Post ```json diff --git a/docs/site/users.md b/docs/site/users.md deleted file mode 100644 index f6363f3..0000000 --- a/docs/site/users.md +++ /dev/null @@ -1,3 +0,0 @@ -# Users - -TODO \ No newline at end of file