From 7ab33233b5d045ee79b2e4ecd8293a5fd8fc8420 Mon Sep 17 00:00:00 2001 From: troymc Date: Mon, 8 Aug 2016 16:19:36 +0200 Subject: [PATCH] docs: moved 'Running Unit Tests' under new 'Develop & Test BigchainDB' section --- docs/source/dev-and-test/index.rst | 10 ++++++++++ .../{nodes => dev-and-test}/running-unit-tests.md | 0 docs/source/index.rst | 3 ++- docs/source/nodes/index.rst | 1 - 4 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 docs/source/dev-and-test/index.rst rename docs/source/{nodes => dev-and-test}/running-unit-tests.md (100%) diff --git a/docs/source/dev-and-test/index.rst b/docs/source/dev-and-test/index.rst new file mode 100644 index 00000000..1b493eec --- /dev/null +++ b/docs/source/dev-and-test/index.rst @@ -0,0 +1,10 @@ +.. You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Develop & Test BigchainDB +========================= + +.. toctree:: + :maxdepth: 1 + + running-unit-tests diff --git a/docs/source/nodes/running-unit-tests.md b/docs/source/dev-and-test/running-unit-tests.md similarity index 100% rename from docs/source/nodes/running-unit-tests.md rename to docs/source/dev-and-test/running-unit-tests.md diff --git a/docs/source/index.rst b/docs/source/index.rst index 28d9a09c..c90bd9a8 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -11,9 +11,10 @@ Table of Contents quickstart node-cluster-fed nodes/index + dev-and-test/index + server-reference/index drivers-clients/index clusters-feds/index topic-guides/index release-notes - server-reference/index appendices/index diff --git a/docs/source/nodes/index.rst b/docs/source/nodes/index.rst index 808d6618..1bcce574 100644 --- a/docs/source/nodes/index.rst +++ b/docs/source/nodes/index.rst @@ -11,4 +11,3 @@ BigchainDB Nodes node-requirements setup-run-node run-with-docker - running-unit-tests