Skip to content

Commit 753a3f1

Browse files
author
Christopher Doris
committed
reinclude the PyCall comparison in the docs
1 parent f0cb63a commit 753a3f1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ makedocs(
4040
"conversion-to-python.md",
4141
"conversion-to-julia.md",
4242
"compat.md",
43+
"pycall.md",
4344
]
4445
)
4546

docs/src/pycall.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Comparison to PyCall
1+
# Comparison with PyCall
22

3-
The existing package [`PyCall`](https://github.com/JuliaPy/PyCall.jl) is another similar interface to Python. Here we note some key differences.
3+
Another similar interface to Python is provided by [`PyCall`](https://github.com/JuliaPy/PyCall.jl). Here we note some key differences.
44

55
## Flexibility of conversion
66

0 commit comments

Comments
 (0)