Skip to content

Commit db76614

Browse files
committed
ref: reorder exp list in index
1 parent f7cb618 commit db76614

File tree

1 file changed

+7
-4
lines changed
  • content/docs/command-reference/exp

1 file changed

+7
-4
lines changed

content/docs/command-reference/exp/index.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ A set of commands to generate and manage experiments:
99
[diff](/doc/command-reference/exp/diff),
1010
[apply](/doc/command-reference/exp/apply),
1111
[branch](/doc/command-reference/exp/branch),
12-
[list](/doc/command-reference/exp/list),
1312
[resume](/doc/command-reference/exp/resume),
14-
[push](/doc/command-reference/exp/list),
15-
[pull](/doc/command-reference/exp/pull), and
16-
[gc](/doc/command-reference/exp/gc).
13+
[gc](/doc/command-reference/exp/gc), [list](/doc/command-reference/exp/list),
14+
[push](/doc/command-reference/exp/list), and
15+
[pull](/doc/command-reference/exp/pull).
1716

1817
## Synopsis
1918

@@ -47,3 +46,7 @@ positional arguments:
4746
- `-q`, `--quiet` - do not write anything to standard output.
4847

4948
- `-v`, `--verbose` - displays detailed tracing information.
49+
50+
## Examples
51+
52+
## Example: Checkpoints

0 commit comments

Comments
 (0)