From 5434ab1166b7c9200416cee459193ae0e93e07f6 Mon Sep 17 00:00:00 2001 From: Erik van Blokland Date: Thu, 20 Oct 2011 21:37:13 +0000 Subject: [PATCH] Documentation. Add stuff to ufoLib. git-svn-id: http://svn.robofab.com/branches/ufo3k@459 b5fa9d6c-a76f-4ffd-b3cb-f825fc41095c --- Documentation/index.rst | 3 +++ Documentation/ufoLib/converters.rst | 9 +++++++++ Documentation/ufoLib/filenames.rst | 9 +++++++++ Documentation/ufoLib/pointPen.rst | 2 +- Documentation/ufoLib/ufoLib.rst | 9 +++++++++ 5 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 Documentation/ufoLib/converters.rst create mode 100644 Documentation/ufoLib/filenames.rst create mode 100644 Documentation/ufoLib/ufoLib.rst diff --git a/Documentation/index.rst b/Documentation/index.rst index 16a09d872..105933724 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -45,8 +45,11 @@ Tools for accessing, validating and making UFO and glif. .. toctree:: :maxdepth: 1 + ufoLib/ufoLib ufoLib/glifLib ufoLib/pointPen + ufoLib/filenames + ufoLib/converters diff --git a/Documentation/ufoLib/converters.rst b/Documentation/ufoLib/converters.rst new file mode 100644 index 000000000..74aafbf8a --- /dev/null +++ b/Documentation/ufoLib/converters.rst @@ -0,0 +1,9 @@ +.. highlight:: python + +========== +converters +========== + +.. automodule:: ufoLib.converters + :inherited-members: + :members: diff --git a/Documentation/ufoLib/filenames.rst b/Documentation/ufoLib/filenames.rst new file mode 100644 index 000000000..d604c4c59 --- /dev/null +++ b/Documentation/ufoLib/filenames.rst @@ -0,0 +1,9 @@ +.. highlight:: python + +========= +filenames +========= + +.. automodule:: ufoLib.filenames + :inherited-members: + :members: diff --git a/Documentation/ufoLib/pointPen.rst b/Documentation/ufoLib/pointPen.rst index 426e3775e..6cb1ca175 100644 --- a/Documentation/ufoLib/pointPen.rst +++ b/Documentation/ufoLib/pointPen.rst @@ -4,6 +4,6 @@ pointPen ======== -.. automodule:: robofab.pens.pointPen +.. automodule:: ufoLib.pointPen :inherited-members: :members: diff --git a/Documentation/ufoLib/ufoLib.rst b/Documentation/ufoLib/ufoLib.rst new file mode 100644 index 000000000..3b3b0b1aa --- /dev/null +++ b/Documentation/ufoLib/ufoLib.rst @@ -0,0 +1,9 @@ +.. highlight:: python + +====== +ufoLib +====== + +.. automodule:: ufoLib + :inherited-members: + :members: