@@ -14,8 +14,6 @@ predocmark_alt: >
14
14
predocmark: <
15
15
docmark_alt:
16
16
docmark: !
17
- exclude_dir: tests
18
- exclude_dir: introspection
19
17
display: public
20
18
protected
21
19
private
@@ -29,16 +27,16 @@ md_extensions: markdown.extensions.toc
29
27
# Brief description
30
28
31
29
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
34
32
([ json_module.F90] ( |url|/sourcefile/json_module.f90.html ) ).
35
33
36
34
# License
37
35
38
36
The JSON-Fortran source code and related files and documentation are
39
37
distributed under a permissive free software license (BSD-style). See
40
38
the
41
- [ LICENSE] ( |url| /page/development-resources/LICENSE.html)
39
+ [ LICENSE] ( http://jacobwilliams.github.io/json-fortran /page/development-resources/LICENSE.html)
42
40
file for more details.
43
41
44
42
# Official Releases
@@ -47,23 +45,24 @@ The **current stable release** is **{!__VERSION__!}** and can be [downloaded
47
45
on GitHub] ( https://github.com/jacobwilliams/json-fortran/releases/latest )
48
46
or installed with [ Homebrew] ( http://brew.sh ) on Mac OSX. The
49
47
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
51
49
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) .
53
51
54
52
A list of all past releases, links to their documentation, and the
55
53
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) .
57
55
58
56
# Miscellaneous
59
57
60
58
* For more information about JSON, see: < http://www.json.org/ >
61
59
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
64
62
* [ current stable release] : {!__ VERSION__ !}
63
+ * [ latest stable release] : {!__ VERSION__ !}
65
64
66
65
[ ^ 1 ] :
67
66
Documentation for a particular release does not contain links
68
67
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