Skip to content

Commit

Permalink
fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
s-baumann committed Jan 6, 2019
1 parent 7f1d78e commit 40accab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
docs/build
docs/site
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

| Build | Coverage | Documentation |
|-------|----------|---------------|
| [![Build Status](https://travis-ci.com/s-baumann/FixedPointAcceleration.jl.svg?branch=master)](https://travis-ci.org/s-baumann/FixedPointAcceleration.jl) | [![Coverage Status](https://coveralls.io/repos/github/s-baumann/FixedPointAcceleration.jl/badge.svg?branch=master)](https://coveralls.io/github/s-baumann/FixedPointAcceleration.jl?branch=master) | [docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg
[docs-latest-url]: https://s-baumann.github.io/FixedPointAcceleration.jl/latest |
| [![Build Status](https://travis-ci.com/s-baumann/FixedPointAcceleration.jl.svg?branch=master)](https://travis-ci.org/s-baumann/FixedPointAcceleration.jl) | [![Coverage Status](https://coveralls.io/repos/github/s-baumann/FixedPointAcceleration.jl/badge.svg?branch=master)](https://coveralls.io/github/s-baumann/FixedPointAcceleration.jl?branch=master) | [docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg [docs-latest-url]: https://s-baumann.github.io/FixedPointAcceleration.jl |

This package implements similar functionality to https://cran.r-project.org/web/packages/FixedPoint/index.html. The key differences are:
* This package makes use of Julia's type system and is generally typed in a more stable and extendible way. FixedPoint results are always output in a FixedPointResults struct. All algorithms are specified by an enum.
Expand Down

0 comments on commit 40accab

Please sign in to comment.