Skip to content

Commit

Permalink
deploy: 9055cde
Browse files Browse the repository at this point in the history
  • Loading branch information
benrutter committed Oct 30, 2024
1 parent ea034ae commit 784dfe7
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@


<span class="md-ellipsis">
Possible Tests
Test Catalogue
</span>


Expand Down
2 changes: 1 addition & 1 deletion generate_possible_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def generate_doc(name: str, doc_string: str, annotations: dict) -> str:

if __name__ == "__main__":
NL = "\n"
file_doc: str = "# Possible Tests 🧪\n"
file_doc: str = "# Test Catalogue 🧪\n"
file_doc += (
"This documentation is intended as an exaustive list of possible "
"tests within Wimsey. Note that examples given intentionally use "
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@


<span class="md-ellipsis">
Possible Tests
Test Catalogue
</span>


Expand Down
12 changes: 6 additions & 6 deletions possible_tests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@



<title>Possible Tests - Wimsey</title>
<title>Test Catalogue - Wimsey</title>



Expand Down Expand Up @@ -73,7 +73,7 @@
<div data-md-component="skip">


<a href="#possible-tests" class="md-skip">
<a href="#test-catalogue" class="md-skip">
Skip to content
</a>

Expand Down Expand Up @@ -109,7 +109,7 @@
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">

Possible Tests
Test Catalogue

</span>
</div>
Expand Down Expand Up @@ -280,7 +280,7 @@


<span class="md-ellipsis">
Possible Tests
Test Catalogue
</span>


Expand All @@ -291,7 +291,7 @@


<span class="md-ellipsis">
Possible Tests
Test Catalogue
</span>


Expand Down Expand Up @@ -490,7 +490,7 @@



<h1 id="possible-tests">Possible Tests 🧪</h1>
<h1 id="test-catalogue">Test Catalogue 🧪</h1>
<p>This documentation is intended as an exaustive list of possible tests within Wimsey. Note that examples given intentionally use all possible keywords for demonstrative purposes. This isn't required, and you can give as many or as few keywords as you like with the exception of where <code>column</code> is required.</p>
<h2 id="mean_should">mean_should</h2>
<p>Test that column mean is within designated range</p>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 784dfe7

Please sign in to comment.