Skip to content

Commit

Permalink
chabged targe of documentation badges
Browse files Browse the repository at this point in the history
  • Loading branch information
brianguenter committed Aug 22, 2023
1 parent 381812b commit f7e0d90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
{
"julia.environmentPath": "c:\\Users\\seatt\\source\\TheDerivativeGraph"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

The derivative graph is a data structure that represents the derivative of a function as a graph. It is both a means of implementing efficient automatic differentiation (AD) algorithms and a more perspicuous way of analyzing and understanding these algorithms. The derivative graph is a powerful new tool which gives the developer great flexibility when designing new general purpose AD systems.

[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://brianguenter.github.io/TheDerivativeGraph.jl/stable) [![](https://img.shields.io/badge/docs-dev-blue.svg)](https://brianguenter.github.io/TheDerivativeGraph.jl/dev)
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://brianguenter.github.io/TheDerivativeGraph/stable) [![](https://img.shields.io/badge/docs-dev-blue.svg)](https://brianguenter.github.io/TheDerivativeGraph/dev)


0 comments on commit f7e0d90

Please sign in to comment.