-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
72 lines (63 loc) · 1.59 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
layout: home
title: >-
An Open Source Ecosystem for <br />
Causal Machine Learning
image: "assets/NextGenNetwork.webp"
---
<section class="flex-column">
<div class="intro">
<h2>Why PyWhy?</h2>
{% include markdown.html path="content/why_pywhy.md" %}
</div>
<div class="divider">
<hr />
</div>
</section>
<!--
Placeholder until key features & capabilities content is ready.
<section class="flex-column">
<h2>Key Features & Capabilities</h2>
<div style="max-width: 700px;">
<hr />
</div>
</section> -->
<section class="flex-column">
<h2>Install</h2>
{% include markdown.html path="content/quick_install.md" %}
<a href="install.html">In-depth instructions →</a>
<div class="divider">
<hr />
</div>
</section>
<section class="flex-column">
<h2>Learn</h2>
{% include cards.html collection="learn" limit=4 %}
<a href="learn/developer-resources.html"
>More learning opportunities →</a
>
<div class="divider">
<hr />
</div>
</section>
<!--
Placeholder until Ecosystem content is ready
<section class="flex-column">
<h2>Ecosystem</h2>
<div style="max-width: 700px;">
<hr />
</div>
</section> -->
<section class="flex-column">
<h2>Case Studies</h2>
{% include cards.html collection="case_studies" sort-order="desc" limit=4 %}
<a href="learn/case-studies.html">See more case studies →</a>
<div class="divider">
<hr />
</div>
</section>
<section class="flex-column">
<h2>News</h2>
{% include cards.html collection="news" sort-order="desc" limit=4 %}
<a href="news.html">See more news →</a>
</section>