Skip to content

Commit a49659c

Browse files
author
Christopher Doris
committed
docs
1 parent 7dc2e84 commit a49659c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Documenter.Expanders.Selectors.runner(::Type{CustomDocBlocks}, x, page, doc) = b
3131
end
3232

3333
makedocs(
34-
sitename = "PythonCall & juliacall",
34+
sitename = "PythonCall & JuliaCall",
3535
modules = [PythonCall],
3636
pages = [
3737
"Home" => "index.md",

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PythonCall.jl
1+
# PythonCall & JuliaCall
22

33
Bringing [**Python®**](https://www.python.org/) and [**Julia**](https://julialang.org/) together in seamless harmony:
44
- Call Python code from Julia and Julia code from Python via a symmetric interface.

0 commit comments

Comments
 (0)