Skip to content

Commit

Permalink
Updated repo link and README
Browse files Browse the repository at this point in the history
  • Loading branch information
auto-differentiation-dev committed Apr 3, 2024
1 parent 7ce9254 commit 110f31b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,8 @@ with xadj.Tape() as tape:
```

For more information, see the [Documentation](https://auto-differentiation.github.io/tutorials/python).

## Related Projects

- XAD Comprehensive automatic differentiation in [Python](https://github.com/auto-differentiation/xad-py) and [C++](https://github.com/auto-differentiation/xad)
- QuantLib-Risks: Fast risk evaluations in [Python](https://github.com/auto-differentiation/QuantLib-Risks-Py) and [C++](https://github.com/auto-differentiation/QuantLib-Risks-Cpp)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ description = "High-Performance Automatic Differentiation for Python"
authors = ["Auto Differentiation Dev Team <[email protected]>"]
readme = "README.md"
homepage = "https://auto-differentiation.github.io"
repository = "https://github.com/auto-differentiation/xad"
repository = "https://github.com/auto-differentiation/xad-py"
documentation = "https://auto-differentiation.github.io/tutorials/python"
keywords = [
"automatic-differentiation",
Expand Down

0 comments on commit 110f31b

Please sign in to comment.