Skip to content

Commit

Permalink
adding users_guide.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed May 26, 2019
1 parent 37144d9 commit 8b24763
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
EXTRA_DIST = api.txt CAMexample.txt Decomp.txt faq.txt Installing.txt \
Testing.txt base.txt c_api.txt contributing_code.txt Error.txt \
Examples.txt Introduction.txt mach_walkthrough.txt \
testpio_example.txt
testpio_example.txt users_guide.txt
20 changes: 20 additions & 0 deletions doc/source/users_guide.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/*!

@page users_guide PIO User's Guide

This user's guide provides information about the PIO library and
examples on how it can be used. Please watch the PIO GitHub site
[https://github.com/NCAR/ParallelIO] for announcements and new
releases.

- @ref intro
- @ref decomp
- @ref error
- @ref test
- @ref examp
- @ref faq
- @ref api
- @ref c_api
- @ref contributing_code

*/

0 comments on commit 8b24763

Please sign in to comment.