[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::
|
||||
:maxdepth: 1
|
||||
.. automodule:: fontTools.colorLib.builder
|
||||
:members: buildCPAL, buildCOLR, populateCOLRv0
|
||||
|
||||
builder
|
||||
errors
|
||||
|
||||
.. automodule:: fontTools.colorLib
|
||||
.. autoclass:: fontTools.colorLib.builder.ColorPaletteType
|
||||
:inherited-members:
|
||||
:members:
|
||||
:undoc-members:
|
||||
:undoc-members:
|
||||
|
@ -1,3 +1,7 @@
|
||||
"""
|
||||
colorLib.builder: Build COLR/CPAL tables from scratch
|
||||
|
||||
"""
|
||||
import collections
|
||||
import copy
|
||||
import enum
|
||||
|
Loading…
x
Reference in New Issue
Block a user