-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from PRUNERS/documentation-review
Documentation review
- Loading branch information
Showing
15 changed files
with
220 additions
and
267 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Documentation Table Of Contents | ||
|
||
[Return to top-level README file](../README.md) | ||
|
||
* [Installation](installation.md) | ||
* [Litmus Tests](litmus-tests.md) | ||
* [FLiT Command-Line](flit-command-line.md) | ||
* [FLiT Configuration File](flit-configuration-file.md) | ||
* [Available Compiler Flags](available-compiler-flags.md) | ||
* [Writing Test Cases](writing-test-cases.md) | ||
* [Database Structure](database-structure.md) | ||
* [Analyze Results](analyze-results.md) | ||
* **Extra Tools** | ||
* [Autogenerated Tests](autogenerated-tests.md) | ||
* [Test Input Generator](test-input-generator.md) | ||
|
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,6 +1,18 @@ | ||
# Analyze Results | ||
|
||
[Prev](database-structure.md) | ||
| | ||
[Table of Contents](README.md) | ||
| | ||
[Next](autogenerated-tests.md) | ||
|
||
Since the database functionality is a little broken right now, the analysis is | ||
also not available. When the database functionality is fixed, you can expect | ||
to be here some instructions on how to generate useful charts from the gathered | ||
data. | ||
|
||
[Prev](database-structure.md) | ||
| | ||
[Table of Contents](README.md) | ||
| | ||
[Next](autogenerated-tests.md) |
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
Binary file not shown.
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,6 +1,18 @@ | ||
# Database Structure | ||
|
||
The database functionality is a little broken. When the database is working | ||
again, you can expect to be here the fields and tables (i.e. the database | ||
specifications) here with a little explanation of each so that you can browse | ||
the test results easily. | ||
[Prev](writing-test-cases.md) | ||
| | ||
[Table of Contents](README.md) | ||
| | ||
[Next](analyze-results.md) | ||
|
||
The database functionality is a little broken. When the database is | ||
working again, you can expect the fields and tables (i.e. the database | ||
specifications) to be here with a little explanation of each so that | ||
you can browse the test results easily. | ||
|
||
[Prev](writing-test-cases.md) | ||
| | ||
[Table of Contents](README.md) | ||
| | ||
[Next](analyze-results.md) |
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
Oops, something went wrong.