Skip to content

Commit 80bff28

Browse files
Put the documentation into the standard form
1 parent c2a7e37 commit 80bff28

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

docs/pages.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
pages = ["index.md",
2+
"getting_started.md",
23
"Tutorials" => [
3-
"tutorials/intro.md",
4-
"tutorials/rosenbrock.md",
54
"tutorials/minibatch.md",
65
"tutorials/symbolic.md",
76
"tutorials/constraints.md",
87
],
8+
"Examples" => [
9+
"examples/rosenbrock.md",
10+
],
911
"Basics" => [
1012
"API/optimization_problem.md",
1113
"API/optimization_function.md",

docs/src/tutorials/rosenbrock.md renamed to docs/src/examples/rosenbrock.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Solving the Rosenbrock Problem in >10 Ways
22

3-
This tutorial is a demonstration of many different solvers to demonstrate the
3+
This example is a demonstration of many different solvers to demonstrate the
44
flexibility of Optimization.jl. This is a gauntlet of many solvers to get a feel
55
for common workflows of the package and give copy-pastable starting points.
66

docs/src/tutorials/intro.md renamed to docs/src/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Basic usage
1+
# Getting Started with Optimization in Julia
22

33
In this tutorial, we introduce the basics of Optimization.jl by showing
44
how to easily mix local optimizers from Optim.jl and global optimizers

0 commit comments

Comments
 (0)