diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index 6fb863d..9272a68 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-09-23T16:27:25","documenter_version":"1.7.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-09-23T19:15:00","documenter_version":"1.7.0"}} \ No newline at end of file diff --git a/dev/contributing/index.html b/dev/contributing/index.html index 864eb44..a58267f 100644 --- a/dev/contributing/index.html +++ b/dev/contributing/index.html @@ -1,2 +1,2 @@ -Contributing to ManifoldExamples.jl · ManifoldExamples.jl

Contributing to ManifoldExamples.jl

First, thanks for taking the time to contribute. Any contribution is appreciated and welcome.

The following is a set of guidelines to ManifoldExamples.jl.

Table of Contents

I just have a question

The developer can most easily be reached in the Julia Slack channel #manifolds. You can apply for the Julia Slack workspace here if you haven't joined yet. You can also ask your question on our GitHub discussion.

How can I file an issue?

If you found a bug or want to propose a feature, we track our issues within the GitHub repository.

How can I contribute?

Add an example

If you have used one of the problems from here in an example or you are providing a problem together with an example, please add a corresponding Quarto Markdown file to the examples/ folder. The Markdown file should provide a short introduction to the problem and provide links to further details, maybe a paper or a preprint. Use the bib/literature.yaml file to add references (in CSL_YAML, which can for example be exported e.g. from Zotero).

Add any packages you need to the examples/ environment (see the containting Project.toml). The examples will not be run on CI, but their rendered CommonMark outpout should be included in the list of examples in the documentation of this package.

Code style

We try to follow the documentation guidelines from the Julia documentation as well as Blue Style. We run JuliaFormatter.jl on the repo in the way set in the .JuliaFormatter.toml file, which enforces a number of conventions consistent with the Blue Style.

We also follow a few internal conventions:

  • Any implemented function should be accompanied by its mathematical formulae if a closed form exists.
  • within a file the structs should come first and functions second. The only exception are constructors for the structs
  • within both blocks an alphabetical order is preferable.
  • The above implies that the mutating variant of a function follows the non-mutating variant.
  • There should be no dangling = signs.
  • Always add a newline between things of different types (struct/method/const).
  • Always add a newline between methods for different functions (including in-place/non-mutating variants).
  • Prefer to have no newline between methods for the same function; when reasonable, merge the docstrings into a generic function signature.
  • All import/using/include should be in the main module file.
  • There should only be a minimum of exports within this file, all problems should usually be later addressed as ManifoldExamples.[...]
  • the Quarto Markdown files are excluded from this formatting.
+Contributing to ManifoldExamples.jl · ManifoldExamples.jl

Contributing to ManifoldExamples.jl

First, thanks for taking the time to contribute. Any contribution is appreciated and welcome.

The following is a set of guidelines to ManifoldExamples.jl.

Table of Contents

I just have a question

The developer can most easily be reached in the Julia Slack channel #manifolds. You can apply for the Julia Slack workspace here if you haven't joined yet. You can also ask your question on our GitHub discussion.

How can I file an issue?

If you found a bug or want to propose a feature, we track our issues within the GitHub repository.

How can I contribute?

Add an example

If you have used one of the problems from here in an example or you are providing a problem together with an example, please add a corresponding Quarto Markdown file to the examples/ folder. The Markdown file should provide a short introduction to the problem and provide links to further details, maybe a paper or a preprint. Use the bib/literature.yaml file to add references (in CSL_YAML, which can for example be exported e.g. from Zotero).

Add any packages you need to the examples/ environment (see the containting Project.toml). The examples will not be run on CI, but their rendered CommonMark outpout should be included in the list of examples in the documentation of this package.

Code style

We try to follow the documentation guidelines from the Julia documentation as well as Blue Style. We run JuliaFormatter.jl on the repo in the way set in the .JuliaFormatter.toml file, which enforces a number of conventions consistent with the Blue Style.

We also follow a few internal conventions:

  • Any implemented function should be accompanied by its mathematical formulae if a closed form exists.
  • within a file the structs should come first and functions second. The only exception are constructors for the structs
  • within both blocks an alphabetical order is preferable.
  • The above implies that the mutating variant of a function follows the non-mutating variant.
  • There should be no dangling = signs.
  • Always add a newline between things of different types (struct/method/const).
  • Always add a newline between methods for different functions (including in-place/non-mutating variants).
  • Prefer to have no newline between methods for the same function; when reasonable, merge the docstrings into a generic function signature.
  • All import/using/include should be in the main module file.
  • There should only be a minimum of exports within this file, all problems should usually be later addressed as ManifoldExamples.[...]
  • the Quarto Markdown files are excluded from this formatting.
diff --git a/dev/examples/hermite/index.html b/dev/examples/hermite/index.html index 4d51e79..433ecc7 100644 --- a/dev/examples/hermite/index.html +++ b/dev/examples/hermite/index.html @@ -66,4 +66,4 @@ plot!(scene, M, interp_line3; wireframe = false, linewidth=1.5)

sys:1: UserWarning: No data for colormapping provided via 'c'. Parameters 'vmin', 'vmax' will be ignored
 sys:1: UserWarning: No data for colormapping provided via 'c'. Parameters 'vmin', 'vmax' will be ignored
 sys:1: UserWarning: No data for colormapping provided via 'c'. Parameters 'vmin', 'vmax' will be ignored
-sys:1: UserWarning: No data for colormapping provided via 'c'. Parameters 'vmin', 'vmax' will be ignored

Literature

[Zim20]
R. Zimmermann. Hermite Interpolation and Data Processing Errors on Riemannian Matrix Manifolds. SIAM Journal on Scientific Computing 42, A2593–A2619 (2020). Publisher: Society for Industrial and Applied Mathematics.
+sys:1: UserWarning: No data for colormapping provided via 'c'. Parameters 'vmin', 'vmax' will be ignored

Literature

[Zim20]
R. Zimmermann. Hermite Interpolation and Data Processing Errors on Riemannian Matrix Manifolds. SIAM Journal on Scientific Computing 42, A2593–A2619 (2020). Publisher: Society for Industrial and Applied Mathematics.
diff --git a/dev/examples/hermite_files/figure-commonmark/cell-4-output-1.svg b/dev/examples/hermite_files/figure-commonmark/cell-4-output-1.svg index 22ed52c..07bce84 100644 --- a/dev/examples/hermite_files/figure-commonmark/cell-4-output-1.svg +++ b/dev/examples/hermite_files/figure-commonmark/cell-4-output-1.svg @@ -6,7 +6,7 @@ - 2024-09-23T16:27:03.465381 + 2024-09-23T16:23:33.805605 image/svg+xml @@ -384,7 +384,7 @@ L 89.850376 89.377501 - - - + + - - + + +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #3ea44e; stroke-width: 1.5"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #3ea44e; stroke-width: 1.5"/> - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + @@ -765,7 +765,7 @@ L 223.363383 245.154796 L 230.95411 245.882039 L 238.694653 245.861253 L 246.510466 245.092639 -" clip-path="url(#pfd7c7e0b0f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#pe098084c5b)" style="fill: none; stroke: #cccccc"/> @@ -2988,7 +2988,7 @@ z - - + @@ -3056,7 +3056,7 @@ z - - + @@ -3104,7 +3104,7 @@ z - + diff --git a/dev/examples/hermite_files/figure-commonmark/cell-5-output-1.svg b/dev/examples/hermite_files/figure-commonmark/cell-5-output-1.svg index cf7e508..5aa3c7e 100644 --- a/dev/examples/hermite_files/figure-commonmark/cell-5-output-1.svg +++ b/dev/examples/hermite_files/figure-commonmark/cell-5-output-1.svg @@ -6,7 +6,7 @@ - 2024-09-23T16:27:04.423312 + 2024-09-23T16:23:34.786190 image/svg+xml @@ -384,7 +384,7 @@ L 89.850376 89.377501 - - - + + - - + + +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #3ea44e; stroke-width: 1.5"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #3ea44e; stroke-width: 1.5"/> - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + @@ -1083,7 +1083,7 @@ L 223.363383 245.154796 L 230.95411 245.882039 L 238.694653 245.861253 L 246.510466 245.092639 -" clip-path="url(#p834e87b795)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p51d44b985f)" style="fill: none; stroke: #cccccc"/> @@ -3306,7 +3306,7 @@ z - - + @@ -3374,7 +3374,7 @@ z - - + @@ -3420,7 +3420,7 @@ z - - + @@ -3447,7 +3447,7 @@ z - + diff --git a/dev/examples/hermite_files/figure-commonmark/cell-6-output-1.svg b/dev/examples/hermite_files/figure-commonmark/cell-6-output-1.svg index 0615eac..72ea094 100644 --- a/dev/examples/hermite_files/figure-commonmark/cell-6-output-1.svg +++ b/dev/examples/hermite_files/figure-commonmark/cell-6-output-1.svg @@ -6,7 +6,7 @@ - 2024-09-23T16:27:05.120215 + 2024-09-23T16:23:35.542743 image/svg+xml @@ -384,7 +384,7 @@ L 89.850376 89.377501 - - - + + - - + + +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #3ea44e; stroke-width: 1.5"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #3ea44e; stroke-width: 1.5"/> - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + @@ -1401,7 +1401,7 @@ L 223.363383 245.154796 L 230.95411 245.882039 L 238.694653 245.861253 L 246.510466 245.092639 -" clip-path="url(#p82fd5b126d)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> +" clip-path="url(#p4d18331e9f)" style="fill: none; stroke: #cccccc"/> @@ -3624,7 +3624,7 @@ z - - + @@ -3692,7 +3692,7 @@ z - - + @@ -3738,7 +3738,7 @@ z - - + @@ -3763,7 +3763,7 @@ z - - + @@ -3822,7 +3822,7 @@ z - + diff --git a/dev/index.html b/dev/index.html index 1ea0b48..cbd7211 100644 --- a/dev/index.html +++ b/dev/index.html @@ -1,2 +1,2 @@ -Home · ManifoldExamples.jl
+Home · ManifoldExamples.jl
diff --git a/dev/references/index.html b/dev/references/index.html index adddde2..8855008 100644 --- a/dev/references/index.html +++ b/dev/references/index.html @@ -1,2 +1,2 @@ -References · ManifoldExamples.jl
+References · ManifoldExamples.jl