aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/doc/index.rst
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2022-04-06 13:00:38 +0200
committerCristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2022-04-08 15:32:58 +0200
commit12794ff54b434ed3f06988ca8fe12bce28c63155 (patch)
tree9a160e32eb30a4828b70dc6036ece0e8bbfc58ce /sources/shiboken6/doc/index.rst
parentaf7ec7bef57b02a88a459869865eb197f2ed5a1a (diff)
doc: use sphinx panels for the offline doc
Removing the special case where a HTML table was generated instead of the sphinx-panels. Change-Id: Ic2fe6276cf63ca559c14d9309c2e7cbd3515f2c3 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Diffstat (limited to 'sources/shiboken6/doc/index.rst')
-rw-r--r--sources/shiboken6/doc/index.rst112
1 files changed, 45 insertions, 67 deletions
diff --git a/sources/shiboken6/doc/index.rst b/sources/shiboken6/doc/index.rst
index 87d39113d..d7cb4c2b1 100644
--- a/sources/shiboken6/doc/index.rst
+++ b/sources/shiboken6/doc/index.rst
@@ -25,95 +25,73 @@ Shiboken
Documentation
=============
-.. ifconfig:: output_format == 'html'
-
- .. panels::
- :body: text-center
- :container: container-lg pb-3
- :column: col-lg-4 col-md-4 col-sm-6 col-xs-12 p-2
+.. panels::
+ :body: text-center
+ :container: container-lg pb-3
+ :column: col-lg-4 col-md-4 col-sm-6 col-xs-12 p-2
- Install and build from source.
+ Install and build from source.
- +++
+ +++
- .. link-button:: gettingstarted
- :type: ref
- :text: Getting Started
- :classes: btn-qt btn-block stretched-link
- ---
+ .. link-button:: gettingstarted
+ :type: ref
+ :text: Getting Started
+ :classes: btn-qt btn-block stretched-link
+ ---
- Binding generator executable.
+ Binding generator executable.
- +++
+ +++
- .. link-button:: shibokengenerator
- :type: ref
- :text: Shiboken Generator
- :classes: btn-qt btn-block stretched-link
- ---
+ .. link-button:: shibokengenerator
+ :type: ref
+ :text: Shiboken Generator
+ :classes: btn-qt btn-block stretched-link
+ ---
- Python utility module.
+ Python utility module.
- +++
+ +++
- .. link-button:: shibokenmodule
- :type: ref
- :text: Shiboken Module
- :classes: btn-qt btn-block stretched-link
+ .. link-button:: shibokenmodule
+ :type: ref
+ :text: Shiboken Module
+ :classes: btn-qt btn-block stretched-link
- ---
+ ---
- Reference and functionallities.
+ Reference and functionallities.
- +++
+ +++
- .. link-button:: typesystem
- :type: ref
- :text: Type System
- :classes: btn-qt btn-block stretched-link
+ .. link-button:: typesystem
+ :type: ref
+ :text: Type System
+ :classes: btn-qt btn-block stretched-link
- ---
+ ---
- Using Shiboken.
+ Using Shiboken.
- +++
+ +++
- .. link-button:: examples/index
- :type: ref
- :text: Examples
- :classes: btn-qt btn-block stretched-link
+ .. link-button:: examples/index
+ :type: ref
+ :text: Examples
+ :classes: btn-qt btn-block stretched-link
- ---
+ ---
- Known issues and FAQ.
+ Known issues and FAQ.
- +++
+ +++
- .. link-button:: considerations
- :type: ref
- :text: Considerations
- :classes: btn-qt btn-block stretched-link
-
-.. ifconfig:: output_format == 'qthelp'
+ .. link-button:: considerations
+ :type: ref
+ :text: Considerations
+ :classes: btn-qt btn-block stretched-link
- <table class="special">
- <colgroup>
- <col style="width: 33%" />
- <col style="width: 33%" />
- <col style="width: 33%" />
- </colgroup>
- <tr>
- <td><a href="gettingstarted.html"><p><strong>Getting Started</strong><br/>Install and build from source.</p></a></td>
- <td><a href="shibokengenerator.html"><p><strong>Shiboken Generator</strong><br/>Binding generator executable.</p></a></td>
- <td><a href="shibokenmodule.html"><p><strong>Shiboken Module</strong><br/>Python utility module.</p></a></td>
- </tr>
- <tr>
- <td><a href="typesystem.html"><p><strong>Type System</strong><br/>Reference and functionality.</p></a></td>
- <td><a href="examples/index.html"><p><strong>Examples</strong><br/>Using Shiboken.</p></a></td>
- <td><a href="considerations.html"><p><strong>Considerations</strong><br/>Known issues and FAQ.</p></a></td>
- </tr>
-
- </table>
.. toctree::
:hidden: