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
|
.. _translate-toolkit:
Translate Toolkit
=================
Welcome to Translate Toolkit's documentation. This documentation covers both
user's and programmer's perspective.
User's Guide
------------
This part has the user's documentation for the tools included in the
Translate Toolkit.
Developer's Guide
-----------------
If you are a developer interested in using the Translate Toolkit for
building new tools, make sure to read through this part.
Additional Notes
----------------
Changelog and legal information are included here.
API Reference
-------------
This part covers any function, class or method included within the
Translate Toolkit that you can use to programmatically build new
localization tools.
.. toctree::
:maxdepth: 1
:caption: User's Guide
:hidden:
features
installation
commands/index
guides/index
Supported formats <formats/index>
.. toctree::
:maxdepth: 1
:caption: Developer's Guide
:hidden:
developers/styleguide
developers/testing
developers/contributing
developers/reporting_bugs
developers/developers
developers/releasing
developers/deprecation
.. toctree::
:maxdepth: 1
:caption: Additional Notes
:hidden:
releases/index
history
license
.. toctree::
:maxdepth: 2
:caption: API Reference
:hidden:
api/index
api/convert
api/filters
api/lang
api/misc
api/search
api/storage
api/tools
|