From 17910cf11ba0a870bfcefb5d4f9a701f8a082401 Mon Sep 17 00:00:00 2001 From: Alex Ott Date: Fri, 28 Apr 2023 19:45:59 +0200 Subject: [PATCH] Fix table of content by removing not required top-level item (#366) ## Changes Removed not necessary item from ToC ## Tests Not required --- docs/commands.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/commands.md b/docs/commands.md index c405f190..bf0585e0 100755 --- a/docs/commands.md +++ b/docs/commands.md @@ -74,7 +74,6 @@ - [bricks experiments list-artifacts - Get all artifacts.](#bricks-experiments-list-artifacts---get-all-artifacts) - [bricks experiments list-experiments - List experiments.](#bricks-experiments-list-experiments---list-experiments) - [bricks experiments log-batch - Log a batch.](#bricks-experiments-log-batch---log-a-batch) -- [Request Limits](#request-limits) - [bricks experiments log-metric - Log a metric.](#bricks-experiments-log-metric---log-a-metric) - [bricks experiments log-model - Log a model.](#bricks-experiments-log-model---log-a-model) - [bricks experiments log-param - Log a param.](#bricks-experiments-log-param---log-a-param)