Skip to content

Commit 9ceb082

Browse files
committed
update index panels
1 parent 45bfb22 commit 9ceb082

File tree

5 files changed

+124
-128
lines changed

5 files changed

+124
-128
lines changed

doc/index.rst

Lines changed: 88 additions & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -33,103 +33,94 @@ ecosystem <https://github.com/mlr-org/mlr3/wiki/Extension-Packages>`_ (Lang et a
3333
observer.observe(document.documentElement, {attributes: true, attributeFilter: ['data-theme']});
3434
</script>
3535

36-
.. panels::
37-
:column: col-lg-4 col-md-4 col-sm-6 col-xs-12 p-2
38-
:card: text-center
39-
:img-top-cls: p-5 panel-icon
40-
:header: font-weight-bold border-0 h4
41-
:footer: border-0
42-
43-
---
44-
:img-top: _static/light_gettingstarted.png
45-
46-
Getting started
47-
^^^^^^^^^^^^^^^
48-
49-
New to **DoubleML**? Then check out how to get started!
50-
51-
+++
52-
53-
.. link-button:: intro/intro
54-
:type: ref
55-
:text: To the getting started guide
56-
:classes: btn-block btn-dark stretched-link btn-sm
57-
58-
---
59-
:img-top: _static/light_userguide.png
60-
61-
Workflow
62-
^^^^^^^^^^^^^^^^^
63-
64-
The **DoubleML** workflow demonstrates the typical steps to consider when using **DoubleML** in applied analysis.
65-
66-
+++
67-
68-
.. link-button:: workflow/workflow
69-
:type: ref
70-
:text: To the DoubleML workflow
71-
:classes: btn-block btn-dark stretched-link btn-sm
72-
73-
---
74-
:img-top: _static/light_pythonapi.png
75-
76-
User guide
77-
^^^^^^^^^^
78-
79-
Want to learn everything about **DoubleML**? Then you should visit our extensive user guide with detailed explanations and further references.
80-
81-
+++
82-
83-
.. link-button:: guide/guide
84-
:type: ref
85-
:text: To the user guide
86-
:classes: btn-block btn-dark stretched-link btn-sm
87-
88-
---
89-
:img-top: _static/light_workflow.png
90-
91-
Python API
92-
^^^^^^^^^^
93-
94-
The Python API documentation.
95-
96-
+++
97-
98-
.. link-button:: api/api
99-
:type: ref
100-
:text: To the Python API
101-
:classes: btn-block btn-dark stretched-link btn-sm
102-
103-
---
104-
:img-top: _static/light_rapi.png
105-
106-
R API
107-
^^^^^
108-
109-
The R API documentation.
110-
111-
+++
112-
113-
.. link-button:: https://docs.doubleml.org/r/stable/
114-
:type: url
115-
:text: To the R API
116-
:classes: btn-block btn-dark stretched-link btn-sm
117-
118-
---
119-
:img-top: _static/light_examplegallery.png
120-
121-
Example gallery
122-
^^^^^^^^^^^^^^^
123-
124-
A gallery with examples demonstrating the functionalities of **DoubleML**.
125-
126-
+++
127-
128-
.. link-button:: examples/index
129-
:type: ref
130-
:text: To the example gallery
131-
:classes: btn-block btn-dark stretched-link btn-sm
132-
36+
.. grid:: 2
37+
38+
.. grid-item-card::
39+
:columns: 4
40+
:img-top: _static/light_gettingstarted.png
41+
:class-img-top: p-5
42+
:link: intro
43+
:link-type: ref
44+
:text-align: center
45+
:class-header: sd-font-weight-bold h4
46+
47+
48+
Getting started
49+
^^^
50+
51+
New to **DoubleML**? Then check out how to get started!
52+
53+
.. grid-item-card::
54+
:columns: 4
55+
:img-top: _static/light_workflow.png
56+
:class-img-top: p-5
57+
:link: workflow
58+
:link-type: ref
59+
:text-align: center
60+
:class-header: sd-font-weight-bold h4
61+
62+
Workflow
63+
^^^
64+
65+
The **DoubleML** workflow demonstrates the typical steps to consider when using **DoubleML** in applied analysis.
66+
67+
.. grid-item-card::
68+
:columns: 4
69+
:img-top: _static/light_userguide.png
70+
:class-img-top: p-5
71+
:link: guide
72+
:link-type: ref
73+
:text-align: center
74+
:class-header: sd-font-weight-bold h4
75+
76+
User guide
77+
^^^
78+
79+
Want to learn everything about **DoubleML**? Then you should visit our extensive user guide with detailed explanations and further references.
80+
81+
.. grid:: 2 3 3 2
82+
83+
.. grid-item-card::
84+
:columns: 4
85+
:img-top: _static/light_pythonapi.png
86+
:class-img-top: p-5
87+
:link: python_api
88+
:link-type: ref
89+
:text-align: center
90+
:class-header: sd-font-weight-bold h4
91+
92+
93+
Python API
94+
^^^
95+
96+
The Python API documentation.
97+
98+
.. grid-item-card::
99+
:columns: 4
100+
:img-top: _static/light_rapi.png
101+
:class-img-top: p-5
102+
:link: https://docs.doubleml.org/r/stable/
103+
:text-align: center
104+
:class-header: sd-font-weight-bold h4
105+
106+
R API
107+
^^^
108+
109+
The R API documentation.
110+
111+
.. grid-item-card::
112+
:columns: 4
113+
:img-top: _static/light_examplegallery.png
114+
:class-img-top: p-5
115+
:link: examplegallery
116+
:link-type: ref
117+
:text-align: center
118+
:class-header: sd-font-weight-bold h4
119+
120+
Example gallery
121+
^^^
122+
123+
A gallery with examples demonstrating the functionalities of **DoubleML**.
133124

134125
.. toctree::
135126
:hidden:

doc/intro/intro.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
:parenttoc: True
22

3+
.. _intro:
4+
35
Getting started
46
===============
57

doc/literature/literature.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,18 @@ Double machine learning literature
99
:text-align: left
1010

1111
.. dropdown:: Main Reference
12-
:class-title: sd-bg-primary sd-text-white sd-text-center sd-font-weight-bold sd-reference-dropdown
12+
:class-title: sd-bg-primary sd-font-weight-bold
1313
:open:
1414

1515
- Victor Chernozhukov, Denis Chetverikov, Mert Demirer, Esther Duflo, Christian Hansen, Whitney Newey, James Robins |br|
1616
**Double/debiased machine learning for treatment and structural parameters** |br|
1717
*The Econometrics Journal, 21(1), C1-C68, 2018* |br|
18+
:octicon:`link` :bdg-link-dark:`URL <https://doi.org/10.1111/ectj.12097>`
1819
:opticon:`link` :link-badge:`https://doi.org/10.1111/ectj.12097,"URL",cls=badge-dark`
1920
:link-badge:`https://arxiv.org/abs/1608.00060,"arXiv",cls=badge-dark`
2021

2122
.. dropdown:: Software for double machine learning
22-
:class-title: sd-bg-primary sd-text-white sd-text-center sd-font-weight-bold sd-reference-dropdown
23+
:class-title: sd-bg-primary sd-font-weight-bold
2324

2425
- Philipp Bach, Victor Chernozhukov, Malte S. Kurz, Martin Spindler |br|
2526
**DoubleML -- An Object-Oriented Implementation of Double Machine Learning in Python** |br|
@@ -90,7 +91,7 @@ Double machine learning literature
9091
:opticon:`mark-github` :link-badge:`https://github.com/JSzitas/postDoubleR,"GitHub",cls=badge-dark`
9192

9293
.. dropdown:: Double machine learning models and methodological extensions
93-
:class-title: sd-bg-primary sd-text-white sd-text-center sd-font-weight-bold sd-reference-dropdown
94+
:class-title: sd-bg-primary sd-font-weight-bold
9495

9596
- Neng-Chieh Chang |br|
9697
**Double/debiased machine learning for difference-in-differences models** |br|
@@ -155,7 +156,7 @@ Double machine learning literature
155156
:opticon:`link` :link-badge:`https://arxiv.org/abs/1809.01643,"arXiv",cls=badge-dark`
156157

157158
.. dropdown:: Debiased sparsity-based inference / theoretical foundations
158-
:class-title: sd-bg-primary sd-text-white sd-text-center sd-font-weight-bold sd-reference-dropdown
159+
:class-title: sd-bg-primary sd-font-weight-bold
159160

160161
- A. Belloni, V. Chernozhukov, C. Hansen |br|
161162
**Inference for High-Dimensional Sparse Econometric Models** |br|

0 commit comments

Comments
 (0)