Skip to content

Commit 3e6f364

Browse files
authored
Link to DIT documentation in README (#148)
1 parent 274cd45 commit 3e6f364

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

DifferentiationInterface/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# DifferentiationInterface
22

3-
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://gdalle.github.io/DifferentiationInterface.jl/DifferentiationInterface/dev/)
43
[![Build Status](https://github.com/gdalle/DifferentiationInterface.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/gdalle/DifferentiationInterface.jl/actions/workflows/CI.yml?query=branch%3Amain)
54
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)
65

6+
| Package | Documentation |
7+
|:-----------------------------|:------------------------------------------:|
8+
| DifferentiationInterface | [![Dev][docs-dev-badge]][docs-dev-url-DI] |
9+
| DifferentiationInterfaceTest | [![Dev][docs-dev-badge]][docs-dev-url-DIT] |
10+
711
An interface to various automatic differentiation (AD) backends in Julia.
812

913
## Goal
@@ -75,3 +79,8 @@ julia> value_and_gradient(f, backend, [1., 2., 3.])
7579

7680
- [AbstractDifferentiation.jl](https://github.com/JuliaDiff/AbstractDifferentiation.jl) is the original inspiration for DifferentiationInterface.jl.
7781
- [AutoDiffOperators.jl](https://github.com/oschulz/AutoDiffOperators.jl) is an attempt to bridge ADTypes.jl with AbstractDifferentiation.jl.
82+
83+
[docs-dev-badge]: https://img.shields.io/badge/docs-dev-blue.svg
84+
[docs-dev-url-DI]: https://gdalle.github.io/DifferentiationInterface.jl/DifferentiationInterface/dev/
85+
[docs-dev-url-DIT]: https://gdalle.github.io/DifferentiationInterface.jl/DifferentiationInterfaceTest/dev/
86+

0 commit comments

Comments
 (0)