diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/apidocs/index.rst | 9 | ||||
-rw-r--r-- | docs/apidocs/modules.rst | 7 |
2 files changed, 16 insertions, 0 deletions
diff --git a/docs/apidocs/index.rst b/docs/apidocs/index.rst new file mode 100644 index 000000000..594671556 --- /dev/null +++ b/docs/apidocs/index.rst @@ -0,0 +1,9 @@ +====================================== +Yardstick Framework Code Documentation +====================================== + +.. toctree:: + :numbered: + :maxdepth: 3 + + modules diff --git a/docs/apidocs/modules.rst b/docs/apidocs/modules.rst new file mode 100644 index 000000000..271ea147c --- /dev/null +++ b/docs/apidocs/modules.rst @@ -0,0 +1,7 @@ +yardstick +========= + +.. toctree:: + :maxdepth: 4 + + yardstick |