Skip to content

Commit

Permalink
Initial documentation development
Browse files Browse the repository at this point in the history
  • Loading branch information
AP6YC committed Oct 14, 2020
1 parent c2adabe commit e8edfdf
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DrWatson = "634d3b9d-ee7a-5ddf-bec9-22491ea816e1"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LiveServer = "16fef848-5104-11e9-1b77-fb7a48bbb589"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MAT = "23992714-dd62-5051-b70f-ba57cb901cac"
MLJ = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7"
Expand Down
4 changes: 4 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,16 @@ Pages = [
Depth = 1
```

This is how you use the module manually.

## Library Outline

```@contents
Pages = ["lib/public.md", "lib/internals.md"]
```

This is how you develop the library.

### [Index](@id main-index)

```@index
Expand Down
10 changes: 9 additions & 1 deletion docs/src/man/examples.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Examples

Here are some helpful examples of the usage of the module.
Here are some helpful examples of the usage of the module.

## Example 1:

asdf

## Example 2:

asdf
2 changes: 1 addition & 1 deletion docs/src/man/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Alternatively, it can be added to/ your environment in a script with
```julia
using Pkg
Pkg.add("AdaptiveResonance")
```
```

0 comments on commit e8edfdf

Please sign in to comment.