Skip to content

Commit 9c249f6

Browse files
committed
Add test and debug section, move logging into new section
1 parent 760a9ed commit 9c249f6

File tree

5 files changed

+45
-2
lines changed

5 files changed

+45
-2
lines changed

source/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Welcome to the Atlas Device SDK Docs
2323
Access Atlas </sdk/atlas>
2424
Manage Users </sdk/users>
2525
Sync Data </sdk/sync>
26-
Logging </sdk/logging>
26+
Test and Debug </sdk/test-and-debug>
2727
SDK Telemetry </sdk/telemetry>
2828
API Reference </sdk/api-reference>
2929
Build with Frameworks </frameworks>

source/sdk/test-and-debug.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
==============
2+
Test and Debug
3+
==============
4+
5+
.. toctree::
6+
:titlesonly:
7+
8+
Logging </sdk/test-and-debug/log>
9+
Testing </sdk/test-and-debug/test>
10+
Troubleshooting </sdk/test-and-debug/troubleshoot>
11+
12+
The following pages contain information about how to log information, run tests
13+
using the database, and troubleshoot specific errors:
14+
15+
- :ref:`sdks-logging`
16+
- :ref:`sdks-testing`
17+
- :ref:`sdks-troubleshooting`

source/sdk/logging.txt renamed to source/sdk/test-and-debug/log.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Logging
1010
:depth: 2
1111
:class: singlecol
1212

13-
Placeholder page for information about logging.
13+
Placeholder page for information about logging.

source/sdk/test-and-debug/test.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.. _sdks-testing:
2+
3+
=======
4+
Testing
5+
=======
6+
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 2
11+
:class: singlecol
12+
13+
Placeholder page for information about testing.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.. _sdks-troubleshooting:
2+
3+
===============
4+
Troubleshooting
5+
===============
6+
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 2
11+
:class: singlecol
12+
13+
Placeholder page for information about troubleshooting specific errors.

0 commit comments

Comments
 (0)