Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tutorials_menu =
"🏔️ Get started with Manopt.jl" => "tutorials/getstarted.md",
"Speedup using in-place computations" => "tutorials/InplaceGradient.md",
"Use automatic differentiation" => "tutorials/AutomaticDifferentiation.md",
"Define objectives in the embedding" => "tutorials/EmbeddingObjectives.md",
"Obtain the Riemannian gradient and Hessian" => "tutorials/EmbeddingObjectives.md",
"Count and use a cache" => "tutorials/CountAndCache.md",
"Print debug output" => "tutorials/HowToDebug.md",
"Record values" => "tutorials/HowToRecord.md",
Expand Down
2 changes: 1 addition & 1 deletion tutorials/EmbeddingObjectives.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "How to define the cost in the embedding"
title: "Obtain the Riemannian gradient and Hessian"
Comment thread
araujoms marked this conversation as resolved.
Outdated
author: "Ronny Bergmann"
---

Expand Down
Loading