[docs] Reorganise colorLib docs (#1936)
Does not add any new documentation (there is already some documentation for user-facing functions). It just makes colorLib.builder the top-level documentation entry, because that’s the part the user needs to care about.
This commit is contained in:
parent
94cb1759f7
commit
a114ec2c20
@ -1,8 +0,0 @@
|
|||||||
#######
|
|
||||||
builder
|
|
||||||
#######
|
|
||||||
|
|
||||||
.. automodule:: fontTools.colorLib.builder
|
|
||||||
:inherited-members:
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
@ -1,8 +0,0 @@
|
|||||||
######
|
|
||||||
errors
|
|
||||||
######
|
|
||||||
|
|
||||||
.. automodule:: fontTools.colorLib.errors
|
|
||||||
:inherited-members:
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
@ -1,14 +1,11 @@
|
|||||||
########
|
#####################################################
|
||||||
colorLib
|
colorLib.builder: Build COLR/CPAL tables from scratch
|
||||||
########
|
#####################################################
|
||||||
|
|
||||||
.. toctree::
|
.. automodule:: fontTools.colorLib.builder
|
||||||
:maxdepth: 1
|
:members: buildCPAL, buildCOLR, populateCOLRv0
|
||||||
|
|
||||||
builder
|
.. autoclass:: fontTools.colorLib.builder.ColorPaletteType
|
||||||
errors
|
|
||||||
|
|
||||||
.. automodule:: fontTools.colorLib
|
|
||||||
:inherited-members:
|
:inherited-members:
|
||||||
:members:
|
:members:
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
"""
|
||||||
|
colorLib.builder: Build COLR/CPAL tables from scratch
|
||||||
|
|
||||||
|
"""
|
||||||
import collections
|
import collections
|
||||||
import copy
|
import copy
|
||||||
import enum
|
import enum
|
||||||
|
Loading…
x
Reference in New Issue
Block a user