Skip to content

Commit 3570383

Browse files
author
Nabil Fayak
committed
switched documentation to fit checkmate formatting
1 parent 16baa01 commit 3570383

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ assignees: ''
77

88
---
99

10-
- As a [user/developer], I wish I could use DataChecks to ...
10+
- As a [user/developer], I wish I could use CheckMate to ...
1111

1212
#### Code Example
1313

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CheckMate
22

3-
CheckMate is an AutoML library which catches and warns of problems with your data and problem setup before modeling.
3+
CheckMate is an Alteryx Open Source library which catches and warns of problems with your data and problem setup before modeling.
44

55
## Installation
66

checkmate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""General datachecks directory."""
1+
"""General checkmate directory."""
22

33
from checkmate.data_checks.checks.data_check import DataCheck
44
from checkmate.data_checks.datacheck_meta.data_check_message_code import (

docs/source/_templates/layout.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
}}();
1010
</script> -->
1111

12-
<title>CheckMate - Alteryx Open Source AutoML Library</title>
13-
<meta name="description" content="CheckMate is an AutoML library which catches and warns of problems with your data and problem setup before modeling. - CheckMate documentation">
12+
<title>CheckMate - Alteryx Open Source Data Checks Library for Machine Learning</title>
13+
<meta name="description" content="CheckMate is an open source library which catches and warns of problems with your data and problem setup before modeling. - CheckMate documentation">
1414

1515
<!-- Facebook Meta Tags -->
1616
<!-- <meta property="og:url" content="https://checkmate.alteryx.com/en/stable/">

docs/source/start.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"cell_type": "markdown",
1212
"metadata": {},
1313
"source": [
14-
"In this guide, we'll show how you can use CheckMate to automatically catch and warn of problems with your data and problem setup before modeling.. Along the way, we'll highlight CheckMate's built-in tools and features for understanding and interacting with the process."
14+
"In this guide, we'll show how you can use CheckMate to automatically catch and warn of problems with your data and problem setup before modeling."
1515
]
1616
}
1717
],
@@ -36,4 +36,4 @@
3636
},
3737
"nbformat": 4,
3838
"nbformat_minor": 4
39-
}
39+
}

0 commit comments

Comments
 (0)