Skip to content

Commit 08b11b2

Browse files
authored
[doc] add index file (#27)
* [doc] add index file * [doc] add test func to index file * [doc] split into sections
1 parent 44bf718 commit 08b11b2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/src/index.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# ArgTools
2+
3+
## Argument Handling
4+
5+
```@docs
6+
ArgTools.ArgRead
7+
ArgTools.ArgWrite
8+
ArgTools.arg_read
9+
ArgTools.arg_write
10+
ArgTools.arg_isdir
11+
ArgTools.arg_mkdir
12+
```
13+
14+
15+
## Function Testing
16+
17+
```@docs
18+
ArgTools.arg_readers
19+
ArgTools.arg_writers
20+
ArgTools.@arg_test
21+
```

0 commit comments

Comments
 (0)