From 98e3b6c486474204f13daab51f9661bf47a76946 Mon Sep 17 00:00:00 2001 From: Triston Armstrong Date: Thu, 16 Sep 2021 08:48:29 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3694e77..f58ce0c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# ExtronLib-Intellisense-Support -This is a mock of the Extronlib library that allows you to edit globalscripter python files externally in an IDE of your choice and contains all documentation in code. +# ExtronLib-Code-Documentation-Support +This is a mock of the Extronlib library that allows you to edit globalscripter python files externally in an IDE of your choice and contains all documentation of extronlib in code with the help of intellisense From 230fc0a97ca7102825ccae1456ee03c10a82d161 Mon Sep 17 00:00:00 2001 From: Triston Armstrong Date: Thu, 16 Sep 2021 08:51:20 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f58ce0c..0a2e17a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # ExtronLib-Code-Documentation-Support This is a mock of the Extronlib library that allows you to edit globalscripter python files externally in an IDE of your choice and contains all documentation of extronlib in code with the help of intellisense + + +TODO: +- Finish cleaning up Docstrings +- Make sure types match documentation +- Make sure all classes and methods are available +- Make this globally installable with pip so a user doesnt have to copy pasta folders and shit