From 29755634957933656e0e318a64bd5806b52cbf1c Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Mon, 4 Jan 2021 16:07:11 +0100 Subject: Enabled missing Sphinx extensions. Fixed role name cls to class. --- pyGHDL/dom/DesignUnit.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'pyGHDL/dom') diff --git a/pyGHDL/dom/DesignUnit.py b/pyGHDL/dom/DesignUnit.py index 331b2526a..40fc6796a 100644 --- a/pyGHDL/dom/DesignUnit.py +++ b/pyGHDL/dom/DesignUnit.py @@ -33,10 +33,10 @@ # ============================================================================ # """ -This module contains all DOM classes for VHDL's design units (:cls:`entity `, -:cls:`architecture `, :cls:`package `, -:cls:`package body `, :cls:`context ` and -:cls:`configuration `. +This module contains all DOM classes for VHDL's design units (:class:`entity `, +:class:`architecture `, :class:`package `, +:class:`package body `, :class:`context ` and +:class:`configuration `. """ @@ -58,7 +58,6 @@ from pyGHDL.dom.InterfaceItem import GenericConstantInterfaceItem, PortSignalInt __all__ = [] - @export class Entity(VHDLModel_Entity, GHDLMixin): -- cgit v1.2.3