Skip to content

Commit 02e905a

Browse files
committed
minor doc updates.
1 parent 82c1c8f commit 02e905a

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ for a list of changes since the latest release.
3939
Brief description
4040
---------------
4141

42-
A user-friendly, thread-safe, and object-oriented API for reading and writing [JSON](http://json.org) files, written in
43-
modern Fortran.
42+
A user-friendly, thread-safe, and object-oriented API for reading and writing [JSON](http://json.org) files, written in modern Fortran.
4443

4544
[top](#json-fortran)
4645

json-fortran.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ source: true
2222
graph: true
2323
exclude_dir: tests
2424
extra_mods: iso_fortran_env:https://gcc.gnu.org/onlinedocs/gfortran/ISO_005fFORTRAN_005fENV.html
25-
md_extensions: markdown.extensions.smarty(smart_quotes=False)
25+
md_extensions: markdown.extensions.toc(anchorlink=False)
26+
markdown.extensions.smarty(smart_quotes=False)
2627
---
2728

2829
--------------------
@@ -32,10 +33,7 @@ md_extensions: markdown.extensions.smarty(smart_quotes=False)
3233
Brief description
3334
-----------------
3435

35-
A user-friendly and object-oriented API for reading and writing JSON files, written in
36-
modern Fortran (Fortran 2003+). The source code is
37-
[a single Fortran module](|url|/module/json_module.html) file
38-
([json_module.F90](|url|/sourcefile/json_module.f90.html)).
36+
A user-friendly, thread-safe, and object-oriented API for reading and writing [JSON](http://json.org) files, written in modern Fortran.
3937

4038
License
4139
-------
@@ -58,7 +56,7 @@ list of changes from the previous version are
5856
[here](http://jacobwilliams.github.io/json-fortran/page/releases/index.html#change-log).
5957

6058
A list of all past releases, links to their documentation, and the
61-
chage log can be found on the
59+
change log can be found on the
6260
[releases page](http://jacobwilliams.github.io/json-fortran/page/releases/index.html).
6361

6462
Miscellaneous

0 commit comments

Comments
 (0)