Skip to content

Commit

Permalink
documentation and trying to fix coverage testing
Browse files Browse the repository at this point in the history
  • Loading branch information
s-baumann committed Jan 8, 2019
1 parent a8bf331 commit c8b76b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
Pkg.instantiate()'
- julia --project=docs/ docs/make.jl
after_success:
- julia -e 'if VERSION >= v"0.7.0-" using Pkg end; cd(Pkg.dir("FixedPointAcceleration")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';

coveralls: true
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ makedocs(
modules = [FixedPointAcceleration],
pages = ["index.md",
"2_Algorithms.md",
"3_UsingAdvice",
"3_UsingAdvice.md",
"99_refs.md"]
)

Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If $f: \Re^1 \rightarrow \Re^1$ and thus any solution $\hat{X}$ will be a scalar
```@contents
pages = ["index.md",
"2_Algorithms.md",
"3_UsingAdvice",
"3_UsingAdvice.md",
"99_refs.md"]
Depth = 2
```

0 comments on commit c8b76b8

Please sign in to comment.