Skip to content

Commit b1dd9bc

Browse files
Copilotyebai
andauthored
Fix docs build by adding missing docstrings and reorganizing function documentation (#412)
* Initial plan * Initial analysis of docs build issues Co-authored-by: yebai <[email protected]> * Fix docs build: add missing docstrings and deploydocs config Co-authored-by: yebai <[email protected]> * Revert all changes to docs/make.jl as requested Co-authored-by: yebai <[email protected]> * Move inverse function documentation to user-facing methods section Co-authored-by: yebai <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: yebai <[email protected]>
1 parent 1d05fa4 commit b1dd9bc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[deps]
2+
Bijectors = "76274a88-744f-5084-9051-94815aaf08c4"
23
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
34
Functors = "d9f16b24-f501-4c13-a1f2-28368ffc5196"
45
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"

docs/src/transforms.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ Without mutation:
4444
```@docs
4545
transform
4646
logabsdetjac
47+
logabsdetjacinv
48+
inverse
4749
```
4850

4951
```julia

0 commit comments

Comments
 (0)