Skip to content

Commit

Permalink
add new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leotrs committed May 12, 2024
1 parent 5fcd7d4 commit ff08153
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/source/reference/rsm.nodes.Corollary.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
Corollary
=========

Qualified name: ``rsm.nodes.Corollary``

.. currentmodule:: rsm.nodes

.. autoclass:: Corollary
:show-inheritance:
:members:


.. rubric:: Methods

.. autosummary::
:nosignatures:



.. rubric:: Attributes

.. autosummary::

~Corollary.nodeid
~Corollary.label
~Corollary.types
~Corollary.number
~Corollary.nonum
~Corollary.reftext_template

30 changes: 30 additions & 0 deletions docs/source/reference/rsm.nodes.Example.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
Example
=======

Qualified name: ``rsm.nodes.Example``

.. currentmodule:: rsm.nodes

.. autoclass:: Example
:show-inheritance:
:members:


.. rubric:: Methods

.. autosummary::
:nosignatures:



.. rubric:: Attributes

.. autosummary::

~Example.nodeid
~Example.label
~Example.types
~Example.number
~Example.nonum
~Example.reftext_template

0 comments on commit ff08153

Please sign in to comment.