Skip to content

Commit

Permalink
Fix documenter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
scheinerman committed Aug 30, 2024
1 parent d9ec3f0 commit 57c17fc
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 34 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "LinearAlgebraX"
uuid = "9b3f67b0-2d00-526e-9884-9e4938f8fb88"
version = "0.2.9"
version = "0.2.10"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ julia> A*B
Mod{11}(0) Mod{11}(0) Mod{11}(1) Mod{11}(0) Mod{11}(0)
Mod{11}(0) Mod{11}(0) Mod{11}(0) Mod{11}(1) Mod{11}(0)
Mod{11}(0) Mod{11}(0) Mod{11}(0) Mod{11}(0) Mod{11}(1)
```
```

## Characteristic polynomial

Expand Down Expand Up @@ -225,7 +225,7 @@ julia> rrefx(A)
0//1 1//1 0//1 1//1 0//1 -883//325 158//325
0//1 0//1 1//1 1//1 0//1 551//650 512//325
0//1 0//1 0//1 0//1 1//1 -379//325 204//325
```
```

## Homogeneous Vectors

Expand Down
2 changes: 1 addition & 1 deletion docs/build/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-08-30T07:38:13","documenter_version":"1.5.0"}}
{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-08-30T09:14:15","documenter_version":"1.5.0"}}
61 changes: 34 additions & 27 deletions docs/build/index.html

Large diffs are not rendered by default.

Binary file modified docs/build/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/build/search_index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ julia> A*B
Mod{11}(0) Mod{11}(0) Mod{11}(1) Mod{11}(0) Mod{11}(0)
Mod{11}(0) Mod{11}(0) Mod{11}(0) Mod{11}(1) Mod{11}(0)
Mod{11}(0) Mod{11}(0) Mod{11}(0) Mod{11}(0) Mod{11}(1)
```
```

## Characteristic polynomial

Expand Down Expand Up @@ -225,7 +225,7 @@ julia> rrefx(A)
0//1 1//1 0//1 1//1 0//1 -883//325 158//325
0//1 0//1 1//1 1//1 0//1 551//650 512//325
0//1 0//1 0//1 0//1 1//1 -379//325 204//325
```
```

## Homogeneous Vectors

Expand Down

0 comments on commit 57c17fc

Please sign in to comment.