-
Notifications
You must be signed in to change notification settings - Fork 0
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
30c3182
commit c477d06
Showing
1 changed file
with
244 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,244 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<meta name="description" content="A purely Fortran based unit testing framework for Fortran code"> | ||
|
||
<meta name="author" content="Cibin Joseph" > | ||
<link rel="icon" href="../../../favicon.png"> | ||
|
||
<title>Tutorial 2 – naturalFRUIT</title> | ||
|
||
<link href="../../../css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="../../../css/pygments.css" rel="stylesheet"> | ||
<link href="../../../css/font-awesome.min.css" rel="stylesheet"> | ||
<link href="../../../css/local.css" rel="stylesheet"> | ||
|
||
<link href="../../../tipuesearch/tipuesearch.css" rel="stylesheet"> | ||
|
||
|
||
|
||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> | ||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> | ||
<![endif]--> | ||
|
||
<script src="../../../js/jquery-2.1.3.min.js"></script> | ||
<script src="../../../js/svg-pan-zoom.min.js"></script> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<!-- Fixed navbar --> | ||
<nav class="navbar navbar-inverse navbar-fixed-top"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="../../../index.html">naturalFRUIT <small>0.7</small></a> | ||
</div> | ||
<div id="navbar" class="navbar-collapse collapse"> | ||
<ul class="nav navbar-nav"> | ||
|
||
<li><a href='../../../page/index.html'>Documentation</a></li> | ||
|
||
<li class="dropdown hidden-xs visible-sm visible-md hidden-lg"> | ||
<a href="#" class="dropdown-toggle" | ||
data-toggle="dropdown" role="button" | ||
aria-haspopup="true" | ||
aria-expanded="false">Contents <span class="caret"></span></a> | ||
<ul class="dropdown-menu"> | ||
|
||
|
||
<li><a href="../../../lists/files.html">Source Files</a></li> | ||
|
||
|
||
|
||
<li><a href="../../../lists/modules.html">Modules</a></li> | ||
|
||
|
||
|
||
<li><a href="../../../lists/procedures.html">Procedures</a></li> | ||
|
||
|
||
|
||
</ul> | ||
</li> | ||
|
||
|
||
<li class="visible-xs hidden-sm visible-lg"><a href="../../../lists/files.html">Source Files</a></li> | ||
|
||
|
||
|
||
<li class="visible-xs hidden-sm visible-lg"><a href="../../../lists/modules.html">Modules</a></li> | ||
|
||
|
||
|
||
<li class="visible-xs hidden-sm visible-lg"><a href="../../../lists/procedures.html">Procedures</a></li> | ||
|
||
|
||
|
||
</ul> | ||
|
||
<form action="../../../search.html" class="navbar-form navbar-right" role="search"> | ||
<div class="form-group"> | ||
<input type="text" class="form-control" placeholder="Search" name="q" id="tipue_search_input" autocomplete="off" required> | ||
</div> | ||
<!-- | ||
<button type="submit" class="btn btn-default">Submit</button> | ||
--> | ||
</form> | ||
|
||
</div><!--/.nav-collapse --> | ||
</div> | ||
</nav> | ||
|
||
<div class="container"> | ||
|
||
<div class="row"> | ||
<h1>Tutorial 2</h1> | ||
<div class="row"> | ||
<div class="col-lg-12"> | ||
<div class="well well-sm" style="min-height: 40px;"> | ||
<ul class="list-inline" style="margin-bottom:0px; display:inline"> | ||
|
||
|
||
<!-- | ||
--> | ||
</ul> | ||
<ol class="breadcrumb in-well"> | ||
|
||
<li><a href='../../../page/index.html'>Documentation</a></li> | ||
|
||
<li><a href='../../../page/Tutorials/index.html'>Tutorials</a></li> | ||
|
||
<li class="active">Tutorial 2</li> | ||
</ol> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="row"> | ||
<div class="col-md-9 col-md-push-3" id='text'> | ||
<p></p><div class="alert alert-info" role="alert"><h4>Note</h4><p>Tutorial under construction | ||
</p></div> | ||
<p> | ||
<p></br> | ||
<center> | ||
<a href="../tutorial1/index.html">Prev Tutorial</a> | ||
<code>----------------------------------------</code> | ||
<a href="../tutorial3/index.html">Next Tutorial</a> | ||
</center></p> | ||
</div> | ||
|
||
<div class="col-md-3 col-md-pull-9"> | ||
<hr class="visible-xs visible-sm"> | ||
<div class="well toc"> | ||
<ul class="nav nav-stacked nav-pills"> | ||
<li role="presentation" class="title"><a href='../../../page/index.html'>Documentation</a></li> | ||
</ul> | ||
<hr> | ||
<ul class="nav nav-stacked nav-pills"> | ||
|
||
<li role="presentation"> | ||
<a href='../../../page/AssertMethods/index.html'>Assert methods</a> | ||
|
||
</li> | ||
|
||
<li role="presentation"> | ||
<a href='../../../page/DeprecatedMethods/index.html'>Deprecated methods</a> | ||
|
||
</li> | ||
|
||
<li role="presentation"> | ||
<a href='../../../page/MajorChanges/index.html'>Major changes</a> | ||
|
||
</li> | ||
|
||
<li role="presentation"> | ||
<a href='../../../page/Tutorials/index.html'>Tutorials</a> | ||
|
||
<ul class="nav nav-stacked nav-pills"> | ||
|
||
<li role="presentation"> | ||
<a href='../../../page/Tutorials/tutorial1/index.html'>Tutorial 1</a> | ||
|
||
</li> | ||
|
||
<li role="presentation" class="disabled"> | ||
<a href='../../../page/Tutorials/tutorial2/index.html'>Tutorial 2</a> | ||
|
||
</li> | ||
|
||
</ul> | ||
|
||
</li> | ||
|
||
</ul> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
<hr> | ||
</div> <!-- /container --> | ||
<footer> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-xs-6 col-md-4"><p>© 2021 | ||
</p></div> | ||
<div class="col-xs-6 col-md-4 col-md-push-4"> | ||
<p class="text-right"> | ||
Documentation generated by | ||
<a href="https://github.com/cmacmackin/ford">FORD</a> | ||
|
||
</p> | ||
</div> | ||
<div class="col-xs-12 col-md-4 col-md-pull-4"><p class="text-center"> naturalFRUIT was developed by Cibin Joseph</p></div> | ||
</div> | ||
<br> | ||
</div> <!-- /container --> | ||
</footer> | ||
|
||
<!-- Bootstrap core JavaScript | ||
================================================== --> | ||
<!-- Placed at the end of the document so the pages load faster --> | ||
<!-- | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> | ||
--> | ||
<script src="../../../js/bootstrap.min.js"></script> | ||
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> | ||
<script src="../../../js/ie10-viewport-bug-workaround.js"></script> | ||
|
||
<!-- MathJax JavaScript | ||
================================================== --> | ||
<!-- Placed at the end of the document so the pages load faster --> | ||
<script type="text/x-mathjax-config"> | ||
MathJax.Hub.Config({ | ||
TeX: { extensions: ['AMSmath.js','AMSsymbols.js','noErrors.js','noUndefined.js'], equationNumbers: { autoNumber: 'AMS' } }, | ||
jax: ['input/TeX','input/MathML','output/HTML-CSS'], | ||
extensions: ['tex2jax.js','mml2jax.js','MathMenu.js','MathZoom.js'] | ||
}); | ||
</script> | ||
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> | ||
|
||
|
||
<script src="../../../tipuesearch/tipuesearch_content.js"></script> | ||
<script src="../../../tipuesearch/tipuesearch_set.js"></script> | ||
<script src="../../../tipuesearch/tipuesearch.js"></script> | ||
|
||
|
||
</body> | ||
</html> |