Skip to content

Commit

Permalink
fixing again
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszbaran committed Oct 22, 2023
1 parent f6162eb commit c11f82f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/src/manifolds/product.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# [Product manifold](@id ProductManifoldSection)

Product manifold $\mathcal M = \mathcal{M}_1 × \mathcal{M}_2 × … × \mathcal{M}_n$ of manifolds $\mathcal{M}_1, \mathcal{M}_2, …, \mathcal{M}_n$.
Points on the product manifold can be constructed using `ArrayPartition` (from `RecursiveArrayTools.jl`) with canonical projections $Π_i : \mathcal{M} → \mathcal{M}_i$ for $i ∈ 1, 2, …, n$ provided by [`submanifold_component`](@ref).
Points on the product manifold can be constructed using `ArrayPartition` (from `RecursiveArrayTools.jl`) with canonical projections $Π_i : \mathcal{M} → \mathcal{M}_i$ for $i ∈ 1, 2, …, n$ provided by [`submanifold_component`](https://juliamanifolds.github.io/ManifoldsBase.jl/stable/metamanifolds/#ManifoldsBase.submanifold_component-Tuple).

```@autodocs
Modules = [Manifolds]
Expand Down
4 changes: 1 addition & 3 deletions docs/src/misc/internals.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@ Manifolds.mul!_safe
Manifolds.nzsign
Manifolds.realify
Manifolds.realify!
Manifolds.select_from_tuple
Manifolds.symmetrize
Manifolds.symmetrize!
Manifolds.unrealify!
Manifolds.usinc
Manifolds.usinc_from_cos
Manifolds.vec2skew!
Manifolds.ziptuples
```

## Types in Extensions
Expand All @@ -29,4 +27,4 @@ Manifolds.ziptuples
Modules = [Manifolds]
Pages = ["../ext/ManifoldsOrdinaryDiffEqDiffEqCallbacksExt.jl"]
Order = [:type, :function]
```
```
2 changes: 1 addition & 1 deletion src/groups/group_action.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
AbstractGroupAction{AD<:ActionDirection}
An abstract group action on a manifold. [`ActionDirection``](@ref)`AD` indicates whether it
An abstract group action on a manifold. [`ActionDirection`](@ref)`AD` indicates whether it
is a left or right action.
"""
abstract type AbstractGroupAction{AD<:ActionDirection} end
Expand Down
2 changes: 1 addition & 1 deletion src/manifolds/VectorBundle.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fiber_bundle_transport(::VectorSpaceType, ::AbstractManifold) = ParallelTranspor
VectorBundle{𝔽,TVS,TM,VTV} = = FiberBundle{𝔽,VectorSpaceFiberType{TVS},TM,TVT}
Alias for [`FiberBundle`](@ref) when fiber type is a `TVS` of type
[`VectorSpaceType`](@ref).
[`VectorSpaceType`]https://juliamanifolds.github.io/ManifoldsBase.jl/stable/bases/#ManifoldsBase.VectorSpaceType).
`VectorSpaceFiberType` is used to encode vector spaces as fiber types.
"""
Expand Down

0 comments on commit c11f82f

Please sign in to comment.