Merge pull request #3611 from n8willis/docs-cleanup

Small docs cleanups
This commit is contained in:
n8willis 2024-08-21 17:34:52 +01:00 committed by GitHub
commit 770917d89e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 12 additions and 6 deletions

View File

@ -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

View File

@ -3,3 +3,4 @@ colorLib.builder: Build COLR/CPAL tables from scratch
##################################################### #####################################################
.. automodule:: fontTools.colorLib.builder .. automodule:: fontTools.colorLib.builder
:no-inherited-members:

View File

@ -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.

View File

@ -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>``

View File

@ -1,4 +1,5 @@
:orphan: :orphan:
.. _developerinfo: .. _developerinfo:
.. image:: ../../Icons/FontToolsIconGreenCircle.png .. image:: ../../Icons/FontToolsIconGreenCircle.png
:width: 200px :width: 200px

View File

@ -6,7 +6,7 @@
---fontTools Documentation--- ---fontTools Documentation---
======= =============================
About About
----- -----

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