Skip to content

Commit cf78974

Browse files
committed
Merge pull request #147 from zbeekman/tag-documentation-fix
Tag documentation fix
2 parents f4a37da + 29804cf commit cf78974

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

json-fortran.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ predocmark_alt: >
1414
predocmark: <
1515
docmark_alt:
1616
docmark: !
17-
exclude_dir: tests
18-
exclude_dir: introspection
1917
display: public
2018
protected
2119
private
@@ -29,16 +27,16 @@ md_extensions: markdown.extensions.toc
2927
# Brief description
3028

3129
A user-friendly and object-oriented API for reading and writing JSON files, written in
32-
modern Fortran (Fortran 2003+). The source code is a single Fortran
33-
module file
30+
modern Fortran (Fortran 2003+). The source code is
31+
[a single Fortran module](|url|/module/json_module.html) file
3432
([json_module.F90](|url|/sourcefile/json_module.f90.html)).
3533

3634
# License
3735

3836
The JSON-Fortran source code and related files and documentation are
3937
distributed under a permissive free software license (BSD-style). See
4038
the
41-
[LICENSE](|url|/page/development-resources/LICENSE.html)
39+
[LICENSE](http://jacobwilliams.github.io/json-fortran/page/development-resources/LICENSE.html)
4240
file for more details.
4341

4442
# Official Releases
@@ -47,23 +45,24 @@ The **current stable release** is **{!__VERSION__!}** and can be [downloaded
4745
on GitHub](https://github.com/jacobwilliams/json-fortran/releases/latest)
4846
or installed with [Homebrew](http://brew.sh) on Mac OSX. The
4947
documentation for the current version, **{!__VERSION__!}**, can be
50-
found [here](|url|/page/releases/{!__VERSION__!}/index.html)[^1], and a
48+
found [here](http://jacobwilliams.github.io/json-fortran/{!__VERSION__!}/index.html)[^1], and a
5149
list of changes from the previous version are
52-
[here](|url|/page/releases/index.html#change-log).
50+
[here](http://jacobwilliams.github.io/json-fortran/page/releases/index.html#change-log).
5351

5452
A list of all past releases, links to their documentation, and the
5553
chage log can be found on the
56-
[releases page](|url|/page/releases/index.html).
54+
[releases page](http://jacobwilliams.github.io/json-fortran/page/releases/index.html).
5755

5856
# Miscellaneous
5957

6058
* For more information about JSON, see: <http://www.json.org/>
6159

62-
*[API]: Application Programming Interface--a set of routines, protocols, and tools for building software applications
63-
*[JSON]: JavaScript Object Notation--A human friendly syntax for storing and exchanging data
60+
*[API]: Application Programming Interface: a set of routines, protocols, and tools for building software applications
61+
*[JSON]: JavaScript Object Notation: A human friendly syntax for storing and exchanging data
6462
*[current stable release]: {!__VERSION__!}
63+
*[latest stable release]: {!__VERSION__!}
6564

6665
[^1]:
6766
Documentation for a particular release does not contain links
6867
back to *general* documentation; use the browser's back button to
69-
navigate back to <https://jacobwilliams.github.io/json-fortran/>
68+
navigate back to <http://jacobwilliams.github.io/json-fortran/>

0 commit comments

Comments
 (0)