Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ohno committed Jul 20, 2024
1 parent e4fc707 commit b98d2fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ julia> fdmatrix(5, n=2, m=2, d=:c, h=1//1)
⋅ ⋅ ⋅ 1//1 -2//1
```

Please see the [Examples](https://ohno.github.io/FiniteDifferenceMatrices.jl/dev/examples/) and [API reference](https://ohno.github.io/FiniteDifferenceMatrices.jl/dev/API/) for details.
Please see [Tables](https://ohno.github.io/FiniteDifferenceMatrices.jl/dev/tables/), [Examples](https://ohno.github.io/FiniteDifferenceMatrices.jl/dev/examples/) and [API reference](https://ohno.github.io/FiniteDifferenceMatrices.jl/dev/API/) for more information.

## Developer's Guide

Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ A discrete approximation of the second-order differential operator is
fdmatrix(5, n=2, m=2, d=:c, h=1//1)
```

Please see the [Examples](./examples.md) and [API reference](./API.md) for details.
Please see [Tables](./tables.md), [Examples](./examples.md) and [API reference](./API.md) for more information.

## Developer's Guide

Expand Down
2 changes: 1 addition & 1 deletion docs/src/tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CurrentModule = FiniteDifferenceMatrices

# Tables

The tables of [finite difference coefficients](https://en.wikipedia.org/wiki/Finite_difference_coefficient) are generated by [`fdcoefficient`](@ref FiniteDifferenceMatrices.fdcoefficient).
The three tables of [finite difference coefficients](https://en.wikipedia.org/wiki/Finite_difference_coefficient) are generated by [`fdcoefficient`](@ref FiniteDifferenceMatrices.fdcoefficient).

```@eval
using Printf
Expand Down

0 comments on commit b98d2fb

Please sign in to comment.