File tree 3 files changed +14
-6
lines changed
3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 16
16
white-space : normal;
17
17
word-break : break-word;
18
18
}
19
+
20
+ .rst-content span .collabel {
21
+ white-space : nowrap;
22
+ }
23
+
24
+ /* Put space between paragraphs in tables by adding a top margin to all but the first paragraph. */
25
+ /* This preserves zero margin at the top and bottom of each cell. */
26
+ .rst-content .wy-table-responsive table .docutils p ~ p {
27
+ margin-top : 0.8rem ;
28
+ }
Original file line number Diff line number Diff line change 70
70
71
71
class ColumnRole (SphinxRole ):
72
72
def run (self ):
73
- node = nodes .inline (rawtext = self .rawtext , classes = ['guilabel' ])
73
+ node = nodes .inline (rawtext = self .rawtext , classes = ['guilabel' , 'collabel' ])
74
74
node += nodes .Text (self .text )
75
75
return [node ], []
76
76
Original file line number Diff line number Diff line change @@ -108,11 +108,9 @@ The table below describes all available configuration options.
108
108
-
109
109
-
110
110
-
111
- * - \-\- data-path
112
-
113
- or
114
-
115
- \-\- data-directory
111
+ * - | \-\- data-path
112
+ | or
113
+ | \-\-data-directory
116
114
- data_path
117
115
- Path. Default=input_data.
118
116
- Path to a file or folder where input data is located. Whether it
You can’t perform that action at this time.
0 commit comments