Skip to content

Fix url in 4.2.0 tag documentation #146

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Aug 6, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
166 changes: 150 additions & 16 deletions 4.2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<ul class="nav navbar-nav">


<li><a href="./sourcefile/json_module.f90.html">Source File</a></li>
<li><a href="./lists/files.html">Source Files</a></li>


<li><a href="./lists/modules.html">Modules</a></li>
Expand All @@ -67,6 +67,8 @@
<li><a href="./lists/types.html">Derived Types</a></li>


<li><a href="./lists/programs.html">Programs</a></li>

</ul>

<form action="./search.html" class="navbar-form navbar-right" role="search">
Expand All @@ -86,7 +88,7 @@

<!-- Main component for a primary marketing message or call to action -->
<div class="jumbotron">
<p><abbr title="JavaScript Object Notation--A human friendly syntax for storing and exchanging data">JSON</abbr>-Fortran &ndash; A Fortran 2008 <abbr title="JavaScript Object Notation--A human friendly syntax for storing and exchanging data">JSON</abbr> <abbr title="Application Programming Interface--a set of routines, protocols, and tools for building software applications">API</abbr></p>
<p><abbr title="JavaScript Object Notation: A human friendly syntax for storing and exchanging data">JSON</abbr>-Fortran &ndash; A Fortran 2008 <abbr title="JavaScript Object Notation: A human friendly syntax for storing and exchanging data">JSON</abbr> <abbr title="Application Programming Interface: a set of routines, protocols, and tools for building software applications">API</abbr></p>

<p> Find us on&hellip;</p>
<p>
Expand Down Expand Up @@ -117,38 +119,38 @@ <h1>JSON-Fortran</h1>
</ul>
</div>
<h1 id="brief-description">Brief description</h1>
<p>A user-friendly and object-oriented <abbr title="Application Programming Interface--a set of routines, protocols, and tools for building software applications">API</abbr> for reading and writing <abbr title="JavaScript Object Notation--A human friendly syntax for storing and exchanging data">JSON</abbr> files, written in
modern Fortran (Fortran 2003+). The source code is a single Fortran
module file
<p>A user-friendly and object-oriented <abbr title="Application Programming Interface: a set of routines, protocols, and tools for building software applications">API</abbr> for reading and writing <abbr title="JavaScript Object Notation: A human friendly syntax for storing and exchanging data">JSON</abbr> files, written in
modern Fortran (Fortran 2003+). The source code is
<a href="./module/json_module.html">a single Fortran module</a> file
(<a href="./sourcefile/json_module.f90.html">json_module.F90</a>).</p>
<h1 id="license">License</h1>
<p>The <abbr title="JavaScript Object Notation--A human friendly syntax for storing and exchanging data">JSON</abbr>-Fortran source code and related files and documentation are
<p>The <abbr title="JavaScript Object Notation: A human friendly syntax for storing and exchanging data">JSON</abbr>-Fortran source code and related files and documentation are
distributed under a permissive free software license (BSD-style). See
the
<a href="./page/development-resources/LICENSE.html">LICENSE</a>
<a href="http://jacobwilliams.github.io/json-fortran/page/development-resources/LICENSE.html">LICENSE</a>
file for more details.</p>
<h1 id="official-releases">Official Releases</h1>
<p>The <strong><abbr title="4.2.0">current stable release</abbr></strong> is <strong>4.2.0</strong> and can be <a href="https://github.com/jacobwilliams/json-fortran/releases/latest">downloaded
on GitHub</a>
or installed with <a href="http://brew.sh">Homebrew</a> on Mac OSX. The
documentation for the current version, <strong>4.2.0</strong>, can be
found <a href="./page/releases/4.2.0/index.html">here</a><sup id="fnref-1"><a class="footnote-ref" href="#fn-1">1</a></sup>, and a
found <a href="http://jacobwilliams.github.io/json-fortran/4.2.0/index.html">here</a><sup id="fnref-1"><a class="footnote-ref" href="#fn-1">1</a></sup>, and a
list of changes from the previous version are
<a href="./page/releases/index.html#change-log">here</a>.</p>
<a href="http://jacobwilliams.github.io/json-fortran/page/releases/index.html#change-log">here</a>.</p>
<p>A list of all past releases, links to their documentation, and the
chage log can be found on the
<a href="./page/releases/index.html">releases page</a>.</p>
<a href="http://jacobwilliams.github.io/json-fortran/page/releases/index.html">releases page</a>.</p>
<h1 id="miscellaneous">Miscellaneous</h1>
<ul>
<li>For more information about <abbr title="JavaScript Object Notation--A human friendly syntax for storing and exchanging data">JSON</abbr>, see: <a href="http://www.json.org/">http://www.json.org/</a></li>
<li>For more information about <abbr title="JavaScript Object Notation: A human friendly syntax for storing and exchanging data">JSON</abbr>, see: <a href="http://www.json.org/">http://www.json.org/</a></li>
</ul>
<div class="footnote">
<hr>
<ol>
<li id="fn-1">
<p>Documentation for a particular release does not contain links
back to <em>general</em> documentation; use the browser's back button to
navigate back to <a href="https://jacobwilliams.github.io/json-fortran/">https://jacobwilliams.github.io/json-fortran/</a>&#160;<a class="footnote-backref" href="#fnref-1" title="Jump back to footnote 1 in the text">&#8617;</a></p>
navigate back to <a href="http://jacobwilliams.github.io/json-fortran/">http://jacobwilliams.github.io/json-fortran/</a>&#160;<a class="footnote-backref" href="#fnref-1" title="Jump back to footnote 1 in the text">&#8617;</a></p>
</li>
</ol>
</div>
Expand Down Expand Up @@ -193,7 +195,57 @@ <h3>Source Files</h3>
<ul>


<li><a href='./sourcefile/json_module.f90.html'>json_module.F90</a></li>
<li><a href='./sourcefile/jf_test_1.f90.html'>jf_test_1.f90</a></li>



<li><a href='./sourcefile/jf_test_10.f90.html'>jf_test_10.f90</a></li>



<li><a href='./sourcefile/jf_test_11.f90.html'>jf_test_11.F90</a></li>



<li><a href='./sourcefile/jf_test_12.f90.html'>jf_test_12.f90</a></li>



<li><a href='./sourcefile/jf_test_13.f90.html'>jf_test_13.f90</a></li>



<li><a href='./sourcefile/jf_test_14.f90.html'>jf_test_14.f90</a></li>



<li><a href='./sourcefile/jf_test_2.f90.html'>jf_test_2.f90</a></li>



<li><a href='./sourcefile/jf_test_3.f90.html'>jf_test_3.f90</a></li>



<li><a href='./sourcefile/jf_test_4.f90.html'>jf_test_4.f90</a></li>



<li><a href='./sourcefile/jf_test_5.f90.html'>jf_test_5.f90</a></li>



<li><a href="./lists/files.html"><em>All source files&hellip;</em></a></li>












</ul>
Expand All @@ -204,7 +256,55 @@ <h3>Modules</h3>
<ul>


<li><a href='./module/json_module.html'>json_module</a></li>
<li><a href='./module/jf_test_10_mod.html'>jf_test_10_mod</a></li>



<li><a href='./module/jf_test_11_mod.html'>jf_test_11_mod</a></li>



<li><a href='./module/jf_test_12_mod.html'>jf_test_12_mod</a></li>



<li><a href='./module/jf_test_13_mod.html'>jf_test_13_mod</a></li>



<li><a href='./module/jf_test_14_mod.html'>jf_test_14_mod</a></li>



<li><a href='./module/jf_test_1_mod.html'>jf_test_1_mod</a></li>



<li><a href='./module/jf_test_2_mod.html'>jf_test_2_mod</a></li>



<li><a href='./module/jf_test_3_mod.html'>jf_test_3_mod</a></li>



<li><a href='./module/jf_test_4_mod.html'>jf_test_4_mod</a></li>



<li><a href='./module/jf_test_5_mod.html'>jf_test_5_mod</a></li>



<li><a href="./lists/modules.html"><em>All modules&hellip;</em></a></li>










</ul>
Expand All @@ -216,6 +316,10 @@ <h3>Procedures</h3>
<ul>


<li><a href='./proc/add_variables_to_input.html'>add_variables_to_input</a></li>



<li><a href='./proc/annotate_invalid_json.html'>annotate_invalid_json</a></li>


Expand Down Expand Up @@ -252,11 +356,41 @@ <h3>Procedures</h3>



<li><a href='./proc/integer_to_string.html'>integer_to_string</a></li>
<li><a href="./lists/procedures.html"><em>All procedures&hellip;</em></a></li>



<li><a href="./lists/procedures.html"><em>All procedures&hellip;</em></a></li>


































Expand Down
4 changes: 3 additions & 1 deletion 4.2.0/interface/array_callback_func.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<ul class="nav navbar-nav">


<li><a href="../sourcefile/json_module.f90.html">Source File</a></li>
<li><a href="../lists/files.html">Source Files</a></li>


<li><a href="../lists/modules.html">Modules</a></li>
Expand All @@ -67,6 +67,8 @@
<li><a href="../lists/types.html">Derived Types</a></li>


<li><a href="../lists/programs.html">Programs</a></li>

</ul>

<form action="../search.html" class="navbar-form navbar-right" role="search">
Expand Down
38 changes: 37 additions & 1 deletion 4.2.0/interface/json_add.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<ul class="nav navbar-nav">


<li><a href="../sourcefile/json_module.f90.html">Source File</a></li>
<li><a href="../lists/files.html">Source Files</a></li>


<li><a href="../lists/modules.html">Modules</a></li>
Expand All @@ -67,6 +67,8 @@
<li><a href="../lists/types.html">Derived Types</a></li>


<li><a href="../lists/programs.html">Programs</a></li>

</ul>

<form action="../search.html" class="navbar-form navbar-right" role="search">
Expand Down Expand Up @@ -166,6 +168,8 @@ <h1>json_add
<div class="panel-heading text-left"><h3 class="panel-title">All Procedures</h3></div>
<div class="list-group">

<a class="list-group-item" href="../proc/add_variables_to_input.html">add_variables_to_input</a>

<a class="list-group-item" href="../proc/annotate_invalid_json.html">annotate_invalid_json</a>

<a class="list-group-item" href="../proc/compact_real_string.html">compact_real_string</a>
Expand Down Expand Up @@ -420,12 +424,44 @@ <h1>json_add

<a class="list-group-item" href="../proc/push_char.html">push_char</a>

<a class="list-group-item" href="../proc/read_file.html">read_file</a>

<a class="list-group-item" href="../proc/real_to_string.html">real_to_string</a>

<a class="list-group-item" href="../proc/rename.html">rename</a>

<a class="list-group-item" href="../proc/string_to_double.html">string_to_double</a>

<a class="list-group-item" href="../proc/string_to_integer.html">string_to_integer</a>

<a class="list-group-item" href="../proc/test_1.html">test_1</a>

<a class="list-group-item" href="../proc/test_10.html">test_10</a>

<a class="list-group-item" href="../proc/test_11.html">test_11</a>

<a class="list-group-item" href="../proc/test_12.html">test_12</a>

<a class="list-group-item" href="../proc/test_13.html">test_13</a>

<a class="list-group-item" href="../proc/test_14.html">test_14</a>

<a class="list-group-item" href="../proc/test_2.html">test_2</a>

<a class="list-group-item" href="../proc/test_3.html">test_3</a>

<a class="list-group-item" href="../proc/test_4.html">test_4</a>

<a class="list-group-item" href="../proc/test_5.html">test_5</a>

<a class="list-group-item" href="../proc/test_6.html">test_6</a>

<a class="list-group-item" href="../proc/test_7.html">test_7</a>

<a class="list-group-item" href="../proc/test_8.html">test_8</a>

<a class="list-group-item" href="../proc/test_9.html">test_9</a>

<a class="list-group-item" href="../interface/throw_exception.html">throw_exception</a>

<a class="list-group-item" href="../proc/to_array.html">to_array</a>
Expand Down
Loading