From 99ab48a3699e035c9eac89e5987521be35ce1663 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Mon, 22 Oct 2018 19:13:15 -0400 Subject: [PATCH] [Docs] add ufoLib dependencies to documentation --- Doc/source/index.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 ^^^^^^^^^^^^^^