blob: abfc319e3a8d73137aa6f4e6b19ce04d7375b22d (
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
|
Welcome to inkex's documentation!
=================================
.. toctree::
:maxdepth: 1
:hidden:
Tutorial <tutorial/index>
authors/index
Inkex Development <dev/index>
API Reference <source/index>
**Useful links**:
`Source Repository <https://gitlab.com/inkscape/extensions>`_ |
`Issue Tracker <https://gitlab.com/inkscape/extensions/issues>`_ |
`Chat <https://chat.inkscape.org/channel/inkscape_extensions>`_
Inkex is:
- a general-purpose SVG reading/writing/modification package
- an object-oriented interface for access to
many common SVG attributes, such as paths and styles
- the Python package that enables Inkscape extensions
Furthermore, :mod:`inkex.gui` provides a way to ship GTK interfaces with extensions, and
:mod:`inkex.tester` is a package to facilitate unit testing of extensions.
Welcome to its documentation!
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|