diff --git a/README.md b/README.md index 0a2a669..12b2ddd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ [![Build Status](https://github.com/QuantEcon/ContinuousDPs.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/QuantEcon/ContinuousDPs.jl/actions/workflows/ci.yml) [![codecov](https://codecov.io/gh/QuantEcon/ContinuousDPs.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/QuantEcon/ContinuousDPs.jl) -[![Documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://QuantEcon.github.io/ContinuousDPs.jl/dev/) +[![Documentation (stable)](https://img.shields.io/badge/docs-stable-blue.svg)](https://QuantEcon.github.io/ContinuousDPs.jl/stable/) +[![Documentation (dev)](https://img.shields.io/badge/docs-dev-blue.svg)](https://QuantEcon.github.io/ContinuousDPs.jl/dev/) Routines for solving continuous state dynamic programs by the Bellman equation collocation method. @@ -11,7 +12,7 @@ Routines for solving continuous state dynamic programs by the Bellman equation c To install the package, open the Julia package manager (Pkg) and type: ``` -add https://github.com/QuantEcon/ContinuousDPs.jl +add ContinuousDPs ``` ## Problem formulation and interface diff --git a/docs/src/index.md b/docs/src/index.md index d50d883..6737b64 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -2,7 +2,8 @@ [![Build Status](https://github.com/QuantEcon/ContinuousDPs.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/QuantEcon/ContinuousDPs.jl/actions/workflows/ci.yml) [![codecov](https://codecov.io/gh/QuantEcon/ContinuousDPs.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/QuantEcon/ContinuousDPs.jl) -[![Documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://QuantEcon.github.io/ContinuousDPs.jl/dev/) +[![Documentation (stable)](https://img.shields.io/badge/docs-stable-blue.svg)](https://QuantEcon.github.io/ContinuousDPs.jl/stable/) +[![Documentation (dev)](https://img.shields.io/badge/docs-dev-blue.svg)](https://QuantEcon.github.io/ContinuousDPs.jl/dev/) Routines for solving continuous state dynamic programs by the Bellman equation collocation method. @@ -11,7 +12,7 @@ Routines for solving continuous state dynamic programs by the Bellman equation c To install the package, open the Julia package manager (Pkg) and type: ``` -add https://github.com/QuantEcon/ContinuousDPs.jl +add ContinuousDPs ``` ## Problem formulation and interface