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
|
.. tkinter-tooltip documentation master file, created by
sphinx-quickstart on Wed Jan 12 00:36:50 2022.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Tkinter Tooltip
===============
.. include:: ./../README.md
:parser: myst_parser.sphinx_
:start-line: 2
:end-line: 9
.. image:: ../assets/images/tooltip_logo.svg
:alt: tkinter-tooltip logo
:width: 30%
:align: center
.. grid:: 2
:gutter: 0
:class-container: sd-text-center sd-pt-4
:class-row: sd-align-minor-center
.. grid-item::
.. button-link:: https://github.com/sponsors/gnikit
:ref-type: ref
:outline:
:color: danger
:class: sd-px-2 sd-fs-4
Become a **Sponsor**
:octicon:`mark-github;2em;sd-text-black`
:octicon:`heart-fill;2em;sd-text-danger`
.. grid-item::
.. button-link:: https://www.paypal.com/paypalme/inikit
:ref-type: ref
:color: primary
:class: sd-px-2 sd-fs-5
Make a **Donation**
:fa:`fa-paypal`
.. toctree::
:maxdepth: 2
:hidden:
:caption: Contents
quickstart.rst
features.rst
examples.rst
.. toctree::
:maxdepth: 2
:caption: Get Involved
:hidden:
contributing.rst
.. toctree::
:hidden:
:maxdepth: 2
:caption: Development
modules.rst
.. grid:: 1 2 2 3
:margin: 4 4 0 0
:gutter: 1
.. grid-item-card:: :octicon:`desktop-download;5em;sd-text-primary`
:link-type: any
:link: Install
:class-body: sd-text-center
Download
.. grid-item-card:: :material-sharp:`import_contacts;5em;sd-text-primary`
:class-body: sd-text-center
:link: examples
:link-type: doc
Examples
.. grid-item-card:: :octicon:`git-pull-request;5em;sd-text-primary`
:link-type: doc
:link: contributing
:class-body: sd-text-center
Contribute
|