Skip to content

Commit

Permalink
Add AWS footer
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMadBug committed Jun 25, 2019
1 parent 214d322 commit 5ba1d44
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions compile.sh
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
rm -R ./output
sphinx-build -b html docs output
6 changes: 6 additions & 0 deletions docs/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{% extends '!layout.html' %}
{% block document %}
{{ super() }}
<div style="font-size:12px;color:#888888;padding-top:4px;padding-bottom:12px;text-align:center">Shariant is powered by <a href="http://aws.amazon.com">AWS</a> thanks to the <a href="https://aws.amazon.com/research-credits/">AWS Cloud Credits for Research program</a></div>
{% endblock %}
{% endblock %}
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@


# -- Project information -----------------------------------------------------

project = 'Shariant'
copyright = '2019, AGHA'
author = 'Australian Genomics Health Alliance'
Expand Down
2 changes: 2 additions & 0 deletions docs/integration/api/classification_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions docs/site/users.md

This file was deleted.

0 comments on commit 5ba1d44

Please sign in to comment.