We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0cb63a commit 753a3f1Copy full SHA for 753a3f1
docs/make.jl
@@ -40,6 +40,7 @@ makedocs(
40
"conversion-to-python.md",
41
"conversion-to-julia.md",
42
"compat.md",
43
+ "pycall.md",
44
]
45
)
46
docs/src/pycall.md
@@ -1,6 +1,6 @@
1
-# Comparison to PyCall
+# Comparison with PyCall
2
3
-The existing package [`PyCall`](https://github.com/JuliaPy/PyCall.jl) is another similar interface to Python. Here we note some key differences.
+Another similar interface to Python is provided by [`PyCall`](https://github.com/JuliaPy/PyCall.jl). Here we note some key differences.
4
5
## Flexibility of conversion
6
0 commit comments