Skip to content

Commit

Permalink
Deploying to gh-pages from @ 59a8508 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Nov 18, 2023
1 parent 77da337 commit 487c106
Show file tree
Hide file tree
Showing 52 changed files with 192 additions and 192 deletions.
34 changes: 17 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="author" content="Jacob Williams" >
<link rel="icon" href="./favicon.png">

<title> fortran-csv-module </title>
<title> csv-fortran </title>

<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
Expand All @@ -26,7 +26,7 @@
<div class="container-fluid mb-sm-4 mb-xl-2">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="./index.html">fortran-csv-module </a>
<a class="navbar-brand" href="./index.html">csv-fortran </a>
<button type="button" class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#navbar"
aria-expanded="false" aria-controls="navbar" aria-label="Toggle navigation">
<span class="navbar-toggler-icon">
Expand Down Expand Up @@ -63,29 +63,29 @@
<p>Read and Write CSV Files Using Modern Fortran</p>
<p> Find us on&hellip;</p>
<p>
<a class="btn btn-lg btn-primary" href="https://github.com/jacobwilliams/fortran-csv-module" role="button">GitHub</a>
<a class="btn btn-lg btn-primary" href="https://github.com/jacobwilliams/csv-fortran" role="button">GitHub</a>
</p>
</div>

<div class="row" id='text'>
<div class=col-md-8>
<h1>fortran-csv-module</h1>
<h1><img alt="fortran-csv-module" src="media/logo.png"></h1>
<h1>csv-fortran</h1>
<h1><img alt="csv-fortran" src="media/logo.png"></h1>
<p><a href="https://github.com/topics/fortran"><img alt="Language" src="https://img.shields.io/badge/-Fortran-734f96?logo=fortran&amp;logoColor=white"></a>
<a href="https://github.com/jacobwilliams/fortran-csv-module/releases/latest"><img alt="GitHub release" src="https://img.shields.io/github/release/jacobwilliams/fortran-csv-module.svg"></a>
<a href="https://github.com/jacobwilliams/fortran-csv-module/actions"><img alt="Build Status" src="https://github.com/jacobwilliams/fortran-csv-module/actions/workflows/CI.yml/badge.svg"></a>
<a href="https://codecov.io/gh/jacobwilliams/fortran-csv-module"><img alt="codecov" src="https://codecov.io/gh/jacobwilliams/fortran-csv-module/branch/master/graph/badge.svg?token=43HK33CSMY"></a>
<a href="https://github.com/jacobwilliams/fortran-csv-module/commits/master"><img alt="last-commit" src="https://img.shields.io/github/last-commit/jacobwilliams/fortran-csv-module"></a></p>
<a href="https://github.com/jacobwilliams/csv-fortran/releases/latest"><img alt="GitHub release" src="https://img.shields.io/github/release/jacobwilliams/csv-fortran.svg"></a>
<a href="https://github.com/jacobwilliams/csv-fortran/actions"><img alt="Build Status" src="https://github.com/jacobwilliams/csv-fortran/actions/workflows/CI.yml/badge.svg"></a>
<a href="https://codecov.io/gh/jacobwilliams/csv-fortran"><img alt="codecov" src="https://codecov.io/gh/jacobwilliams/csv-fortran/branch/master/graph/badge.svg?token=43HK33CSMY"></a>
<a href="https://github.com/jacobwilliams/csv-fortran/commits/master"><img alt="last-commit" src="https://img.shields.io/github/last-commit/jacobwilliams/csv-fortran"></a></p>
<h3>Description</h3>
<p>A modern Fortran library for reading and writing CSV (comma-separated value) files.</p>
<h3>Latest Release</h3>
<p><a href="https://github.com/jacobwilliams/fortran-csv-module/releases/latest"><img alt="GitHub release" src="https://img.shields.io/github/release/jacobwilliams/fortran-csv-module.svg?style=plastic"></a></p>
<p><a href="https://github.com/jacobwilliams/csv-fortran/releases/latest"><img alt="GitHub release" src="https://img.shields.io/github/release/jacobwilliams/csv-fortran.svg?style=plastic"></a></p>
<h3>Documentation</h3>
<p>The latest API documentation for the <code>master</code> branch can be found <a href="https://jacobwilliams.github.io/fortran-csv-module/">here</a>. This was generated from the source code using <a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>.</p>
<p>The latest API documentation for the <code>master</code> branch can be found <a href="https://jacobwilliams.github.io/csv-fortran/">here</a>. This was generated from the source code using <a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>.</p>
<h3>Getting started</h3>
<h4>Get the code</h4>
<div class="codehilite"><pre><span></span><code>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/jacobwilliams/fortran-csv-module
<span class="nb">cd</span><span class="w"> </span>fortran-csv-module
<div class="codehilite"><pre><span></span><code>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/jacobwilliams/csv-fortran
<span class="nb">cd</span><span class="w"> </span>csv-fortran
</code></pre></div>

<h4>Dependencies</h4>
Expand All @@ -100,9 +100,9 @@ <h4>Build with <a href="https://github.com/fortran-lang/fpm">fortran-lang/fpm</a
<div class="codehilite"><pre><span></span><code>fpm<span class="w"> </span>build
</code></pre></div>

<p>To use <code>fortran-csv-module</code> within your fpm project, add the following to your <code>fpm.toml</code> file:</p>
<p>To use <code>csv-fortran</code> within your fpm project, add the following to your <code>fpm.toml</code> file:</p>
<div class="codehilite"><pre><span></span><code><span class="k">[dependencies]</span>
<span class="n">fortran-csv-module</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">git</span><span class="o">=</span><span class="s">&quot;https://github.com/jacobwilliams/fortran-csv-module.git&quot;</span><span class="w"> </span><span class="p">}</span>
<span class="n">csv-fortran</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">git</span><span class="p">=</span><span class="s2">&quot;https://github.com/jacobwilliams/csv-fortran.git&quot;</span><span class="w"> </span><span class="p">}</span>
</code></pre></div>

<h3>Examples</h3>
Expand Down Expand Up @@ -184,7 +184,7 @@ <h3>Examples</h3>

<p>Various options are user-selectable for specifying the format (e.g., changing the quote or delimiter characters). You can choose to enclose strings (or all fields) in quotes or not. The library works pretty well, and there are probably additional improvements that could be made. For one thing, it doesn't properly handle the case of a string that contains the delimiter character (I'll eventually fix this). If anybody has any other improvements, fork it and send me a pull request.</p>
<h3>License</h3>
<p>This library is released under a <a href="https://github.com/jacobwilliams/fortran-csv-module/blob/master/LICENSE">BSD-3 license</a>.</p>
<p>This library is released under a <a href="https://github.com/jacobwilliams/csv-fortran/blob/master/LICENSE">BSD-3 license</a>.</p>
</div>
<div class="col-md-4">
<div class="card card-body bg-light">
Expand Down Expand Up @@ -249,7 +249,7 @@ <h3>Derived Types</h3>
<footer>
<div class="container">
<div class="row justify-content-between">
<div class="col"><p>fortran-csv-module was developed by Jacob Williams<br>&copy; 2023
<div class="col"><p>csv-fortran was developed by Jacob Williams<br>&copy; 2023
</p>
</div>
<div class="col">
Expand Down
6 changes: 3 additions & 3 deletions lists/files.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="author" content="Jacob Williams" >
<link rel="icon" href="../favicon.png">

<title>All Files &ndash; fortran-csv-module
<title>All Files &ndash; csv-fortran
</title>

<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
Expand All @@ -27,7 +27,7 @@
<div class="container-fluid mb-sm-4 mb-xl-2">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="../index.html">fortran-csv-module </a>
<a class="navbar-brand" href="../index.html">csv-fortran </a>
<button type="button" class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#navbar"
aria-expanded="false" aria-controls="navbar" aria-label="Toggle navigation">
<span class="navbar-toggler-icon">
Expand Down Expand Up @@ -208,7 +208,7 @@ <h4 class="modal-title" id="-graph-help-label">Graph Key</h4>
<footer>
<div class="container">
<div class="row justify-content-between">
<div class="col"><p>fortran-csv-module was developed by Jacob Williams<br>&copy; 2023
<div class="col"><p>csv-fortran was developed by Jacob Williams<br>&copy; 2023
</p>
</div>
<div class="col">
Expand Down
6 changes: 3 additions & 3 deletions lists/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="author" content="Jacob Williams" >
<link rel="icon" href="../favicon.png">

<title>All Modules &ndash; fortran-csv-module
<title>All Modules &ndash; csv-fortran
</title>

<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
Expand All @@ -27,7 +27,7 @@
<div class="container-fluid mb-sm-4 mb-xl-2">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="../index.html">fortran-csv-module </a>
<a class="navbar-brand" href="../index.html">csv-fortran </a>
<button type="button" class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#navbar"
aria-expanded="false" aria-controls="navbar" aria-label="Toggle navigation">
<span class="navbar-toggler-icon">
Expand Down Expand Up @@ -251,7 +251,7 @@ <h4 class="modal-title" id="-graph-help-label">Graph Key</h4>
<footer>
<div class="container">
<div class="row justify-content-between">
<div class="col"><p>fortran-csv-module was developed by Jacob Williams<br>&copy; 2023
<div class="col"><p>csv-fortran was developed by Jacob Williams<br>&copy; 2023
</p>
</div>
<div class="col">
Expand Down
6 changes: 3 additions & 3 deletions lists/procedures.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="author" content="Jacob Williams" >
<link rel="icon" href="../favicon.png">

<title>All Procedures &ndash; fortran-csv-module
<title>All Procedures &ndash; csv-fortran
</title>

<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
Expand All @@ -27,7 +27,7 @@
<div class="container-fluid mb-sm-4 mb-xl-2">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="../index.html">fortran-csv-module </a>
<a class="navbar-brand" href="../index.html">csv-fortran </a>
<button type="button" class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#navbar"
aria-expanded="false" aria-controls="navbar" aria-label="Toggle navigation">
<span class="navbar-toggler-icon">
Expand Down Expand Up @@ -799,7 +799,7 @@ <h4 class="modal-title" id="-graph-help-label">Graph Key</h4>
<footer>
<div class="container">
<div class="row justify-content-between">
<div class="col"><p>fortran-csv-module was developed by Jacob Williams<br>&copy; 2023
<div class="col"><p>csv-fortran was developed by Jacob Williams<br>&copy; 2023
</p>
</div>
<div class="col">
Expand Down
6 changes: 3 additions & 3 deletions lists/types.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="author" content="Jacob Williams" >
<link rel="icon" href="../favicon.png">

<title>All Types &ndash; fortran-csv-module
<title>All Types &ndash; csv-fortran
</title>

<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
Expand All @@ -27,7 +27,7 @@
<div class="container-fluid mb-sm-4 mb-xl-2">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="../index.html">fortran-csv-module </a>
<a class="navbar-brand" href="../index.html">csv-fortran </a>
<button type="button" class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#navbar"
aria-expanded="false" aria-controls="navbar" aria-label="Toggle navigation">
<span class="navbar-toggler-icon">
Expand Down Expand Up @@ -161,7 +161,7 @@ <h4 class="modal-title" id="-graph-help-label">Graph Key</h4>
<footer>
<div class="container">
<div class="row justify-content-between">
<div class="col"><p>fortran-csv-module was developed by Jacob Williams<br>&copy; 2023
<div class="col"><p>csv-fortran was developed by Jacob Williams<br>&copy; 2023
</p>
</div>
<div class="col">
Expand Down
6 changes: 3 additions & 3 deletions module/csv_kinds.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="author" content="Jacob Williams" >
<link rel="icon" href="../favicon.png">

<title>csv_kinds &ndash; fortran-csv-module</title>
<title>csv_kinds &ndash; csv-fortran</title>

<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
Expand All @@ -26,7 +26,7 @@
<div class="container-fluid mb-sm-4 mb-xl-2">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="../index.html">fortran-csv-module </a>
<a class="navbar-brand" href="../index.html">csv-fortran </a>
<button type="button" class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#navbar"
aria-expanded="false" aria-controls="navbar" aria-label="Toggle navigation">
<span class="navbar-toggler-icon">
Expand Down Expand Up @@ -510,7 +510,7 @@ <h2>Variables</h2>
<footer>
<div class="container">
<div class="row justify-content-between">
<div class="col"><p>fortran-csv-module was developed by Jacob Williams<br>&copy; 2023
<div class="col"><p>csv-fortran was developed by Jacob Williams<br>&copy; 2023
</p>
</div>
<div class="col">
Expand Down
22 changes: 11 additions & 11 deletions module/csv_module.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="author" content="Jacob Williams" >
<link rel="icon" href="../favicon.png">

<title>csv_module &ndash; fortran-csv-module</title>
<title>csv_module &ndash; csv-fortran</title>

<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
Expand All @@ -26,7 +26,7 @@
<div class="container-fluid mb-sm-4 mb-xl-2">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="../index.html">fortran-csv-module </a>
<a class="navbar-brand" href="../index.html">csv-fortran </a>
<button type="button" class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#navbar"
aria-expanded="false" aria-controls="navbar" aria-label="Toggle navigation">
<span class="navbar-toggler-icon">
Expand Down Expand Up @@ -216,8 +216,8 @@ <h3 class="card-header card-title bg-light">Uses</h3>
<li class="list-group-item">
<ul class="list-inline">
<li class="list-inline-item"><a href='../module/csv_kinds.html'>csv_kinds</a></li>
<li class="list-inline-item"><a href='http://fortranwiki.org/fortran/show/iso_fortran_env'>iso_fortran_env</a></li>
<li class="list-inline-item"><a href='../module/csv_utilities.html'>csv_utilities</a></li>
<li class="list-inline-item"><a href='http://fortranwiki.org/fortran/show/iso_fortran_env'>iso_fortran_env</a></li>
<li class="list-inline-item"><a href='../module/csv_parameters.html'>csv_parameters</a></li>
</ul>
</li>
Expand Down Expand Up @@ -670,7 +670,7 @@ <h4>Components</h4>
</tr>
<tr>
<td>
<span class="anchor" id="variable-chunk_size~3"></span>
<span class="anchor" id="variable-chunk_size"></span>
integer,
</td>
<td>private</td>
Expand Down Expand Up @@ -1165,7 +1165,7 @@ <h4>Arguments</h4>
</tr>
<tr>
<td>
<span class="anchor" id="variable-chunk_size~4"></span>
<span class="anchor" id="variable-chunk_size~2"></span>
integer,
</td>
<td>intent(in),</td>
Expand Down Expand Up @@ -1532,7 +1532,7 @@ <h4>Arguments</h4>
</tr>
<tr>
<td>
<span class="anchor" id="variable-val~2"></span>
<span class="anchor" id="variable-val"></span>
class(*),
</td>
<td>intent(in)</td>
Expand Down Expand Up @@ -1634,7 +1634,7 @@ <h4>Arguments</h4>
</tr>
<tr>
<td>
<span class="anchor" id="variable-val~3"></span>
<span class="anchor" id="variable-val~2"></span>
class(*),
</td>
<td>intent(in),</td>
Expand Down Expand Up @@ -1738,7 +1738,7 @@ <h4>Arguments</h4>
</tr>
<tr>
<td>
<span class="anchor" id="variable-val~4"></span>
<span class="anchor" id="variable-val~3"></span>
class(*),
</td>
<td>intent(in),</td>
Expand Down Expand Up @@ -2529,7 +2529,7 @@ <h4>Arguments</h4>
</tr>
<tr>
<td>
<span class="anchor" id="variable-val~5"></span>
<span class="anchor" id="variable-val~4"></span>
class(*),
</td>
<td>intent(out)</td>
Expand Down Expand Up @@ -3367,7 +3367,7 @@ <h4>Arguments</h4>
</tr>
<tr>
<td>
<span class="anchor" id="variable-chunk_size~5"></span>
<span class="anchor" id="variable-chunk_size~3"></span>
integer,
</td>
<td>intent(in)</td>
Expand Down Expand Up @@ -3415,7 +3415,7 @@ <h4>Arguments</h4>
<footer>
<div class="container">
<div class="row justify-content-between">
<div class="col"><p>fortran-csv-module was developed by Jacob Williams<br>&copy; 2023
<div class="col"><p>csv-fortran was developed by Jacob Williams<br>&copy; 2023
</p>
</div>
<div class="col">
Expand Down
6 changes: 3 additions & 3 deletions module/csv_parameters.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="author" content="Jacob Williams" >
<link rel="icon" href="../favicon.png">

<title>csv_parameters &ndash; fortran-csv-module</title>
<title>csv_parameters &ndash; csv-fortran</title>

<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
Expand All @@ -26,7 +26,7 @@
<div class="container-fluid mb-sm-4 mb-xl-2">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="../index.html">fortran-csv-module </a>
<a class="navbar-brand" href="../index.html">csv-fortran </a>
<button type="button" class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#navbar"
aria-expanded="false" aria-controls="navbar" aria-label="Toggle navigation">
<span class="navbar-toggler-icon">
Expand Down Expand Up @@ -515,7 +515,7 @@ <h2>Variables</h2>
<footer>
<div class="container">
<div class="row justify-content-between">
<div class="col"><p>fortran-csv-module was developed by Jacob Williams<br>&copy; 2023
<div class="col"><p>csv-fortran was developed by Jacob Williams<br>&copy; 2023
</p>
</div>
<div class="col">
Expand Down
Loading

0 comments on commit 487c106

Please sign in to comment.