summaryrefslogtreecommitdiff
path: root/devel-docs/index.rst
blob: 8e34027bd511d8d6630b33d924b28406aec73e3c (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
Development guide for the accessibility infrastructure
======================================================

.. toctree::
   atk-deprecations
   de-controller
   gitlab-ci
   roadmap
   toolkits
   xml-changes
   :maxdepth: 1
   :caption: Contents:

Welcome to the developer's guide for the freedesktop accessbility
infrastructure.  This guide intends to become a repository of
knowledge on the implementation of the accessibility infrastructure,
as well as a guide for application developers and toolkit developers
who want to make their user interfaces accessible.

If you want to modify this document, `please see its source code
<https://gitlab.gnome.org/GNOME/at-spi2-core/-/tree/main/devel-docs>`_.

General documentation
---------------------

- :doc:`roadmap`
- :doc:`toolkits`
- :doc:`xml-changes`

Refactoring and cleanup
-----------------------

- :doc:`de-controller`
- :doc:`atk-deprecations`

Information for maintainers
---------------------------

- :doc:`gitlab-ci`