From 9b7207c20aacfe465747ca0fdf4e92b20d3eda8b Mon Sep 17 00:00:00 2001 From: Mike Belcher <12882940+mike-belcher@users.noreply.github.com> Date: Thu, 22 Feb 2024 17:05:32 -0500 Subject: [PATCH] Update README.rst - remove copy/pasted TODOs --- README.rst | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/README.rst b/README.rst index d264b04..1aa4c95 100644 --- a/README.rst +++ b/README.rst @@ -58,26 +58,3 @@ operating system: # For Windows .\doc\make.bat html .\doc\build\html\index.html - - - -TODO ----- - -- [ ] Finish documentation such that pre-commit works as intended -- [ ] Copy (manually, automatically?) main package documentation to README -- [ ] To/FromAPI String - - No extension methods in Python, add to base interface explicitly? - - Our string quoting rules per standard doc (Phoenix.ModelCenter.Common.ModelCenterUtils.EscapeString and UnescapeString) -- [ ] To/From Formatted String -- [ ] Scalar Types -- [ ] Array Types - - Strong typing of ndarray in numpy only added in version of numpy that doesn't support Python 3.7 -- [ ] File Types - - Use interface to separate behavior of files from library - - Implement default behavior -- [ ] Clone -- [ ] LinkingRules -- [ ] Variable Factory -- [ ] Variable State -- [ ] Variable Scope \ No newline at end of file