Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fkastner committed Jan 17, 2022
1 parent 32d7546 commit cc6f7fe
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 261 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ docs/build/
*.jl.cov
*.jl.mem
/Manifest.toml
/docs/Manifest.toml
/test/Manifest.toml
.vscode/
.directory
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,8 @@ Additional information can be found, e.g., using the Julia help mode:
julia> ?iterated_integrals
julia> ?optimal_algorithm
```
or by reading the [documentation](https://stochastics-uni-luebeck.github.io/LevyArea.jl/stable/).
or by reading the [documentation](https://stochastics-uni-luebeck.github.io/LevyArea.jl/stable/).

## Related Packages

A Matlab version of this package is also available under [LevyArea.m](https://github.com/stochastics-uni-luebeck/LevyArea.m).
259 changes: 0 additions & 259 deletions docs/Manifest.toml

This file was deleted.

6 changes: 5 additions & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,8 @@ Additional information can be found, e.g., using the Julia help mode:
```julia-repl
julia> ?iterated_integrals
julia> ?optimal_algorithm
```
```

## Related Packages

A Matlab version of this package is also available under [LevyArea.m](https://github.com/stochastics-uni-luebeck/LevyArea.m).

2 comments on commit cc6f7fe

@fkastner
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/52600

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.0 -m "<description of version>" cc6f7fea7d5f2a763f9218f21f68f6d50fddc3c6
git push origin v1.0.0

Please sign in to comment.