-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
📚 #534
Merged
Merged
📚 #534
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
a59cf9a
Fix a few typos.
kellertuer 47dcbb4
add a tutorial menu and a first dummy tutorial to the docs.
kellertuer 2ffcf7e
runs formatter.
kellertuer 74e3863
Merge branch 'master' into kellertuer/start-tutorials
kellertuer 5f9c65c
Start the get-started tutorial with how to define a manifold after lo…
kellertuer 717cfa8
add one more sentence.
kellertuer 89d60d1
simplify notesbookstart.
kellertuer a58b490
Juliaformatter and Pluto fighting.
kellertuer fdd3a3a
forgot one mdx.
kellertuer 2e186a7
Hm this runs locally but maybe not on the docs? We will see.
kellertuer 056828d
Bump julia version for docs CI.
kellertuer d07515b
trying to run reset notebook.
kellertuer 4dc65e1
Finish the first section of the get-started tutorial.
kellertuer 8b1eb39
Continue with the generic functions section.
kellertuer 43184ec
Merge branch 'master' into kellertuer/start-tutorials
kellertuer b30ce3d
Adds a small section on allocating and in-place functions.
kellertuer 1a61287
Merge branch 'master' into kellertuer/start-tutorials
kellertuer 7550ec8
Merge branch 'master' into kellertuer/start-tutorials
kellertuer 439c86e
nicer error displays.
kellertuer 7b9f8d5
write a short section about decorators.
kellertuer becfeed
Merge branch 'master' into kellertuer/start-tutorials
kellertuer 4bb0962
Fix all but one documenter warnings.
kellertuer 4651c13
Fix a typo.
kellertuer 125dcc1
hide the first two cells
kellertuer 074134b
Start with the working in Charts tutorial.
kellertuer 9e6a24f
run formatter.
kellertuer 882e251
add remaining code as a comment and add a few remarks. Delete origina…
kellertuer e6443d5
reformat whole pluto notebook.
kellertuer 5228f71
Working notebook.
kellertuer c144b30
working in chart descriptions
mateuszbaran 2020926
Little work on splitting the plots and a little bit of textwork in th…
kellertuer 8d78fd9
explain more things about vector transport in chart
mateuszbaran ad0badf
Merge branch 'master' into kellertuer/start-tutorials
kellertuer 9732254
Add the second tutorial, fix PlutoStaticHTML to 6.0.3 for now.
kellertuer 349a7dd
runs formatter.
kellertuer 43ca471
Switch working in charts to using WGLMakie – might still compile too …
kellertuer 1c88cb4
Link all DOIs.
kellertuer 34bc91e
Steps towards interactive switches.
kellertuer 9aa48fd
add static output.
kellertuer 786a09f
first variant that uses loading.
kellertuer b1c44b3
finish the switch – we now have two variable to steer behaviour (a) i…
kellertuer 7c12423
Minor tweak to only activate GLMAkie if necessary.
kellertuer 1af680e
remove the charts tutorial from the docs for now.
kellertuer 87327c5
Apply suggestions from code review
kellertuer 3457171
Fix a bug in the noteboook.
kellertuer 62a7e16
Add a small remark on ArrayPartition.
kellertuer f28187a
Update tutorials/getstarted.jl
kellertuer 04c47b9
Merge branch 'master' into kellertuer/start-tutorials
kellertuer 71f7f5d
bump version.
kellertuer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ docs/src/generated | |
docs/src/misc/contributing.md | ||
benchmark/tune.json | ||
benchmark/results* | ||
docs/src/tutorials/*.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "Manifolds" | ||
uuid = "1cead3c2-87b3-11e9-0ccd-23c62b72b94e" | ||
authors = ["Seth Axen <[email protected]>", "Mateusz Baran <[email protected]>", "Ronny Bergmann <[email protected]>", "Antoine Levitt <[email protected]>"] | ||
version = "0.8.36" | ||
version = "0.8.37" | ||
|
||
[deps] | ||
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NLSolve is for approximate inverse retraction, not the exponential map.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm? I am confused. It is either approximating Log or exp but approximating a retraction would not make sense (also I think I did not change this, but to fix errors is of course always good).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NLSolve is for approximating Log, for Exp we need OrdinaryDiffEq.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That (to me) also sounds a little strange to have two dependencies there, but then ist log probably, yes.