QuantEcon / SimpleDifferentialOperators.jl

Library for simple upwind finite differences
MIT License
12 stars 2 forks source link

Links to document in help are not versioned #136

Closed jlperla closed 5 years ago

jlperla commented 5 years ago

From #134 the link is hardcoded to stable rather than relative to the generated files for that particular version.

I think instead you are supposed to change it to

[here](../generated/discretized-differential-operator-derivation.pdf).

instead of the current

 [here](https://quantecon.github.io/SimpleDifferentialOperators.jl/stable/generated/discretized-differential-operator-derivation.pdf).