Skip to content

Commit

Permalink
Deployed b0da1b8 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JSv4 committed Jun 16, 2024
1 parent d9d503b commit c294c36
Show file tree
Hide file tree
Showing 164 changed files with 939 additions and 526 deletions.
2 changes: 1 addition & 1 deletion 404.html
100644 → 100755

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions acknowledgements/index.html
100644 → 100755

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions architecture/asynchronous-processing/index.html
100644 → 100755

Large diffs are not rendered by default.

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions architecture/components/annotator/overview/index.html

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions architecture/under-the-hood/index.html
100644 → 100755

Large diffs are not rendered by default.

Empty file modified assets/_mkdocstrings.css
100644 → 100755
Empty file.
108 changes: 54 additions & 54 deletions assets/css/custom.css
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
/*Css Borrowed from Python Hatch Project*/

/* https://github.com/squidfunk/mkdocs-material/issues/1522 */
.md-typeset h5 {
color: var(--md-default-fg-color);
text-transform: none;
}

/* Brighter links for dark mode */
[data-md-color-scheme=slate] {
/* https://github.com/squidfunk/mkdocs-material/blob/7.3.6/src/assets/stylesheets/main/_colors.scss */
--md-typeset-a-color: var(--md-primary-fg-color--light);
}

/* FiraCode https://github.com/tonsky/FiraCode */
code { font-family: 'Fira Code', monospace; }

@supports (font-variation-settings: normal) {
code { font-family: 'Fira Code VF', monospace; }
}

/* https://github.com/pypa/hatch/issues/104 */
:root {
font-variant-ligatures: none;
}

/* Everything below is from https://mkdocstrings.github.io/python/customization/#recommended-style-material */

/* Indentation. */
div.doc-contents:not(.first) {
padding-left: 25px;
border-left: .05rem solid var(--md-typeset-table-color);
}

/* Mark external links as such. */
a.autorefs-external::after {
/* https://primer.style/octicons/arrow-up-right-24 */
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="rgb(0, 0, 0)" d="M18.25 15.5a.75.75 0 00.75-.75v-9a.75.75 0 00-.75-.75h-9a.75.75 0 000 1.5h7.19L6.22 16.72a.75.75 0 101.06 1.06L17.5 7.56v7.19c0 .414.336.75.75.75z"></path></svg>');
content: ' ';

display: inline-block;
position: relative;
top: 0.1em;
margin-left: 0.2em;
margin-right: 0.1em;

height: 1em;
width: 1em;
border-radius: 100%;
background-color: var(--md-typeset-a-color);
}
a.autorefs-external:hover::after {
background-color: var(--md-accent-fg-color);
}
/*Css Borrowed from Python Hatch Project*/

/* https://github.com/squidfunk/mkdocs-material/issues/1522 */
.md-typeset h5 {
color: var(--md-default-fg-color);
text-transform: none;
}

/* Brighter links for dark mode */
[data-md-color-scheme=slate] {
/* https://github.com/squidfunk/mkdocs-material/blob/7.3.6/src/assets/stylesheets/main/_colors.scss */
--md-typeset-a-color: var(--md-primary-fg-color--light);
}

/* FiraCode https://github.com/tonsky/FiraCode */
code { font-family: 'Fira Code', monospace; }

@supports (font-variation-settings: normal) {
code { font-family: 'Fira Code VF', monospace; }
}

/* https://github.com/pypa/hatch/issues/104 */
:root {
font-variant-ligatures: none;
}

/* Everything below is from https://mkdocstrings.github.io/python/customization/#recommended-style-material */

/* Indentation. */
div.doc-contents:not(.first) {
padding-left: 25px;
border-left: .05rem solid var(--md-typeset-table-color);
}

/* Mark external links as such. */
a.autorefs-external::after {
/* https://primer.style/octicons/arrow-up-right-24 */
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="rgb(0, 0, 0)" d="M18.25 15.5a.75.75 0 00.75-.75v-9a.75.75 0 00-.75-.75h-9a.75.75 0 000 1.5h7.19L6.22 16.72a.75.75 0 101.06 1.06L17.5 7.56v7.19c0 .414.336.75.75.75z"></path></svg>');
content: ' ';

display: inline-block;
position: relative;
top: 0.1em;
margin-left: 0.2em;
margin-right: 0.1em;

height: 1em;
width: 1em;
border-radius: 100%;
background-color: var(--md-typeset-a-color);
}
a.autorefs-external:hover::after {
background-color: var(--md-accent-fg-color);
}
Empty file modified assets/images/favicon.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/logos/OS_Legal_Logo.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/logos/favicon.ico
100644 → 100755
Empty file.
Empty file modified assets/images/logos/os_legal_128_inverted.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/logos/os_legal_128_name_left_dark.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/screenshots/Add_Doc_To_Corpus_Context.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/screenshots/Add_Doc_To_Corpus_Modal.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/screenshots/Add_Docs_To_Corpus.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/screenshots/Add_Gremlin_Form.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/screenshots/Add_To_Corpus_Modal.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/screenshots/Added_Document.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/screenshots/Admin_Login_Screen.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/screenshots/Admin_User_Details_Page.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/screenshots/Analyses_Tab_Processing.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/screenshots/Analyze_Corpus_Context_Menu.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/screenshots/Annotation_Created.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/screenshots/Annotation_Label_Bar.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/screenshots/Annotation_List_View.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/screenshots/Annotator_Label_Selector.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/screenshots/Annotator_View.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/screenshots/Apply_Doc_Type_Label.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/screenshots/Blank_Text_Label.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/screenshots/Choose_An_Analyzer_View.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/screenshots/Completed_Analysis.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/screenshots/Confirm_Add_To_Corpus_Modal.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/screenshots/Confirm_Fork.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/images/screenshots/Corpus_Annotations_View.png
100644 → 100755
Empty file modified assets/images/screenshots/Corpus_Applied_Analysis_View.png
100644 → 100755
Empty file modified assets/images/screenshots/Corpus_Context_Menu.png
100644 → 100755
Empty file modified assets/images/screenshots/Corpus_Document_View.png
100644 → 100755
Empty file modified assets/images/screenshots/Corpus_LabelSet_Preview.png
100644 → 100755
Empty file modified assets/images/screenshots/Create_Corpus_Action.png
100644 → 100755
Empty file modified assets/images/screenshots/Create_Corpus_Modal.png
100644 → 100755
Empty file modified assets/images/screenshots/Create_Doc_Type_Label.png
100644 → 100755
Empty file modified assets/images/screenshots/Create_Label_Set.png
100644 → 100755
Empty file modified assets/images/screenshots/Create_Text_Label.png
100644 → 100755
Empty file modified assets/images/screenshots/Created_Labels.png
100644 → 100755
Empty file modified assets/images/screenshots/Displaying_Doc_Type_Label.png
100644 → 100755
Empty file modified assets/images/screenshots/Doc_Action_Menu.png
100644 → 100755
Empty file modified assets/images/screenshots/Doc_Type_Labels_Overview.png
100644 → 100755
Empty file modified assets/images/screenshots/Doc_Type_Views.png
100644 → 100755
Empty file modified assets/images/screenshots/Doc_With_Type_Label.png
100644 → 100755
Empty file modified assets/images/screenshots/Docs_In_Corpus_View.png
100644 → 100755
Empty file modified assets/images/screenshots/Document_Processing.png
100644 → 100755
Empty file modified assets/images/screenshots/Edit_Document_Details.png
100644 → 100755
Empty file modified assets/images/screenshots/Edit_Label_Set.png
100644 → 100755
Empty file modified assets/images/screenshots/Edit_Text_Labels.png
100644 → 100755
Empty file modified assets/images/screenshots/Editing_Label_View.png
100644 → 100755
Empty file modified assets/images/screenshots/Empty_Documents_View.png
100644 → 100755
Empty file modified assets/images/screenshots/Filter_By_Doc_Type_Dropdown.png
100644 → 100755
Empty file modified assets/images/screenshots/Fork_View.png
100644 → 100755
Empty file modified assets/images/screenshots/Graph_QL_Request_For_Annotations.png
100644 → 100755
Empty file modified assets/images/screenshots/Hovered_on_Doc_Type.png
100644 → 100755
Empty file modified assets/images/screenshots/Import_Documents_Modal.png
100644 → 100755
Empty file modified assets/images/screenshots/Jumped_To_Annotation.png
100644 → 100755
Empty file modified assets/images/screenshots/Label_Display_Behavior.png
100644 → 100755
Empty file modified assets/images/screenshots/Main_Admin_Page.png
100644 → 100755
Empty file modified assets/images/screenshots/Multi_Select_Documents.png
100644 → 100755
Empty file modified assets/images/screenshots/Multi_Selected_Docs_Context_Menu.png
100644 → 100755
Empty file modified assets/images/screenshots/New_User_Button_Highlight.png
100644 → 100755
Empty file modified assets/images/screenshots/New_User_Dialog.png
100644 → 100755
Empty file modified assets/images/screenshots/Opened_Analyzer_View.png
100644 → 100755
Empty file modified assets/images/screenshots/Select_Effective_Date_Label.png
100644 → 100755
Empty file modified assets/images/screenshots/Select_Label_Set.png
100644 → 100755
Empty file modified assets/images/screenshots/Select_Label_Set_For_Corpus.png
100644 → 100755
Empty file modified assets/images/screenshots/Select_Non_Contiguous.png
100644 → 100755
Empty file modified assets/images/screenshots/Single_Line_Text_Selection.png
100644 → 100755
Empty file modified assets/images/screenshots/User_List_on_First_Login.png
100644 → 100755
29 changes: 0 additions & 29 deletions assets/javascripts/bundle.2a6f1dda.min.js

This file was deleted.

8 changes: 0 additions & 8 deletions assets/javascripts/bundle.2a6f1dda.min.js.map

This file was deleted.

29 changes: 29 additions & 0 deletions assets/javascripts/bundle.ad660dcc.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions assets/javascripts/bundle.ad660dcc.min.js.map

Large diffs are not rendered by default.

Empty file modified assets/javascripts/glightbox.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.ar.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.da.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.de.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.du.min.js
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions assets/javascripts/lunr/min/lunr.el.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file modified assets/javascripts/lunr/min/lunr.es.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.fi.min.js
100644 → 100755
Empty file.
Empty file modified assets/javascripts/lunr/min/lunr.fr.min.js
100644 → 100755
Empty file.
Loading

0 comments on commit c294c36

Please sign in to comment.