diff options
| author | 2022-10-21 08:21:32 +0200 | |
|---|---|---|
| committer | 2022-10-21 08:21:32 +0200 | |
| commit | 21b2c28387d88da19a898baa42a12ffa7f19afab (patch) | |
| tree | d384a4a52cf379ebe4eed0a949e351558b570f5b /doc | |
| parent | Shuffle imports more (diff) | |
Fix orders
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/math.mdz | 2 | ||||
| -rw-r--r-- | doc/message-protocol.mdz | 2 | ||||
| -rw-r--r-- | doc/misc.mdz | 2 | ||||
| -rw-r--r-- | doc/networked-repl.mdz | 2 | ||||
| -rw-r--r-- | doc/path.mdz | 2 | ||||
| -rw-r--r-- | doc/randgen.mdz | 2 | ||||
| -rw-r--r-- | doc/regex.mdz | 2 | ||||
| -rw-r--r-- | doc/rpc-protocol.mdz | 2 | ||||
| -rw-r--r-- | doc/temple.mdz | 2 | ||||
| -rw-r--r-- | doc/test.mdz | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/doc/math.mdz b/doc/math.mdz index 5fc99b8..bbbd139 100644 --- a/doc/math.mdz +++ b/doc/math.mdz @@ -2,7 +2,7 @@ :author "Josef Pospíšil" :license "MIT" :template "mdzdoc/main.html" - :order 99} + :order 7} --- The math module deals with two main areas of mathematics: statistics diff --git a/doc/message-protocol.mdz b/doc/message-protocol.mdz index 058f804..b1b0884 100644 --- a/doc/message-protocol.mdz +++ b/doc/message-protocol.mdz @@ -2,7 +2,7 @@ :author "Calvin Rose" :license "MIT" :template "mdzdoc/main.html" - :order 7} + :order 8} --- Provide a symmetric way to send and receive seqential messages over a diff --git a/doc/misc.mdz b/doc/misc.mdz index f224796..a497e9c 100644 --- a/doc/misc.mdz +++ b/doc/misc.mdz @@ -2,7 +2,7 @@ :author "Calvin Rose" :license "MIT" :template "mdzdoc/main.html" - :order 8} + :order 9} --- ## Dedent diff --git a/doc/networked-repl.mdz b/doc/networked-repl.mdz index 541c399..87f2083 100644 --- a/doc/networked-repl.mdz +++ b/doc/networked-repl.mdz @@ -2,7 +2,7 @@ :author "Calvin Rose" :license "MIT" :template "mdzdoc/main.html" - :order 9} + :order 10} --- Launch a networked REPL server on one machine and connect to it from diff --git a/doc/path.mdz b/doc/path.mdz index 0fc6206..2a74ce8 100644 --- a/doc/path.mdz +++ b/doc/path.mdz @@ -2,7 +2,7 @@ :author "Calvin Rose" :license "MIT" :template "mdzdoc/main.html" - :order 10} + :order 11} --- Simple path manipulation module for Janet. Supports manipulation both windows and posix paths on any platform, and provides functions that diff --git a/doc/randgen.mdz b/doc/randgen.mdz index e1a1f22..903139e 100644 --- a/doc/randgen.mdz +++ b/doc/randgen.mdz @@ -2,7 +2,7 @@ :author "Calvin Rose" :license "MIT" :template "mdzdoc/main.html" - :order 11} + :order 12} --- A small utility for random number generation, especially with a focus on diff --git a/doc/regex.mdz b/doc/regex.mdz index 644c945..c046a33 100644 --- a/doc/regex.mdz +++ b/doc/regex.mdz @@ -2,7 +2,7 @@ :author "Calvin Rose" :license "MIT" :template "mdzdoc/main.html" - :order 12} + :order 13} --- A module for compiling a subset of regexes to Janet PEGs. diff --git a/doc/rpc-protocol.mdz b/doc/rpc-protocol.mdz index e6cbe5a..fe28bd3 100644 --- a/doc/rpc-protocol.mdz +++ b/doc/rpc-protocol.mdz @@ -2,7 +2,7 @@ :author "Calvin Rose" :license "MIT" :template "mdzdoc/main.html" - :order 13} + :order 14} --- A simple remote procedure call tool for Janet. diff --git a/doc/temple.mdz b/doc/temple.mdz index 9fafcfa..534a3e8 100644 --- a/doc/temple.mdz +++ b/doc/temple.mdz @@ -2,7 +2,7 @@ :author "Calvin Rose" :license "MIT" :template "mdzdoc/main.html" - :order 14} + :order 15} --- HTML templates for Janet. diff --git a/doc/test.mdz b/doc/test.mdz index 5b5e4b2..8ce3a89 100644 --- a/doc/test.mdz +++ b/doc/test.mdz @@ -2,7 +2,7 @@ :author "Calvin Rose" :license "MIT" :template "mdzdoc/main.html" - :order 15} + :order 16} --- This module contains a simple test helper when you do not need a specialized |
