Skip to content

Commit 44caa2c

Browse files
committed
Fix docs
1 parent d749274 commit 44caa2c

3 files changed

Lines changed: 2 additions & 37 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ notebook/profile_results.svg
1212
docs/build/
1313
docs/src/index.md
1414
.vscode/settings.json
15+
docs/Manifest.toml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ The package can be installed with the Julia package manager. From the Julia REPL
130130
dev https://github.com/pygae/GAlgebra.jl.git
131131
```
132132

133-
The installation process will take a while, because it will install [PyCall.jl](https://github.com/JuliaPy/PyCall.jl) and its dependencies and it will also use `pip` to install [GAlgebra](https://github.com/pygae/galgebra) if you haven't. If you wish to use a version other than the latest released version of GAlgebra that will be installed by [deps/build.jl](deps/build.jl), you can install that via pip before/after the installation of `GAlgebra.jl`, e.g. `pip install -e <your local path to GAlgebra>` or `pip install https://github.com/pygae/galgebra/archive/master.zip`.
133+
The installation process will take a while, because it will install [PyCall.jl](https://github.com/JuliaPy/PyCall.jl) and its dependencies and it will also use `pip` to install [GAlgebra](https://github.com/pygae/galgebra) if you haven't. If you wish to use a version other than the latest released version of GAlgebra that will be installed by `deps/build.jl`, you can install that via pip before/after the installation of `GAlgebra.jl`, e.g. `pip install -e <your local path to GAlgebra>` or `pip install https://github.com/pygae/galgebra/archive/master.zip`.
134134

135135
Now you may run GAlgebra.jl tests in Julia **Pkg REPL mode**:
136136

docs/src/api.md

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -15,40 +15,4 @@ Modules = [GAlgebra]
1515
Pages = ["mv.jl"]
1616
```
1717

18-
```@docs
19-
Base.:+(::Mv,::Mv)
20-
Base.:-(::Mv,::Mv)
21-
Base.:*(::Mv,::Mv)
22-
Base.:/(::Mv,::Mv)
23-
Base.:(==)(::Mv,::Mv)
24-
GAlgebra.:≠(::Mv,::Mv)
25-
26-
GAlgebra.:∧(::Mv,::Mv)
27-
GAlgebra.:⋅(::Mv,::Mv)
28-
GAlgebra.:⨼(::Mv,::Mv)
29-
GAlgebra.:⨽(::Mv,::Mv)
30-
31-
GAlgebra.:⊠(::Mv,::Mv)
32-
GAlgebra.:⊙(::Mv,::Mv)
33-
GAlgebra.:×(::Mv,::Mv)
34-
GAlgebra.:⊛(::Mv,::Mv)
35-
36-
Base.:-(::Mv)
37-
38-
GAlgebra.norm(::Mv)
39-
Base.inv(::Mv)
40-
Base.:~(::Mv)
41-
Base.adjoint(::Mv)
42-
GAlgebra.involute(::Mv)
43-
Base.conj(::Mv)
44-
45-
GAlgebra.proj(::Mv,::Mv)
46-
GAlgebra.refl(::Mv,::Mv)
47-
GAlgebra.rot(::Mv,::Mv)
48-
Base.exp(::Mv)
49-
50-
GAlgebra.scalar(::Mv)
51-
GAlgebra.even(::Mv)
52-
GAlgebra.odd(::Mv)
53-
```
5418

0 commit comments

Comments
 (0)