diff --git a/Doc/source/index.rst b/Doc/source/index.rst index 5397a34f0..a87572cc5 100644 --- a/Doc/source/index.rst +++ b/Doc/source/index.rst @@ -213,6 +213,18 @@ To better compress WOFF 1.0 web fonts, the following module can be used instead * `zopfli `_: Python bindings of the Zopfli compression library +ufoLib Module +^^^^^^^^^^^^^ + +:py:mod:`fontTools.ufoLib` +^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Package for reading and writing UFO source files; it requires: + +* `fs `_: (aka ``pyfilesystem2``) filesystem abstraction layer +* `enum34 `_: backport for the built-in enum module (only required on Python < 3.4) + + unicode Module ^^^^^^^^^^^^^^