Definition at line 123 of file basf2domain.py.
◆ handle_signature()
handle_signature |
( |
| self, |
|
|
| sig, |
|
|
| signode ) |
Definition at line 130 of file basf2domain.py.
130 def handle_signature(self, sig, signode):
131
132 name = super().handle_signature(sig, signode)
133
134
135 if "source" in self.options:
136 uri = self.options["source"]
137 linknode = nodes.reference('', '[source]', refuri=uri, classes=['var-source-link'])
138 signode += linknode
139
140 return name
141
142
◆ option_spec
option_spec = Basf2Object.option_spec.copy() if hasattr(Basf2Object, "option_spec") else {} |
|
static |
◆ options
The documentation for this class was generated from the following file: