diff options
author | morganrol <morgan.richomme@orange.com> | 2021-03-31 18:06:47 +0200 |
---|---|---|
committer | morganrol <morgan.richomme@orange.com> | 2021-03-31 18:06:47 +0200 |
commit | 52870422a4722451d0bc71c58bf6c33e49604381 (patch) | |
tree | cce53ba24dbc78a5dc8f5bc53cebc3757f7f1c40 /docs/simulators | |
parent | 11b4934a1c264bddeec0b5d93f6f3fa64f55e376 (diff) |
[DOCUMENTATION] Add a simulator section in documentation
Create a simulator section in integration documentation
This section aims to highlight the existing simulators
and encourage people to reuse them
it is a first skeleton, other patches shall complete
the new sections
Issue-ID: INT-1888
Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: If4510001bc1bb754a4bdaf3963175873edb3601c
Diffstat (limited to 'docs/simulators')
-rw-r--r-- | docs/simulators/ns_simulator.rst | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/simulators/ns_simulator.rst b/docs/simulators/ns_simulator.rst new file mode 100644 index 000000000..f9f724e6c --- /dev/null +++ b/docs/simulators/ns_simulator.rst @@ -0,0 +1,28 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 + International License. http://creativecommons.org/licenses/by/4.0 + +.. _ns_simulator: + +:orphan: + +NS Simulator +============ + +Description +----------- + +TODO + + +Guides +====== + +User Guide +----------- + +TODO + +Developer Guide +--------------- + +TODO |