diff --git a/docs/src/submodules/FileFormats/LP.md b/docs/src/submodules/FileFormats/LP.md index 61676133f7..e1c204333d 100644 --- a/docs/src/submodules/FileFormats/LP.md +++ b/docs/src/submodules/FileFormats/LP.md @@ -37,7 +37,7 @@ In addition to the grammar, there are the following rules: * Newlines are ignored, except where explicitly described ``` - :== + :== \n [\n] \n @@ -52,7 +52,7 @@ In addition to the grammar, there are the following rules: i"min" | i"minimum" | i"minimize" | i"minimise" | i"max" | i"maximum" | i"maximize" | i"maximise" - :== + :== (i"subject to" | i"st" | i"st." | i"s.t." | i"such that")[":"] :== i"bound" | i"bounds" @@ -71,7 +71,7 @@ In addition to the grammar, there are the following rules: :== ( | | ".")* - :== + :== "+" | "-" | +[.()*][("e" | "E")("+" | "-")()+] @@ -106,11 +106,11 @@ In addition to the grammar, there are the following rules: := - := + := :== "=" (0 | 1) "->" - :== + :== "S1::" (":")+\n | "S2::" (":")+\n @@ -138,7 +138,7 @@ integers x ``` Gurobi will interpret this as `x in MOI.Integer()`. FICO Xpress will interpret -this as `x in MOI.ZeroOne()`. +this as `x in MOI.ZeroOne()`. FICO document this behavior, but they're an outlier. @@ -168,7 +168,7 @@ x >= 0 end ``` -**We choose to allow variables to be named as keywords, and we use context to +**We choose to allow variables to be named as keywords, and we use context to disambiguate.** ### Whitespace @@ -186,7 +186,7 @@ Xpress will interpret this as the expression `2 * x`. Gurobi document this behavior, saying that they require whitespace around all tokens, but they're an outlier. -**We choose to allow juxtaposted tokens without whitespace.** +**We choose to allow juxtaposed tokens without whitespace.** ### Identifiers diff --git a/docs/src/tutorials/latency.md b/docs/src/tutorials/latency.md index a54e23dbde..bf0de572a1 100644 --- a/docs/src/tutorials/latency.md +++ b/docs/src/tutorials/latency.md @@ -24,7 +24,7 @@ with the reasons for latency in Julia and how to fix them. * Read the blogposts on julialang.org on [precompilation](https://julialang.org/blog/2021/01/precompile_tutorial/) and [SnoopCompile](https://julialang.org/blog/2021/01/snoopi_deep/) - * Read the [SnoopCompile](https://timholy.github.io/SnoopCompile.jl/stable/) + * Read the [SnoopCompile](https://juliadebug.github.io/SnoopCompile.jl/stable/) documentation. * Watch Tim Holy's [talk at JuliaCon 2021](https://www.youtube.com/watch?v=rVBgrWYKLHY) * Watch the [package development workshop at JuliaCon 2021](https://www.youtube.com/watch?v=wXRMwJdEjX4) diff --git a/docs/styles/config/vocabularies/JuMP/accept.txt b/docs/styles/config/vocabularies/JuMP/accept.txt index f526736192..1be6d39214 100644 --- a/docs/styles/config/vocabularies/JuMP/accept.txt +++ b/docs/styles/config/vocabularies/JuMP/accept.txt @@ -15,7 +15,6 @@ errored flamegraph getters [Jj]ulia -juxtaposted linkcheck nonlinearly nonzeros @@ -59,4 +58,4 @@ QSopt preprint Lubin Nemirovski -Xpress \ No newline at end of file +Xpress