Skip to content

Commit

Permalink
Provide a proper index, change logo to dark, since the top line is dark.
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Nov 8, 2023
1 parent c30ceca commit b8511e8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ MultiDocumenter.make(
),
brand_image = MultiDocumenter.BrandImage("https://juliamanifolds.github.io",
joinpath("assets",
"logo.png")),
"logo-dark.png")),
)

# ## Deploy
Expand Down
14 changes: 13 additions & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Julia Manifolds

Hi!
The [GitHub Organisation Julia Manifolds](https://github.com/JuliaManifolds)
develops [Julia]() packages involving numerical differential geometry.
Our main interface is [ManifoldsBase.jl](https://juliamanifolds.github.io/manifoldsbase/stable/),
describing how to define a manifold.
The main package build upon that is a library of Riemannian manifolds, [Manifolds.jl](https://juliamanifolds.github.io/manifolds/stable/).
On the other hand we provide packages that provide tools for general manifolds using the main interface, like
[Manopt.jl](https://juliamanifolds.github.io/manopt/stable/) to perform optimization on Manifolds,
[ManifoldDiffEq.jl](https://juliamanifolds.github.io/manifolddiffeq/) to solve differential equations,
or [ManifoldDiff.jl](https://juliamanifolds.github.io/manifolddiff/stable/) to provide AD tools
for functions deifned on manifolds.

While all these packages have their own documentation, they are aggregated here as well using
[MultiDocumenter.jl](https://github.com/JuliaComputing/MultiDocumenter.jl) to have a single place for all documentation, especially the overarching search functionality.

0 comments on commit b8511e8

Please sign in to comment.