187 Commits

Author SHA1 Message Date
Chris Simpkins
3ea8143ba5
[Doc] fix encodings.MacRoman typos 2020-04-19 14:29:18 -04:00
Chris Simpkins
87ad724b18
[Doc] add otlLib.builder documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
85db649cdc
[Doc] add otlLib documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
604395faaa
[Doc] add mtiLib documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
e4415cf224
[Doc] add misc.symfont documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
1e1ba80ada
[Doc] add misc.py23 documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
dc80a4e3f9
[Doc] add misc.psOperators documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
7ca5f84e5f
[Doc] add misc.psLib documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
042a595de0
[Doc] add misc.macRes documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
7cfdddc607
[Doc] add misc.macCreatorType documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
ea31fc95b7
[Doc] add misc.filenames documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
a2c694d0c5
[Doc] add misc.cliTools documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
60e85d2dd5
[Doc] updated misc module documentation TOC 2020-04-19 14:29:18 -04:00
Chris Simpkins
ad79c6e8ad
[Doc] modify feaLib documentation path 2020-04-19 14:29:18 -04:00
Chris Simpkins
b014e52cf8
[Doc] add feaLib.ast documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
d67c59539b
[Doc] add feaLib.builder documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
4500339fa5
[Doc] add feaLib.error documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
78772d2eb8
[Doc] add feaLib.lexer documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
ccaa01062f
[Doc] add feaLib.parser documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
5100962383
[Doc] modify feaLib documentation path 2020-04-19 14:29:18 -04:00
Chris Simpkins
a966f74fba
[Doc] add encodings.codecs documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
100887d489
[Doc] add encodings.macRoman documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
71e0e49452
[Doc] add encodings.StandardEncoding documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
c59589e86e
[Doc] modify encodings documentation path 2020-04-19 14:29:18 -04:00
Chris Simpkins
ae0dd5869a
[Doc] update documentation home with new cffLib path 2020-04-19 14:29:18 -04:00
Chris Simpkins
3e485584da
[Doc] add cffLib.width documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
c825188007
[Doc] add cffLib.specializer documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
95f5f9bfa2
[Doc] refactor cffLib module documentation path 2020-04-19 14:29:18 -04:00
Chris Simpkins
eeefd529f6
[Doc] update ttLib TOC with new doc files 2020-04-19 14:29:18 -04:00
Chris Simpkins
9d8904a8f4
[Doc] add ttLib.ttCollection documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
d6baf0bfdd
[Doc] add ttLib.standardGlyphOrder documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
b4b99dbd3a
[Doc] add ttLib.ttFont documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
aa5b57277a
[Doc] added CC BY-SA 4.0 license to documentation 2020-04-19 14:29:18 -04:00
Chris Simpkins
19c4b79664
[Doc] conf.py - do not display version number 2020-04-19 14:29:18 -04:00
Chris Simpkins
772eae9727
[Doc] conf.py - convert to RTD default theme for local builds 2020-04-19 14:29:18 -04:00
Chris Simpkins
25249b7dcb
[Doc] conf.py - update fontTools version 2020-04-19 14:29:18 -04:00
Chris Simpkins
7de4e9409a
[Doc] conf.py - add napoleon docstring parser extension support 2020-04-19 14:29:18 -04:00
Chris Simpkins
56ac60e761
[Doc] blacken conf.py 2020-04-19 14:29:18 -04:00
Ben Kiel
726cd67549
Clarify differences between XML and Python (#1792)
* Clarify differences between XML and Python

* Typo
2019-12-29 10:09:23 -06:00
Just van Rossum
b8fafdd259
[WIP] [designspaceLib] designspace docs edits (#1750)
Various changes in the designspaceLib readme.rst
- added docs for DesignSpaceDocument object, methods and attributes
- removed comments on validation, localisation and generating UFO instances.
- added note that axis minimum, default and maximum are in userspace coordinates.
- added clarification to map input (userpace!) / output (designspace!) values.
- added note that sourceDescriptor location is in designspace coordinates.
- moved comment on rule subs to rule descriptor object.
- added proposed "processing" flag to rules element
- move note on sub element
- implementation differences
- varlib vs. mutatormath
- older versions
- rules and generating static ufo instances
- Updated the description of the `copyInfo` flag of the sourceDescriptor.
- Change the example import.
- Remove additional mention of copyInfo.
2019-11-07 19:30:51 +01:00
Nikolaus Waxweiler
5290e831a1 Remove pyftinspect (#1542) 2019-03-15 11:03:20 -07:00
Nikolaus Waxweiler
4921d97d02 Revert "Remove pyftinspect"
This reverts commit d3d550976a7455f16831118446cc431da647e081.

This was an accidental commit.
2019-03-15 15:23:54 +00:00
Nikolaus Waxweiler
d3d550976a Remove pyftinspect 2019-03-15 15:17:51 +00:00
Nikolaus Waxweiler
079f68350f [designspaceLib] Document proposed public.skipExportGlyphs lib key (#1534)
* Document proposed public.skipExportGlyphs lib key
2019-03-14 16:06:05 -05:00
Nikolaus Waxweiler
dd40dac5e0 Remove InstanceDescriptor.mutedGlyphNames
Closes https://github.com/fonttools/fonttools/issues/1417.
2019-01-19 14:13:32 +00:00
Cosimo Lupo
1a07ba9bc4
Doc/designspaceLib: clarify labelNames values must always be unicode
otherwise, on py27, we end up writing garbage bytes in name record
strings.
2019-01-13 13:40:04 +00:00
Nikolaus Waxweiler
621c652ad0
[designspaceLib] Documentation: Clarify what min/max/default on an AxisDescriptor mean (#1395)
Clarify that the axis properties refer to user space coordinates
2018-12-19 11:24:07 +00:00
Cosimo Lupo
1f7155c432
Merge branch 'fold-into-fontTools' into fonttools-ufolib 2018-10-17 17:21:44 +01:00
Cosimo Lupo
d372016d64
move Documentation/ufoLib to Doc/source/ufolib 2018-10-17 17:14:34 +01:00
Cosimo Lupo
cafb373bfb
Doc: fix RST formatting 2018-06-07 12:00:29 +01:00