Skip to content

Commit

Permalink
[docs] fontTools.misc.* part 1 (#1956)
Browse files Browse the repository at this point in the history
* Document misc.arrayTools
* Document misc.bezierTools
* Document cliTools
* Document eexec
  • Loading branch information
simoncozens committed May 19, 2020
1 parent db26cf8 commit 76902b7
Show file tree
Hide file tree
Showing 9 changed files with 514 additions and 144 deletions.
7 changes: 4 additions & 3 deletions Doc/source/misc/arrayTools.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
##########
arrayTools
##########
#############################################
arrayTools: Various array and rectangle tools
#############################################

.. automodule:: fontTools.misc.arrayTools
:member-order: bysource
:inherited-members:
:members:
:undoc-members:
6 changes: 3 additions & 3 deletions Doc/source/misc/bezierTools.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
###########
bezierTools
###########
####################################################
bezierTools: Routines for working with Bezier curves
####################################################

.. automodule:: fontTools.misc.bezierTools
:inherited-members:
Expand Down
6 changes: 3 additions & 3 deletions Doc/source/misc/cliTools.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
########
cliTools
########
###################################################################
cliTools: Utilities for command-line interfaces and console scripts
###################################################################

.. automodule:: fontTools.misc.cliTools
:inherited-members:
Expand Down
6 changes: 3 additions & 3 deletions Doc/source/misc/eexec.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#####
eexec
#####
###############################################################
eexec: PostScript charstring encryption and decryption routines
###############################################################

.. automodule:: fontTools.misc.eexec
:inherited-members:
Expand Down
9 changes: 6 additions & 3 deletions Doc/source/misc/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
####
misc
####
##########################################################
misc: Miscellaneous libraries helpful for font engineering
##########################################################

This is a collection of packages, most of which are used as internal support
utilities by fontTools, but some of which may be more generally useful.

.. toctree::
:maxdepth: 2
Expand Down

0 comments on commit 76902b7

Please sign in to comment.