Merge pull request #3611 from n8willis/docs-cleanup
Small docs cleanups
This commit is contained in:
commit
770917d89e
@ -1,4 +1,4 @@
|
|||||||
sphinx==8.0.2
|
sphinx==7.4.3
|
||||||
sphinx_rtd_theme==2.0.0
|
sphinx_rtd_theme==2.0.0
|
||||||
reportlab==4.2.2
|
reportlab==4.2.2
|
||||||
freetype-py==2.4.0
|
freetype-py==2.4.0
|
||||||
|
@ -3,3 +3,4 @@ colorLib.builder: Build COLR/CPAL tables from scratch
|
|||||||
#####################################################
|
#####################################################
|
||||||
|
|
||||||
.. automodule:: fontTools.colorLib.builder
|
.. automodule:: fontTools.colorLib.builder
|
||||||
|
:no-inherited-members:
|
||||||
|
@ -40,7 +40,11 @@ extensions = [
|
|||||||
|
|
||||||
autodoc_mock_imports = ["gtk", "reportlab"]
|
autodoc_mock_imports = ["gtk", "reportlab"]
|
||||||
|
|
||||||
autodoc_default_options = {"members": True, "inherited-members": True}
|
autodoc_default_options = {
|
||||||
|
"members": True,
|
||||||
|
"inherited-members": True,
|
||||||
|
"show-inheritance": True,
|
||||||
|
}
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
templates_path = ["_templates"]
|
templates_path = ["_templates"]
|
||||||
@ -78,7 +82,7 @@ release = "4.0"
|
|||||||
#
|
#
|
||||||
# This is also used if you do content translation via gettext catalogs.
|
# This is also used if you do content translation via gettext catalogs.
|
||||||
# Usually you set "language" from the command line for these cases.
|
# Usually you set "language" from the command line for these cases.
|
||||||
language = None
|
language = "en"
|
||||||
|
|
||||||
# List of patterns, relative to source directory, that match files and
|
# List of patterns, relative to source directory, that match files and
|
||||||
# directories to ignore when looking for source files.
|
# directories to ignore when looking for source files.
|
||||||
|
@ -297,7 +297,7 @@ Example of all axis elements together
|
|||||||
|
|
||||||
|
|
||||||
``<output>`` element
|
``<output>`` element
|
||||||
...................
|
....................
|
||||||
|
|
||||||
- Defines the output location of an axis mapping.
|
- Defines the output location of an axis mapping.
|
||||||
- Child element of ``<mapping>``
|
- Child element of ``<mapping>``
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
:orphan:
|
:orphan:
|
||||||
|
|
||||||
.. _developerinfo:
|
.. _developerinfo:
|
||||||
.. image:: ../../Icons/FontToolsIconGreenCircle.png
|
.. image:: ../../Icons/FontToolsIconGreenCircle.png
|
||||||
:width: 200px
|
:width: 200px
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
|
|
||||||
---fontTools Documentation---
|
---fontTools Documentation---
|
||||||
=======
|
=============================
|
||||||
About
|
About
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user