File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,16 @@ JuMP's documentation is written with [Documenter.jl](https://github.com/JuliaDoc
66
77## Initial setup
88
9- To build the documentation, you need to do a series of initialization steps. You
10- only need to do this once!
9+ To build the documentation, you need to do a series of initialization steps.
10+ However, you only need to do this once!
1111
1212First, you will need a local copy of JuMP. If you don't have one already, run:
1313```
1414$ julia -e 'import Pkg; Pkg.develop("JuMP")'
1515```
1616
1717This will create a copy of JuMP at ` ~/.julia/dev/JuMP ` . (On Windows, this will
18- be located at ` C:\\Users\\<your_user_name>\\.julia\dev\JuMP ` .) Open a terminal,
18+ be located at ` C:\\Users\\<your_user_name>\\.julia\\ dev\ \JuMP ` .) Open a terminal,
1919and ` cd ` to that directory:
2020```
2121$ cd ~/.julia/dev/JuMP
@@ -26,6 +26,8 @@ The next step is to setup the `docs` environment.
2626$ julia --project=docs -e 'import Pkg; Pkg.instantiate(); Pkg.develop(Pkg.PackageSpec(path="."))'
2727```
2828
29+ Now you're ready to build the documentation.
30+
2931## Building the docs
3032
3133Build the docs as follows:
You can’t perform that action at this time.
0 commit comments