From 61f729c35da3120781d001a390b55e1941d14925 Mon Sep 17 00:00:00 2001 From: nilshah98 Date: Tue, 11 Jun 2019 14:46:15 +0530 Subject: rst files added for all components --- code/frontEnd/Workspace.rst | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 code/frontEnd/Workspace.rst (limited to 'code/frontEnd/Workspace.rst') diff --git a/code/frontEnd/Workspace.rst b/code/frontEnd/Workspace.rst new file mode 100644 index 00000000..8f45816f --- /dev/null +++ b/code/frontEnd/Workspace.rst @@ -0,0 +1,5 @@ +Workspace Component +=================== + +.. automodule:: frontEnd.Workspace + :pmembers: -- 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/frontEnd/Workspace.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/frontEnd/Workspace.rst') diff --git a/code/frontEnd/Workspace.rst b/code/frontEnd/Workspace.rst index 8f45816f..8722c745 100644 --- a/code/frontEnd/Workspace.rst +++ b/code/frontEnd/Workspace.rst @@ -2,4 +2,4 @@ Workspace Component =================== .. automodule:: frontEnd.Workspace - :pmembers: + :members: -- cgit