@@ -34,43 +34,64 @@ An alternative description of the DIRAC system can be found in this `presentatio
34
34
Documentation
35
35
=============
36
36
37
- .. panels ::
38
- :card: shadow + text-center
39
- :img-top-cls: p-5
40
-
41
- :img-top: _static/dirac_user.png
42
- .. link-button :: UserGuide/index
43
- :type: ref
44
- :text: User Guide
45
- :classes: btn-link stretched-link font-weight-bold
46
-
47
- including client installation
48
-
49
- ---
50
- :img-top: _static/dirac_dev.png
51
- .. link-button :: DeveloperGuide/index
52
- :type: ref
53
- :text: Developer Guide
54
- :classes: btn-link stretched-link font-weight-bold
55
-
56
- adding new functionality to DIRAC
57
-
58
- ---
59
- :img-top: _static/dirac_admin.png
60
- .. link-button :: AdministratorGuide/index
61
- :type: ref
62
- :text: Administrator Guide
63
- :classes: btn-link stretched-link font-weight-bold
64
-
65
- services administration, server installation
66
-
67
- ---
68
- :img-top: _static/dirac_code.png
69
- .. link-button :: CodeDocumentation/index
70
- :type: ref
71
- :text: Code Documentation
72
- :classes: btn-link stretched-link font-weight-bold
73
-
74
- code reference
37
+ .. grid :: 2
38
+ :padding: 3
39
+ :gutter: 3
40
+
41
+ .. grid-item-card ::
42
+ :shadow: lg
43
+ :text-align: center
44
+ :link-type: ref
45
+ :class-body: btn-link stretched-link font-weight-bold
46
+ :class-img-top: p-5
47
+ :img-top: _static/dirac_user.png
48
+ :link: user-guide
49
+ :link-alt: User Guide
50
+
51
+ User Guide
52
+
53
+ including client installation
54
+
55
+ .. grid-item-card ::
56
+ :shadow: lg
57
+ :text-align: center
58
+ :link-type: ref
59
+ :class-body: btn-link stretched-link font-weight-bold
60
+ :class-img-top: p-5
61
+ :img-top: _static/dirac_dev.png
62
+ :link: developer_guide
63
+ :link-alt: Developer Guide
64
+
65
+ Developer Guide
66
+
67
+ adding new functionality to DIRAC
68
+
69
+
70
+ .. grid-item-card ::
71
+ :shadow: lg
72
+ :text-align: center
73
+ :link-type: ref
74
+ :class-body: btn-link stretched-link font-weight-bold
75
+ :class-img-top: p-5
76
+ :img-top: _static/dirac_admin.png
77
+ :link: administrator_guide
78
+ :link-alt: Administrator Guide
79
+
80
+ Administrator Guide
81
+
82
+ services administration, server installation
83
+
84
+
85
+ .. grid-item-card ::
86
+ :shadow: lg
87
+ :text-align: center
88
+ :link-type: ref
89
+ :class-body: btn-link stretched-link font-weight-bold
90
+ :class-img-top: p-5
91
+ :img-top: _static/dirac_code.png
92
+ :link: code_documentation
93
+ :link-alt: Code Reference
94
+
95
+ code reference
75
96
76
97
:ref: `genindex `
0 commit comments