-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0d9028a
commit 8e090a9
Showing
7 changed files
with
4 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
""" | ||
.. module:: basicPrinter | ||
:synopsis: Base class for defining printer classes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
""" | ||
.. module:: txtPrinter | ||
:synopsis: Class for defining a log (stdout) printer | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]> | ||
|