Skip to content

Commit 57c17fc

Browse files
committed
Fix documenter issues
1 parent d9ec3f0 commit 57c17fc

File tree

7 files changed

+41
-34
lines changed

7 files changed

+41
-34
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "LinearAlgebraX"
22
uuid = "9b3f67b0-2d00-526e-9884-9e4938f8fb88"
3-
version = "0.2.9"
3+
version = "0.2.10"
44

55
[deps]
66
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ julia> A*B
155155
Mod{11}(0) Mod{11}(0) Mod{11}(1) Mod{11}(0) Mod{11}(0)
156156
Mod{11}(0) Mod{11}(0) Mod{11}(0) Mod{11}(1) Mod{11}(0)
157157
Mod{11}(0) Mod{11}(0) Mod{11}(0) Mod{11}(0) Mod{11}(1)
158-
```
158+
```
159159

160160
## Characteristic polynomial
161161

@@ -225,7 +225,7 @@ julia> rrefx(A)
225225
0//1 1//1 0//1 1//1 0//1 -883//325 158//325
226226
0//1 0//1 1//1 1//1 0//1 551//650 512//325
227227
0//1 0//1 0//1 0//1 1//1 -379//325 204//325
228-
```
228+
```
229229

230230
## Homogeneous Vectors
231231

docs/build/.documenter-siteinfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-08-30T07:38:13","documenter_version":"1.5.0"}}
1+
{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-08-30T09:14:15","documenter_version":"1.5.0"}}

docs/build/index.html

Lines changed: 34 additions & 27 deletions
Large diffs are not rendered by default.

docs/build/objects.inv

64 Bytes
Binary file not shown.

docs/build/search_index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ julia> A*B
155155
Mod{11}(0) Mod{11}(0) Mod{11}(1) Mod{11}(0) Mod{11}(0)
156156
Mod{11}(0) Mod{11}(0) Mod{11}(0) Mod{11}(1) Mod{11}(0)
157157
Mod{11}(0) Mod{11}(0) Mod{11}(0) Mod{11}(0) Mod{11}(1)
158-
```
158+
```
159159

160160
## Characteristic polynomial
161161

@@ -225,7 +225,7 @@ julia> rrefx(A)
225225
0//1 1//1 0//1 1//1 0//1 -883//325 158//325
226226
0//1 0//1 1//1 1//1 0//1 551//650 512//325
227227
0//1 0//1 0//1 0//1 1//1 -379//325 204//325
228-
```
228+
```
229229

230230
## Homogeneous Vectors
231231

0 commit comments

Comments
 (0)