Skip to content

Commit cec2257

Browse files
authored
Merge pull request #132 from JuliaDiff/npr/fix-xref
Fix docs page xref
2 parents fa47a69 + b2087d5 commit cec2257

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/Manifest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ version = "0.2.2"
6262

6363
[[Parsers]]
6464
deps = ["Dates", "Test"]
65-
git-tree-sha1 = "d112c19ccca00924d5d3a38b11ae2b4b268dda39"
65+
git-tree-sha1 = "0c16b3179190d3046c073440d94172cfc3bb0553"
6666
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
67-
version = "0.3.11"
67+
version = "0.3.12"
6868

6969
[[Pkg]]
7070
deps = ["Dates", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Test", "UUIDs"]

docs/src/FAQ.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ AD systems making use of `frule`s and `rrule`s should load ChainRules.jl.
6969
We recommend adding custom rules to your own packages with [ChainRulesCore.jl](https://github.com/JuliaDiff/ChainRulesCore.jl), rather than adding them to ChainRules.jl.
7070
A few packages - currently SpecialFunctions.jl and NaNMath.jl - have rules in ChainRules.jl as a short-term measure.
7171

72-
## How do I test my rules?
72+
## How do I test my rules?
7373

7474
You can use [ChainRulesTestUtils.jl](https://github.com/JuliaDiff/ChainRulesTestUtils.jl) to test your custom rules.
7575
ChainRulesTestUtils.jl has some dependencies, so it is a separate package from ChainRulesCore.jl.
7676
This means your package can depend on the light-weight ChainRulesCore.jl, and make ChainRulesTestUtils.jl a test-only dependency.
7777

78-
Remember to read the section on [Writing Good Rules](@ref).
78+
Remember to read the section on [On writing good `rrule` / `frule` methods](@ref).

0 commit comments

Comments
 (0)