@@ -33,103 +33,94 @@ ecosystem <https://github.com/mlr-org/mlr3/wiki/Extension-Packages>`_ (Lang et a
33
33
observer .observe (document .documentElement , {attributes: true , attributeFilter: [' data-theme' ]});
34
34
</script >
35
35
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 **.
133
124
134
125
.. toctree ::
135
126
:hidden:
0 commit comments