aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/doc/index.rst
blob: d7cb4c2b175607e70fff6766e637be54b042b56a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
Shiboken
********

.. ifconfig:: output_format == 'html'

   Shiboken is a fundamental piece on the `Qt for Python <../index.html>`__ project that serves two purposes:

.. ifconfig:: output_format == 'qthelp'

   Shiboken is a fundamental piece on the `Qt for Python <../pyside6/index.html>`__ project that serves two purposes:


* Generator_: Extract information from C or C++ headers and generate CPython_ code that allow
  to bring C or C++ projects to Python. This process uses a library called ApiExtractor_ which
  internally uses Clang_.
* Module_: An utility Python module that exposed new Python types, functions to handle pointers,
  among other things, that is written in CPython_ and can use independently of the generator.

.. _Generator: shibokengenerator.html
.. _Module: shibokenmodule.html
.. _CPython: https://github.com/python/cpython
.. _Clang: https://clang.llvm.org/
.. _ApiExtractor: typesystem.html

Documentation
=============

.. 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.

    +++

    .. link-button:: gettingstarted
        :type: ref
        :text: Getting Started
        :classes: btn-qt btn-block stretched-link
    ---

    Binding generator executable.

    +++

    .. link-button:: shibokengenerator
        :type: ref
        :text: Shiboken Generator
        :classes: btn-qt btn-block stretched-link
    ---

    Python utility module.

    +++

    .. link-button:: shibokenmodule
        :type: ref
        :text: Shiboken Module
        :classes: btn-qt btn-block stretched-link

    ---

    Reference and functionallities.

    +++

    .. link-button:: typesystem
        :type: ref
        :text: Type System
        :classes: btn-qt btn-block stretched-link

    ---

    Using Shiboken.

    +++

    .. link-button:: examples/index
        :type: ref
        :text: Examples
        :classes: btn-qt btn-block stretched-link

    ---

    Known issues and FAQ.

    +++

    .. link-button:: considerations
        :type: ref
        :text: Considerations
        :classes: btn-qt btn-block stretched-link


.. toctree::
   :hidden:
   :glob:

   gettingstarted.rst
   shibokengenerator.rst
   shibokenmodule.rst
   typesystem.rst
   examples/index.rst
   considerations.rst