From 89249e5003eccb07917d21788f6ce37e1de6d572 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 3 Jun 2019 14:56:53 +0530 Subject: sphinx documentation init --- code/modelEditor/modelEditor.rst | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 code/modelEditor/modelEditor.rst (limited to 'code/modelEditor/modelEditor.rst') diff --git a/code/modelEditor/modelEditor.rst b/code/modelEditor/modelEditor.rst new file mode 100644 index 00000000..66f115e7 --- /dev/null +++ b/code/modelEditor/modelEditor.rst @@ -0,0 +1,6 @@ +Model Editor Component +======================== + +.. automodule:: modelEditor.ModelEditor + :members: + -- cgit From 6e0e63e0df985a704e5245737c396b363e9860e8 Mon Sep 17 00:00:00 2001 From: nilshah98 Date: Sat, 15 Jun 2019 18:43:23 +0530 Subject: setup.py and conf.py configured for `Read The Docs` documentation --- code/modelEditor/modelEditor.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/modelEditor/modelEditor.rst') diff --git a/code/modelEditor/modelEditor.rst b/code/modelEditor/modelEditor.rst index 66f115e7..61aa5300 100644 --- a/code/modelEditor/modelEditor.rst +++ b/code/modelEditor/modelEditor.rst @@ -3,4 +3,4 @@ Model Editor Component .. automodule:: modelEditor.ModelEditor :members: - + \ No newline at end of file -- cgit