Skip to content

Commit d0682fd

Browse files
author
Nabil Fayak
committed
changed evalml docs into checkmate
1 parent f8f1678 commit d0682fd

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

docs/source/_templates/layout.html

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

12-
<title>EvalML - Alteryx Open Source AutoML Library</title>
13-
<meta name="description" content="EvalML is an AutoML library that builds, optimizes, and evaluates machine learning pipelines using domain-specific objective functions. — EvalML documentation">
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">
1414

1515
<!-- Facebook Meta Tags -->
16-
<meta property="og:url" content="https://evalml.alteryx.com/en/stable/">
16+
<meta property="og:url" content="https://checkmate.alteryx.com/en/stable/">
1717
<meta property="og:type" content="website">
18-
<meta property="og:title" content="EvalML - Alteryx Open Source AutoML Library">
19-
<meta property="og:description" content="EvalML is an AutoML library that builds, optimizes, and evaluates machine learning pipelines using domain-specific objective functions. — EvalML documentation">
20-
<meta property="og:image" content="https://featurelabs-static.s3.amazonaws.com/OpenSource_OpenGraph_1200x630px-evalml.png">
18+
<meta property="og:title" content="CheckMate - Alteryx Open Source AutoML Library">
19+
<meta property="og:description" content="CheckMate is an AutoML library which catches and warns of problems with your data and problem setup before modeling. - CheckMate documentation">
20+
<meta property="og:image" content="#">
2121

2222
<!-- Twitter Meta Tags -->
2323
<meta name="twitter:card" content="summary_large_image">
24-
<meta property="twitter:domain" content="evalml.alteryx.com">
25-
<meta property="twitter:url" content="https://evalml.alteryx.com/en/stable/">
26-
<meta name="twitter:title" content="EvalML - Alteryx Open Source AutoML Library">
27-
<meta name="twitter:description" content="EvalML is an AutoML library that builds, optimizes, and evaluates machine learning pipelines using domain-specific objective functions. — EvalML documentation">
28-
<meta name="twitter:image" content="https://featurelabs-static.s3.amazonaws.com/OpenSource_OpenGraph_1200x630px-evalml.png">
24+
<meta property="twitter:domain" content="checkmate.alteryx.com">
25+
<meta property="twitter:url" content="https://checkmate.alteryx.com/en/stable/">
26+
<meta name="twitter:title" content="CheckMate - Alteryx Open Source AutoML Library">
27+
<meta name="twitter:description" content="CheckMate is an AutoML library which catches and warns of problems with your data and problem setup before modeling. - CheckMate documentation">
28+
<meta name="twitter:image" content="#">
2929

3030
{% endblock %}
3131

@@ -37,7 +37,7 @@
3737
<img class="footer-image-alteryx" src="{{ pathto('_static/images/alteryx_open_source.svg', 1) }}" alt="Alteryx Open Source">
3838
</div>
3939
<div class="footer-cell-2">
40-
<a href="https://github.com/alteryx/evalml#readme" target="_blank">
40+
<a href="https://github.com/alteryx/checkmate#readme" target="_blank">
4141
<img class="footer-image-github" src="{{ pathto('_static/images/github.svg', 1) }}" alt="GitHub">
4242
</a>
4343
<a href="https://twitter.com/AlteryxOSS" target="_blank">
@@ -46,7 +46,7 @@
4646
<a href="https://join.slack.com/t/alteryx-oss/shared_invite/zt-182tyvuxv-NzIn6eiCEf8TBziuKp0bNA" target="_blank">
4747
<img class="footer-image-slack" src="{{ pathto('_static/images/slack.svg', 1) }}" alt="Slack">
4848
</a>
49-
<a href="https://stackoverflow.com/questions/tagged/evalml" target="_blank">
49+
<a href="https://stackoverflow.com/questions/tagged/checkmate" target="_blank">
5050
<img class="footer-image-stack-overflow" src="{{ pathto('_static/images/stackoverflow.svg', 1) }}" alt="Stack Overflow">
5151
</a>
5252
</div>

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256

257257
# -- Extension configuration -------------------------------------------------
258258

259-
# If evalml is open-sourced: replace github specific style.css
259+
# If checkmate is open-sourced: replace github specific style.css
260260
extlinks = {
261261
"issue": ("https://github.com/alteryx/checkmate/issues/%s", "#"),
262262
"pr": ("https://github.com/alteryx/checkmate/pull/%s", "#"),

0 commit comments

Comments
 (0)