Remove duplicate sidebar entries for ttLib.ttFont.TTFont and .GlyphOrder.

This commit is contained in:
Nathan Williis 2024-08-15 11:32:05 +01:00
parent 16dbe3f5e2
commit 6ec2b67152

View File

@ -14,4 +14,4 @@ ttFont: Read/write OpenType and TrueType fonts
.. automodule:: fontTools.ttLib.ttFont .. automodule:: fontTools.ttLib.ttFont
:members: getTableModule, registerCustomTableClass, unregisterCustomTableClass, getCustomTableClass, getClassTag, newTable, tagToIdentifier, identifierToTag, tagToXML, xmlToTag, sortedTagList, reorderFontTables :members: getTableModule, registerCustomTableClass, unregisterCustomTableClass, getCustomTableClass, getClassTag, newTable, tagToIdentifier, identifierToTag, tagToXML, xmlToTag, sortedTagList, reorderFontTables
:exclude-members: TTFont, GlyphOrder