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 3ffcbbb commit d46c725Copy full SHA for d46c725
docs/src/pythoncall.md
@@ -258,8 +258,8 @@ REPL.
258
259
### Example
260
261
-See [https://github.com/cjdoris/Faiss.jl] for an example package which wraps the Python FAISS
262
-package.
+See [https://github.com/cjdoris/Faiss.jl](https://github.com/cjdoris/Faiss.jl) for an
+example package which wraps the Python FAISS package.
263
264
### Precompilation
265
@@ -285,8 +285,8 @@ end
285
286
### Dependencies
287
288
-If your package depends on some Python packages, you must write a `PythonCallDeps.toml` file.
289
-See [Managing Python dependencies](@ref).
+If your package depends on some Python packages, you must write a `CondaPkg.toml` file.
+See [Installing Python packages](@ref python-deps).
290
291
## Low-level API
292
0 commit comments