Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
dynare
Commits
d51208f2
Verified
Commit
d51208f2
authored
5 years ago
by
Houtan Bastani
Browse files
Options
Downloads
Patches
Plain Diff
submodule update: reporting
parent
8f946c6c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#1731
passed
5 years ago
Stage: build
Stage: test_and_pkg
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/manual/source/reporting.rst
+19
-11
19 additions, 11 deletions
doc/manual/source/reporting.rst
matlab/modules/reporting
+1
-1
1 addition, 1 deletion
matlab/modules/reporting
with
20 additions
and
12 deletions
doc/manual/source/reporting.rst
+
19
−
11
View file @
d51208f2
...
...
@@ -69,6 +69,11 @@ and a clarifying example.
* Windows: the result of findtexmf ``--file-type=exe pdflatex``.
* macOS and Linux: the result of ``which pdflatex``.
.. option:: directory, FILENAME
The path to the directory you want the report created in. Default:
current directory.
.. option:: showDate, BOOLEAN
Display the date and time when the report was
...
...
@@ -127,18 +132,19 @@ and a clarifying example.
page. Alows the user to create a page to be included in the
report by passing :math:`\text{\LaTeX}` code directly. If this option is
passed, the page itself will be saved in the :opt:`pageDirName
<pageDirName,
STRING
>` directory in the form ``page_X.tex``
<pageDirName,
FILENAME
>` directory in the form ``page_X.tex``
where X refers to the page number. Default: ``empty``.
.. option:: orientation, `landscape' | `portrait'
See :opt:`orientation <orientation, `landscape' | `portrait'>`.
.. option:: pageDirName,
STRING
.. option:: pageDirName,
FILENAME
The name of the folder in which to store this page. Only used
when the :opt:`latex <latex, STRING>` command is
passed. Default: ``tmpRepDir``.
The name of the folder in which to store this page. Directory given is
relative to the `directory` option of the report class. Only used when
the :opt:`latex <latex, STRING>` command is passed. Default:
``tmpRepDir``.
.. option:: paper, `a4' | `letter'
...
...
@@ -201,9 +207,10 @@ and a clarifying example.
graphed line(s). 'L'`` means that there is an axis to the left
and bottom of the graphed line(s). Default: ```box'``.
.. option:: graphDirName,
STRING
.. option:: graphDirName,
FILENAME
The name of the folder in which to store this figure. Default:
The name of the folder in which to store this figure. Directory given
is relative to the `directory` option of the report class. Default:
``tmpRepDir``.
.. option:: graphName, STRING
...
...
@@ -353,7 +360,7 @@ and a clarifying example.
Whether or not to write a CSV file with only the plotted
data. The file will be saved in the directory specified by
:opt:`graphDirName <graphDirName,
STRING
>` with the same base
:opt:`graphDirName <graphDirName,
FILENAME
>` with the same base
name as specified by :opt:`graphName <graphName, STRING>` with
the ending ``.csv``. Default: ``false``.
...
...
@@ -480,9 +487,10 @@ and a clarifying example.
See :opt:`seriesToUse <seriesToUse, CELL_ARRAY_STRINGS>`.
.. option:: tableDirName,
STRING
.. option:: tableDirName,
FILENAME
The name of the folder in which to store this table. Default:
The name of the folder in which to store this table. Directory given is
relative to the `directory` option of the report class. Default:
``tmpRepDir``.
.. option:: tableName, STRING
...
...
@@ -520,7 +528,7 @@ and a clarifying example.
Whether or not to write a CSV file containing the data
displayed in the table. The file will be saved in the
directory specified by :opt:`tableDirName <tableDirName,
STRING
>` with the same base name as specified by
FILENAME
>` with the same base name as specified by
:opt:`tableName <tableName, STRING>` with the ending
``.csv``. Default: ``false``.
...
...
This diff is collapsed.
Click to expand it.
reporting
@
d2ddbc2b
Compare
b4f9f0fe
...
d2ddbc2b
Subproject commit
b4f9f0fe4c034a0c9ae27cce0a0681ab6f69e4a1
Subproject commit
d2ddbc2b567c8e23949084b03befbf8b807be488
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment