Skip to content

Commit

Permalink
Update README.rst - remove copy/pasted TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-belcher authored Feb 22, 2024
1 parent 82c5222 commit 9b7207c
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9b7207c

Please sign in to comment.