-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix doctests The filter already attempted to address the issue, but the syntax was incorrect with the result that no substitution was applied. Also, remove messing with `LOAD_PATH` and use `sources` section in docs project. * Add some color to life
- Loading branch information
Showing
5 changed files
with
18 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,5 +7,6 @@ lib/EnzymeCore/Manifest.toml | |
/test/Manifest.toml | ||
/docs/Manifest.toml | ||
/docs/build/ | ||
/docs/src/generated/ | ||
|
||
.vscode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,16 @@ | ||
[deps] | ||
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" | ||
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9" | ||
EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869" | ||
EnzymeTestUtils = "12d8515a-0907-448a-8884-5fe00fdf1c5a" | ||
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306" | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
|
||
[compat] | ||
Documenter = "1" | ||
Literate = "2" | ||
|
||
[sources] | ||
Enzyme = {path = ".."} | ||
EnzymeCore = {path = "../lib/EnzymeCore"} | ||
EnzymeTestUtils = {path = "../lib/EnzymeTestUtils"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters