File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ through the :attr:`~sphinxnotes.render.Registry.data` attribute of
191191Adding Custom Types
192192-------------------
193193
194- Use :meth: `~sphinxnotes.render.data.REGISTRY.add_type ` of
194+ Use :meth: `~sphinxnotes.render.data.REGISTRY.add_type ` method of
195195:data: `sphinxnotes.render.REGISTRY ` to add a new type:
196196
197197>>> from sphinxnotes.render import REGISTRY
@@ -211,7 +211,7 @@ Use :meth:`~sphinxnotes.render.data.REGISTRY.add_type` of
211211Adding Custom Flags
212212-------------------
213213
214- Use :meth: `~sphinxnotes.render.data.Registry.add_flag ` of
214+ Use :meth: `~sphinxnotes.render.data.Registry.add_flag ` method of
215215:data: `sphinxnotes.render.REGISTRY ` to add a new type:
216216
217217>>> from sphinxnotes.render import REGISTRY
225225Adding Custom By-Options
226226------------------------
227227
228- Use :meth: `sphinxnotes.render.data.Registry.add_by_option ` of
228+ Use :meth: `~ sphinxnotes.render.data.Registry.add_by_option ` method of
229229:data: `sphinxnotes.render.REGISTRY ` to add a new by-option:
230230
231231>>> from sphinxnotes.render import REGISTRY
You can’t perform that action at this time.
0 commit comments