Skip to content

Commit

Permalink
docs: add guide on how to interpret the reports
Browse files Browse the repository at this point in the history
* docs: add draft guide on how to read and interpret the reports

* docs: include paragraph on history plots

* docs: update readme on memote report app

* chore: bundle report app

* chore: update changelog.

* fix: correct minor typos and expressions as per suggestions

* chore: rebundle reports
  • Loading branch information
ChristianLieven committed Mar 18, 2019
1 parent c857af4 commit b9788bb
Show file tree
Hide file tree
Showing 10 changed files with 633 additions and 75 deletions.
2 changes: 2 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ History
Next Release
------------
* Update docstring of test_find_duplicate_reactions.
* Add a guide explaining the structure of and how to interpret the memote
reports.
* Add guidelines on writing custom tests to the documentation.

0.9.6 (2019-03-06)
Expand Down
Binary file modified docs/ReportDiff.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/ReportHistory.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/ReportSnapshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions docs/_static/my-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@ input.form-control{
text-color: #FFF;
}

.red{
color: rgb(161, 18, 18);
}

.green{
color: rgb(18, 161, 46);
}

.blue{
color: rgb(42, 123, 184);
}

.form-control::-webkit-input-placeholder {
color: #ACD7E6;
} /* WebKit, Blink, Edge */
Expand Down
5 changes: 5 additions & 0 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ Users that have already followed these steps once may want to refer to the
comprehensive insight into all optional parameters of the CLI please refer to
the :doc:`corresponding API reference <_autogen/memote.suite.cli>`.

If you only want to benchmark a model, using the `memote
webservice hosted at memote.io`_ instead may be more convenient.

.. _memote webservice hosted at memote.io: https://memote.io/

Benchmark
=========

Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Contents
installation
getting_started
flowchart
understanding_reports
experimental_data
custom_tests
test_suite
Expand Down
408 changes: 408 additions & 0 deletions docs/understanding_reports.rst

Large diffs are not rendered by default.

278 changes: 204 additions & 74 deletions memote-report-app/src/app/help-dialog/help-dialog-text.component.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion memote/suite/templates/index.html

Large diffs are not rendered by default.

0 comments on commit b9788bb

Please sign in to comment.