[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
|
||||
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.cffLib`: Read/write tools for Adobe CFF 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.designspaceLib`: Read and write designspace files
|
||||
- :py:mod:`fontTools.encodings`: Support for font-related character encodings
|
||||
@ -120,6 +121,7 @@ Table of Contents
|
||||
agl
|
||||
cffLib/index
|
||||
colorLib/index
|
||||
config
|
||||
cu2qu/index
|
||||
designspaceLib/index
|
||||
encodings/index
|
||||
|
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
|
||||
classifyTools
|
||||
cliTools
|
||||
configTools
|
||||
eexec
|
||||
encodingTools
|
||||
etree
|
||||
|
Loading…
x
Reference in New Issue
Block a user