|
1 | 1 | <document source="index.rst" translation_progress="{'total': 0, 'translated': 0}"> |
2 | 2 | <compound classes="toctree-wrapper"> |
3 | | - <toctree caption="True" entries="(None,\ 'no_tabs1') (None,\ 'no_tabs2')" glob="False" hidden="False" includefiles="no_tabs1 no_tabs2" includehidden="False" maxdepth="-1" numbered="0" parent="index" rawentries="" titlesonly="False"> |
| 3 | + <toctree caption="True" entries="(None,\ 'no_tabs1') (None,\ 'no_tabs2')" glob="0" hidden="0" includefiles="no_tabs1 no_tabs2" includehidden="0" maxdepth="-1" numbered="0" parent="index" rawentries="" titlesonly="0"> |
4 | 4 | <section ids="fruits" names="fruits"> |
5 | 5 | <title> |
6 | 6 | Fruits |
|
54 | 54 | <button aria-controls="panel-2-Rm9ydHJhbg==" aria-selected="false" classes="sphinx-tabs-tab code-tab group-tab" ids="tab-2-Rm9ydHJhbg==" name="Rm9ydHJhbg==" role="tab" tabindex="-1"> |
55 | 55 | Fortran |
56 | 56 | <div aria-labelledby="tab-2-Qw==" classes="sphinx-tabs-panel code-tab group-tab" ids="panel-2-Qw==" name="Qw==" role="tabpanel" tabindex="0"> |
57 | | - <literal_block force="False" highlight_args="{}" language="c" xml:space="preserve"> |
| 57 | + <literal_block force="0" highlight_args="{}" language="c" xml:space="preserve"> |
58 | 58 | C Main Function |
59 | 59 | <div aria-labelledby="tab-2-Qysr" classes="sphinx-tabs-panel code-tab group-tab" hidden="true" ids="panel-2-Qysr" name="Qysr" role="tabpanel" tabindex="0"> |
60 | | - <literal_block force="False" highlight_args="{}" language="c++" xml:space="preserve"> |
| 60 | + <literal_block force="0" highlight_args="{}" language="c++" xml:space="preserve"> |
61 | 61 | C++ Main Function |
62 | 62 | <div aria-labelledby="tab-2-UHl0aG9u" classes="sphinx-tabs-panel code-tab group-tab" hidden="true" ids="panel-2-UHl0aG9u" name="UHl0aG9u" role="tabpanel" tabindex="0"> |
63 | | - <literal_block force="False" highlight_args="{}" language="py" xml:space="preserve"> |
| 63 | + <literal_block force="0" highlight_args="{}" language="py" xml:space="preserve"> |
64 | 64 | Python Main Function |
65 | 65 | <div aria-labelledby="tab-2-SmF2YQ==" classes="sphinx-tabs-panel code-tab group-tab" hidden="true" ids="panel-2-SmF2YQ==" name="SmF2YQ==" role="tabpanel" tabindex="0"> |
66 | | - <literal_block force="False" highlight_args="{}" language="java" xml:space="preserve"> |
| 66 | + <literal_block force="0" highlight_args="{}" language="java" xml:space="preserve"> |
67 | 67 | Java Main Function |
68 | 68 | <div aria-labelledby="tab-2-SnVsaWE=" classes="sphinx-tabs-panel code-tab group-tab" hidden="true" ids="panel-2-SnVsaWE=" name="SnVsaWE=" role="tabpanel" tabindex="0"> |
69 | | - <literal_block force="False" highlight_args="{}" language="julia" xml:space="preserve"> |
| 69 | + <literal_block force="0" highlight_args="{}" language="julia" xml:space="preserve"> |
70 | 70 | Julia Main Function |
71 | 71 | <div aria-labelledby="tab-2-Rm9ydHJhbg==" classes="sphinx-tabs-panel code-tab group-tab" hidden="true" ids="panel-2-Rm9ydHJhbg==" name="Rm9ydHJhbg==" role="tabpanel" tabindex="0"> |
72 | | - <literal_block force="False" highlight_args="{}" language="fortran" xml:space="preserve"> |
| 72 | + <literal_block force="0" highlight_args="{}" language="fortran" xml:space="preserve"> |
73 | 73 | Fortran Main Function |
74 | 74 | <container classes="sphinx-tabs" type="tab-element"> |
75 | 75 | <div aria-label="Tabbed content" classes="closeable" role="tablist"> |
|
86 | 86 | <button aria-controls="panel-3-Rm9ydHJhbg==" aria-selected="false" classes="sphinx-tabs-tab code-tab group-tab" ids="tab-3-Rm9ydHJhbg==" name="Rm9ydHJhbg==" role="tab" tabindex="-1"> |
87 | 87 | Fortran |
88 | 88 | <div aria-labelledby="tab-3-Qw==" classes="sphinx-tabs-panel code-tab group-tab" ids="panel-3-Qw==" name="Qw==" role="tabpanel" tabindex="0"> |
89 | | - <literal_block force="False" highlight_args="{}" language="c" xml:space="preserve"> |
| 89 | + <literal_block force="0" highlight_args="{}" language="c" xml:space="preserve"> |
90 | 90 | int main(const int argc, const char **argv) { |
91 | 91 | return 0; |
92 | 92 | } |
93 | 93 | <div aria-labelledby="tab-3-Qysr" classes="sphinx-tabs-panel code-tab group-tab" hidden="true" ids="panel-3-Qysr" name="Qysr" role="tabpanel" tabindex="0"> |
94 | | - <literal_block force="False" highlight_args="{}" language="c++" xml:space="preserve"> |
| 94 | + <literal_block force="0" highlight_args="{}" language="c++" xml:space="preserve"> |
95 | 95 | int main(const int argc, const char **argv) { |
96 | 96 | return 0; |
97 | 97 | } |
98 | 98 | <div aria-labelledby="tab-3-UHl0aG9u" classes="sphinx-tabs-panel code-tab group-tab" hidden="true" ids="panel-3-UHl0aG9u" name="UHl0aG9u" role="tabpanel" tabindex="0"> |
99 | | - <literal_block force="False" highlight_args="{}" language="py" xml:space="preserve"> |
| 99 | + <literal_block force="0" highlight_args="{}" language="py" xml:space="preserve"> |
100 | 100 | def main(): |
101 | 101 | return |
102 | 102 | <div aria-labelledby="tab-3-SmF2YQ==" classes="sphinx-tabs-panel code-tab group-tab" hidden="true" ids="panel-3-SmF2YQ==" name="SmF2YQ==" role="tabpanel" tabindex="0"> |
103 | | - <literal_block force="False" highlight_args="{}" language="java" xml:space="preserve"> |
| 103 | + <literal_block force="0" highlight_args="{}" language="java" xml:space="preserve"> |
104 | 104 | class Main { |
105 | 105 | public static void main(String[] args) { |
106 | 106 | } |
107 | 107 | } |
108 | 108 | <div aria-labelledby="tab-3-SnVsaWE=" classes="sphinx-tabs-panel code-tab group-tab" hidden="true" ids="panel-3-SnVsaWE=" name="SnVsaWE=" role="tabpanel" tabindex="0"> |
109 | | - <literal_block force="False" highlight_args="{}" language="julia" xml:space="preserve"> |
| 109 | + <literal_block force="0" highlight_args="{}" language="julia" xml:space="preserve"> |
110 | 110 | function main() |
111 | 111 | end |
112 | 112 | <div aria-labelledby="tab-3-Rm9ydHJhbg==" classes="sphinx-tabs-panel code-tab group-tab" hidden="true" ids="panel-3-Rm9ydHJhbg==" name="Rm9ydHJhbg==" role="tabpanel" tabindex="0"> |
113 | | - <literal_block force="False" highlight_args="{}" language="fortran" xml:space="preserve"> |
| 113 | + <literal_block force="0" highlight_args="{}" language="fortran" xml:space="preserve"> |
114 | 114 | PROGRAM main |
115 | 115 | END PROGRAM main |
116 | 116 | <section ids="group-tabs" names="group\ tabs"> |
|
0 commit comments