Skip to content

Commit

Permalink
feat: bring algebras into shape
Browse files Browse the repository at this point in the history
- documentation
- tests
- renaming
  • Loading branch information
thofma committed Sep 1, 2024
1 parent ee980a7 commit e5d966f
Show file tree
Hide file tree
Showing 15 changed files with 1,619 additions and 1,313 deletions.
8 changes: 8 additions & 0 deletions docs/src/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,14 @@ export default defineConfig({
{ text: 'Discriminant groups', link: 'manual/quad_forms/discriminant_group'},
]
},
{ text: 'Algebras',
collapsed: true,
items: [
{ text: 'Introduction', link: 'manual/algebras/intro'},
{ text: 'Basics', link: 'manual/algebras/basics'},
{ text: 'Structure constant algebras', link: 'manual/algebras/structureconstant'},
]
},
{
text: 'Elliptic curves',
collapsed: true,
Expand Down
4 changes: 3 additions & 1 deletion src/AlgAss.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
include("AlgAss/Map.jl")
include("AlgAss/AbsAlgAss.jl")
include("AlgAss/Decompose.jl")
include("AlgAss/AlgQuat.jl")
include("AlgAss/AlgAss.jl")
include("AlgAss/StructureConstantAlgebra.jl")
include("AlgAss/Conversions.jl")
include("AlgAss/radical.jl")
include("AlgAss/ChangeRing.jl")
include("AlgAss/AlgGrp.jl")
Expand Down
Loading

0 comments on commit e5d966f

Please sign in to comment.