Skip to content

Commit 5a3016b

Browse files
Rename introduction to basic usage for clarity
1 parent eb65f59 commit 5a3016b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ makedocs(
1414
"GalacticOptim.jl: Unified Global Optimization Package" => "index.md",
1515

1616
"Tutorials" => [
17-
"Introduction to GalacticOptim.jl" => "tutorials/intro.md",
17+
"Basic usage" => "tutorials/intro.md",
1818
"Rosenbrock function" => "tutorials/rosenbrock.md",
1919
"Minibatch" => "tutorials/minibatch.md"
2020
],

docs/src/tutorials/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Introduction to GalacticOptim.jl
1+
# Basic usage
22

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

0 commit comments

Comments
 (0)