Skip to content

Commit

Permalink
docs(docs): documenter
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandogelin committed Mar 2, 2019
1 parent 40c88f9 commit 4a53383
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ pages:
- Manual:
- Read and Filter VCF: filtering_vcf.md
- Heatmaps: plotting.md
- API: api.md
18 changes: 18 additions & 0 deletions docs/src/api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
##Import

```
using VIVA
```

## Index

```@index
Modules = [VIVA]
```

## Functions

```@autodocs
Modules = [VIVA]
Order = [:function, :type]
```

0 comments on commit 4a53383

Please sign in to comment.