mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added abount and simplified footer
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
- home
|
||||
- gettingstarted
|
||||
- installation
|
||||
- contact
|
||||
|
||||
- title: Application
|
||||
docs:
|
||||
@@ -21,3 +20,8 @@
|
||||
- regressiontestsystem
|
||||
- commandlineparameters
|
||||
|
||||
- title: Other
|
||||
docs:
|
||||
- contact
|
||||
- about
|
||||
|
||||
|
||||
@@ -1,12 +1,14 @@
|
||||
<footer>
|
||||
<div class="grid">
|
||||
<div class="unit one-third center-on-mobiles">
|
||||
<p>The design and programming of this website are based on work by <a href="http://tom.preston-werner.com/">Tom Preston-Werner</a></p>
|
||||
<p>
|
||||
<a href="{{ site.baseurl }}/docs/about">About</a><br>
|
||||
<a href="{{ site.baseurl }}/docs/contact">Contact</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="unit two-thirds align-right center-on-mobiles">
|
||||
<p>
|
||||
Proudly hosted by
|
||||
<a href="https://github.com">GitHub</a>
|
||||
<a href="http://resinsight.org">resinsight.org</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: docs
|
||||
prev_section: regressiontestsystem
|
||||
next_section: home
|
||||
next_section: contact
|
||||
title: Command Line Parameters
|
||||
permalink: /docs/commandlineparameters/
|
||||
published: true
|
||||
@@ -29,4 +29,4 @@ Examples on how command line options are used are given in
|
||||
| --regressiontest <folder> | Run a regression test on all sub-folders starting with `TestCase*` of the given folder. **RegressionTest.rip** files in the sub-folders will be opened and snapshots of all the views is written to the sub-sub-folder **RegTestGeneratedImages**. Then difference images is generated in the sub-sub-folder **RegTestDiffImages** based on the images in sub-sub-folder **RegTestBaseImages**. The results are presented in **ResInsightRegressionTestReport.html** that is written in the given folder. |
|
||||
| --updateregressiontestbase <folder> | For all sub-folders starting with `TestCase*`, copy the images in the sub-sub-folder **RegTestGeneratedImages** to the sub-sub-folder **RegTestBaseImages** after deleting **RegTestBaseImages** completely. |
|
||||
|
||||
See also the [Regression Test System ]({{site.baseurl }}/docs/regressiontestsystem) for a more in-depth explanation.
|
||||
See also the [Regression Test System ]({{site.baseurl }}/docs/regressiontestsystem) for a more in-depth explanation.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: docs
|
||||
prev_section: gettingstarted
|
||||
next_section: contact
|
||||
next_section: reservoirviews
|
||||
title: Installation and configuration
|
||||
permalink: /docs/installation/
|
||||
published: true
|
||||
|
||||
24
docs/about.md
Normal file
24
docs/about.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
layout: docs
|
||||
prev_section: contact
|
||||
#next_section: home
|
||||
title: About
|
||||
permalink: /docs/about/
|
||||
published: true
|
||||
---
|
||||
|
||||
|
||||
<p/>
|
||||
|
||||
### Project organization
|
||||
The project was initiated by Statoil ASA in 2009. Ceetron AS developed the initial solution, and the development responsibility was handed over to Ceetron Solutions AS in 2013.
|
||||
|
||||
### Web site programming and design
|
||||
The programming and design of this site is based on work by [Tom Preston-Werner](http://tom.preston-werner.com/). This is also the current theme of [Jekyll](http://jekyllrb.com/).
|
||||
|
||||
### Licensing
|
||||
The software is copyrighted by Statoil ASA, Ceetron Solutions AS and Ceetron AS. The software is licensed under GPL 3+, see [Licensing details](https://github.com/OPM/ResInsight/blob/master/COPYING) for more.
|
||||
|
||||
### Project hosting
|
||||
The software is hosted at [GitHub](https://github.com/OPM/ResInsight)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
layout: docs
|
||||
prev_section: installation
|
||||
next_section: reservoirviews
|
||||
prev_section: commandlineparameters
|
||||
next_section: about
|
||||
title: Contact
|
||||
permalink: /docs/contact/
|
||||
published: true
|
||||
|
||||
Reference in New Issue
Block a user