Skip to content

Commit a477e5b

Browse files
committed
Merge pull request #146 from zbeekman/gh-pages
Fix url in 4.2.0 tag documentation
2 parents 5ea1945 + 3533124 commit a477e5b

File tree

283 files changed

+42980
-426
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

283 files changed

+42980
-426
lines changed

4.2.0/index.html

+150-16
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<ul class="nav navbar-nav">
5454

5555

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

5858

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

6969

70+
<li><a href="./lists/programs.html">Programs</a></li>
71+
7072
</ul>
7173

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

8789
<!-- Main component for a primary marketing message or call to action -->
8890
<div class="jumbotron">
89-
<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>
91+
<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>
9092

9193
<p> Find us on&hellip;</p>
9294
<p>
@@ -117,38 +119,38 @@ <h1>JSON-Fortran</h1>
117119
</ul>
118120
</div>
119121
<h1 id="brief-description">Brief description</h1>
120-
<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
121-
modern Fortran (Fortran 2003+). The source code is a single Fortran
122-
module file
122+
<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
123+
modern Fortran (Fortran 2003+). The source code is
124+
<a href="./module/json_module.html">a single Fortran module</a> file
123125
(<a href="./sourcefile/json_module.f90.html">json_module.F90</a>).</p>
124126
<h1 id="license">License</h1>
125-
<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
127+
<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
126128
distributed under a permissive free software license (BSD-style). See
127129
the
128-
<a href="./page/development-resources/LICENSE.html">LICENSE</a>
130+
<a href="http://jacobwilliams.github.io/json-fortran/page/development-resources/LICENSE.html">LICENSE</a>
129131
file for more details.</p>
130132
<h1 id="official-releases">Official Releases</h1>
131133
<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
132134
on GitHub</a>
133135
or installed with <a href="http://brew.sh">Homebrew</a> on Mac OSX. The
134136
documentation for the current version, <strong>4.2.0</strong>, can be
135-
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
137+
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
136138
list of changes from the previous version are
137-
<a href="./page/releases/index.html#change-log">here</a>.</p>
139+
<a href="http://jacobwilliams.github.io/json-fortran/page/releases/index.html#change-log">here</a>.</p>
138140
<p>A list of all past releases, links to their documentation, and the
139141
chage log can be found on the
140-
<a href="./page/releases/index.html">releases page</a>.</p>
142+
<a href="http://jacobwilliams.github.io/json-fortran/page/releases/index.html">releases page</a>.</p>
141143
<h1 id="miscellaneous">Miscellaneous</h1>
142144
<ul>
143-
<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>
145+
<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>
144146
</ul>
145147
<div class="footnote">
146148
<hr>
147149
<ol>
148150
<li id="fn-1">
149151
<p>Documentation for a particular release does not contain links
150152
back to <em>general</em> documentation; use the browser's back button to
151-
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>
153+
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>
152154
</li>
153155
</ol>
154156
</div>
@@ -193,7 +195,57 @@ <h3>Source Files</h3>
193195
<ul>
194196

195197

196-
<li><a href='./sourcefile/json_module.f90.html'>json_module.F90</a></li>
198+
<li><a href='./sourcefile/jf_test_1.f90.html'>jf_test_1.f90</a></li>
199+
200+
201+
202+
<li><a href='./sourcefile/jf_test_10.f90.html'>jf_test_10.f90</a></li>
203+
204+
205+
206+
<li><a href='./sourcefile/jf_test_11.f90.html'>jf_test_11.F90</a></li>
207+
208+
209+
210+
<li><a href='./sourcefile/jf_test_12.f90.html'>jf_test_12.f90</a></li>
211+
212+
213+
214+
<li><a href='./sourcefile/jf_test_13.f90.html'>jf_test_13.f90</a></li>
215+
216+
217+
218+
<li><a href='./sourcefile/jf_test_14.f90.html'>jf_test_14.f90</a></li>
219+
220+
221+
222+
<li><a href='./sourcefile/jf_test_2.f90.html'>jf_test_2.f90</a></li>
223+
224+
225+
226+
<li><a href='./sourcefile/jf_test_3.f90.html'>jf_test_3.f90</a></li>
227+
228+
229+
230+
<li><a href='./sourcefile/jf_test_4.f90.html'>jf_test_4.f90</a></li>
231+
232+
233+
234+
<li><a href='./sourcefile/jf_test_5.f90.html'>jf_test_5.f90</a></li>
235+
236+
237+
238+
<li><a href="./lists/files.html"><em>All source files&hellip;</em></a></li>
239+
240+
241+
242+
243+
244+
245+
246+
247+
248+
197249

198250

199251
</ul>
@@ -204,7 +256,55 @@ <h3>Modules</h3>
204256
<ul>
205257

206258

207-
<li><a href='./module/json_module.html'>json_module</a></li>
259+
<li><a href='./module/jf_test_10_mod.html'>jf_test_10_mod</a></li>
260+
261+
262+
263+
<li><a href='./module/jf_test_11_mod.html'>jf_test_11_mod</a></li>
264+
265+
266+
267+
<li><a href='./module/jf_test_12_mod.html'>jf_test_12_mod</a></li>
268+
269+
270+
271+
<li><a href='./module/jf_test_13_mod.html'>jf_test_13_mod</a></li>
272+
273+
274+
275+
<li><a href='./module/jf_test_14_mod.html'>jf_test_14_mod</a></li>
276+
277+
278+
279+
<li><a href='./module/jf_test_1_mod.html'>jf_test_1_mod</a></li>
280+
281+
282+
283+
<li><a href='./module/jf_test_2_mod.html'>jf_test_2_mod</a></li>
284+
285+
286+
287+
<li><a href='./module/jf_test_3_mod.html'>jf_test_3_mod</a></li>
288+
289+
290+
291+
<li><a href='./module/jf_test_4_mod.html'>jf_test_4_mod</a></li>
292+
293+
294+
295+
<li><a href='./module/jf_test_5_mod.html'>jf_test_5_mod</a></li>
296+
297+
298+
299+
<li><a href="./lists/modules.html"><em>All modules&hellip;</em></a></li>
300+
301+
302+
303+
304+
305+
306+
307+
208308

209309

210310
</ul>
@@ -216,6 +316,10 @@ <h3>Procedures</h3>
216316
<ul>
217317

218318

319+
<li><a href='./proc/add_variables_to_input.html'>add_variables_to_input</a></li>
320+
321+
322+
219323
<li><a href='./proc/annotate_invalid_json.html'>annotate_invalid_json</a></li>
220324

221325

@@ -252,11 +356,41 @@ <h3>Procedures</h3>
252356

253357

254358

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

257361

258362

259-
<li><a href="./lists/procedures.html"><em>All procedures&hellip;</em></a></li>
363+
364+
365+
366+
367+
368+
369+
370+
371+
372+
373+
374+
375+
376+
377+
378+
379+
380+
381+
382+
383+
384+
385+
386+
387+
388+
389+
390+
391+
392+
393+
260394

261395

262396

4.2.0/interface/array_callback_func.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<ul class="nav navbar-nav">
5454

5555

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

5858

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

6969

70+
<li><a href="../lists/programs.html">Programs</a></li>
71+
7072
</ul>
7173

7274
<form action="../search.html" class="navbar-form navbar-right" role="search">

4.2.0/interface/json_add.html

+37-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<ul class="nav navbar-nav">
5454

5555

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

5858

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

6969

70+
<li><a href="../lists/programs.html">Programs</a></li>
71+
7072
</ul>
7173

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

171+
<a class="list-group-item" href="../proc/add_variables_to_input.html">add_variables_to_input</a>
172+
169173
<a class="list-group-item" href="../proc/annotate_invalid_json.html">annotate_invalid_json</a>
170174

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

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

427+
<a class="list-group-item" href="../proc/read_file.html">read_file</a>
428+
423429
<a class="list-group-item" href="../proc/real_to_string.html">real_to_string</a>
424430

431+
<a class="list-group-item" href="../proc/rename.html">rename</a>
432+
425433
<a class="list-group-item" href="../proc/string_to_double.html">string_to_double</a>
426434

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

437+
<a class="list-group-item" href="../proc/test_1.html">test_1</a>
438+
439+
<a class="list-group-item" href="../proc/test_10.html">test_10</a>
440+
441+
<a class="list-group-item" href="../proc/test_11.html">test_11</a>
442+
443+
<a class="list-group-item" href="../proc/test_12.html">test_12</a>
444+
445+
<a class="list-group-item" href="../proc/test_13.html">test_13</a>
446+
447+
<a class="list-group-item" href="../proc/test_14.html">test_14</a>
448+
449+
<a class="list-group-item" href="../proc/test_2.html">test_2</a>
450+
451+
<a class="list-group-item" href="../proc/test_3.html">test_3</a>
452+
453+
<a class="list-group-item" href="../proc/test_4.html">test_4</a>
454+
455+
<a class="list-group-item" href="../proc/test_5.html">test_5</a>
456+
457+
<a class="list-group-item" href="../proc/test_6.html">test_6</a>
458+
459+
<a class="list-group-item" href="../proc/test_7.html">test_7</a>
460+
461+
<a class="list-group-item" href="../proc/test_8.html">test_8</a>
462+
463+
<a class="list-group-item" href="../proc/test_9.html">test_9</a>
464+
429465
<a class="list-group-item" href="../interface/throw_exception.html">throw_exception</a>
430466

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

0 commit comments

Comments
 (0)