Skip to content

Commit

Permalink
tiny fixes in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangWaltenberger committed Jul 31, 2024
1 parent 0d9028a commit 8e090a9
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 16 deletions.
6 changes: 0 additions & 6 deletions docs/manual/source/SModelSTools.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
.. index:: SModelS Tools

.. |element| replace:: :ref:`element <element>`
.. |elements| replace:: :ref:`elements <element>`
.. |topology| replace:: :ref:`topology <topology>`
.. |topologies| replace:: :ref:`topologies <topology>`
.. |decomposition| replace:: :doc:`decomposition <Decomposition>`
.. |theory predictions| replace:: :doc:`theory predictions <TheoryPredictions>`
.. |theory prediction| replace:: :doc:`theory prediction <TheoryPredictions>`
Expand All @@ -17,8 +13,6 @@
.. |Dataset| replace:: :ref:`DataSet<DataSet>`
.. |Datasets| replace:: :ref:`DataSets<DataSet>`
.. |results| replace:: :ref:`experimental results <ExpResult>`
.. |branches| replace:: :ref:`branches <branch>`
.. |branch| replace:: :ref:`branch <branch>`
.. |EMrs| replace:: :ref:`EM-type results <EMtype>`
.. |ULrs| replace:: :ref:`UL-type results <ULtype>`

Expand Down
1 change: 0 additions & 1 deletion smodels/tools/printers/basicPrinter.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

"""
.. module:: basicPrinter
:synopsis: Base class for defining printer classes
Expand Down
3 changes: 1 addition & 2 deletions smodels/tools/printers/pythonPrinter.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

"""
.. module:: pythonPrinter
:synopsis: Class for decribing a printer in python format
:synopsis: Class for describing a printer in python format
.. moduleauthor:: Andre Lessa <[email protected]>
Expand Down
3 changes: 1 addition & 2 deletions smodels/tools/printers/slhaPrinter.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

"""
.. module:: slhaPrinter
:synopsis: Class for decribing a printer in SLHA format
:synopsis: Class for describing a printer in SLHA format
.. moduleauthor:: Andre Lessa <[email protected]>
Expand Down
3 changes: 1 addition & 2 deletions smodels/tools/printers/summaryPrinter.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

"""
.. module:: summaryPrinter
:synopsis: Class for decribing a summary printer in text format.
:synopsis: Class for describing a summary printer in text format.
.. moduleauthor:: Andre Lessa <[email protected]>
Expand Down
1 change: 0 additions & 1 deletion smodels/tools/printers/txtPrinter.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

"""
.. module:: txtPrinter
:synopsis: Class for defining a log (stdout) printer
Expand Down
3 changes: 1 addition & 2 deletions smodels/tools/printers/xmlPrinter.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

"""
.. module:: xmlPrinter
:synopsis: Class for decribing a printer in XML format
:synopsis: Class for describing a printer in XML format
.. moduleauthor:: Andre Lessa <[email protected]>
Expand Down

0 comments on commit 8e090a9

Please sign in to comment.