Skip to content

Commit

Permalink
Merge pull request #155 from JuliaHomotopyContinuation/st/fix-docs
Browse files Browse the repository at this point in the history
Fix docs and bump version.
  • Loading branch information
saschatimme committed Nov 28, 2018
2 parents 93bacd2 + 0cf77bf commit 174b0bc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "HomotopyContinuation"
uuid = "f213a82b-91d6-5c5d-acf7-10f1c761b327"
author = ["Sascha Timme <timme@math.tu-berlin.de>", "Paul Breiding <breidings@mis.mpg.de>"]
license = "MIT"
version = "0.4.0"
version = "0.4.2"

[deps]
DynamicPolynomials = "7c1d4256-1411-5781-91ec-d7bc3513ac07"
Expand Down
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ makedocs(
"Predictors and Correctors" => "predictors-correctors.md",
"Path tracker" => "pathtracking.md",
"Reference" => "reference.md"
]
],
strict=true
)

deploydocs(
Expand Down
6 changes: 3 additions & 3 deletions docs/src/solving.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ isnonsingular

```@docs
monodromy_solve
GroupActions
Monodromy.GroupActions
```

### Strategies
```@docs
Triangle
Pental
Monodromy.Triangle
Monodromy.Petal
```
6 changes: 3 additions & 3 deletions src/path_tracking.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include("path_tracking/tracking.jl")
"""
pathtracker_startsolutions(args...; kwargs...)
Construct a [`PathTracking.PathTracker`](@ref) and `startsolutions` in the same way [`solve`](@ref)
Construct a [`PathTracking.PathTracker`](@ref) and `startsolutions` in the same way `solve`
does it. This also takes the same input arguments as `solve`. This is convenient if you want
to investigate single paths.
"""
Expand All @@ -24,8 +24,8 @@ end
"""
pathtracker(args...; kwargs...)
Construct a [`PathTracking.PathTracker`](@ref) in the same way [`solve`](@ref)
does it. This als0 takes the same input arguments as [`solve`](@ref). This is convenient if you want
Construct a [`PathTracking.PathTracker`](@ref) in the same way `solve`
does it. This als0 takes the same input arguments as `solve`. This is convenient if you want
to investigate single paths.
"""
function pathtracker(args...; kwargs...)
Expand Down

0 comments on commit 174b0bc

Please sign in to comment.