[config] Add documentation
This commit is contained in:
parent
268fbac85c
commit
dbef683624
3
.gitignore
vendored
3
.gitignore
vendored
@ -58,3 +58,6 @@ Lib/**/*.c
|
|||||||
|
|
||||||
# Ctags
|
# Ctags
|
||||||
tags
|
tags
|
||||||
|
|
||||||
|
# Documentation
|
||||||
|
Doc/source/_build
|
||||||
|
8
Doc/source/config.rst
Normal file
8
Doc/source/config.rst
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
###########################
|
||||||
|
config: configure fontTools
|
||||||
|
###########################
|
||||||
|
|
||||||
|
.. automodule:: fontTools.config
|
||||||
|
:inherited-members:
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
@ -69,6 +69,7 @@ libraries in the fontTools suite:
|
|||||||
- :py:mod:`fontTools.agl`: Access to the Adobe Glyph List
|
- :py:mod:`fontTools.agl`: Access to the Adobe Glyph List
|
||||||
- :py:mod:`fontTools.cffLib`: Read/write tools for Adobe CFF fonts
|
- :py:mod:`fontTools.cffLib`: Read/write tools for Adobe CFF fonts
|
||||||
- :py:mod:`fontTools.colorLib`: Module for handling colors in CPAL/COLR fonts
|
- :py:mod:`fontTools.colorLib`: Module for handling colors in CPAL/COLR fonts
|
||||||
|
- :py:mod:`fontTools.config`: Configure fontTools
|
||||||
- :py:mod:`fontTools.cu2qu`: Module for cubic to quadratic conversion
|
- :py:mod:`fontTools.cu2qu`: Module for cubic to quadratic conversion
|
||||||
- :py:mod:`fontTools.designspaceLib`: Read and write designspace files
|
- :py:mod:`fontTools.designspaceLib`: Read and write designspace files
|
||||||
- :py:mod:`fontTools.encodings`: Support for font-related character encodings
|
- :py:mod:`fontTools.encodings`: Support for font-related character encodings
|
||||||
@ -120,6 +121,7 @@ Table of Contents
|
|||||||
agl
|
agl
|
||||||
cffLib/index
|
cffLib/index
|
||||||
colorLib/index
|
colorLib/index
|
||||||
|
config
|
||||||
cu2qu/index
|
cu2qu/index
|
||||||
designspaceLib/index
|
designspaceLib/index
|
||||||
encodings/index
|
encodings/index
|
||||||
@ -152,4 +154,4 @@ Table of Contents
|
|||||||
:target: https://pypi.org/project/FontTools
|
:target: https://pypi.org/project/FontTools
|
||||||
.. |Gitter Chat| image:: https://badges.gitter.im/fonttools-dev/Lobby.svg
|
.. |Gitter Chat| image:: https://badges.gitter.im/fonttools-dev/Lobby.svg
|
||||||
:alt: Join the chat at https://gitter.im/fonttools-dev/Lobby
|
:alt: Join the chat at https://gitter.im/fonttools-dev/Lobby
|
||||||
:target: https://gitter.im/fonttools-dev/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
|
:target: https://gitter.im/fonttools-dev/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
|
||||||
|
8
Doc/source/misc/configTools.rst
Normal file
8
Doc/source/misc/configTools.rst
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
###########
|
||||||
|
configTools
|
||||||
|
###########
|
||||||
|
|
||||||
|
.. automodule:: fontTools.misc.configTools
|
||||||
|
:inherited-members:
|
||||||
|
:members:
|
||||||
|
:undoc-members:
|
@ -12,6 +12,7 @@ utilities by fontTools, but some of which may be more generally useful.
|
|||||||
bezierTools
|
bezierTools
|
||||||
classifyTools
|
classifyTools
|
||||||
cliTools
|
cliTools
|
||||||
|
configTools
|
||||||
eexec
|
eexec
|
||||||
encodingTools
|
encodingTools
|
||||||
etree
|
etree
|
||||||
|
Loading…
x
Reference in New Issue
Block a user