From a51da3731d4176626bb2715bf8eafb31a2130872 Mon Sep 17 00:00:00 2001 From: Daniel Rojas Date: Fri, 22 May 2020 17:31:45 +0200 Subject: [PATCH] Move to-do list into Readme --- readme.md | 11 +++++++++++ todo.md | 9 --------- 2 files changed, 11 insertions(+), 9 deletions(-) delete mode 100644 todo.md diff --git a/readme.md b/readme.md index 3f9e46a..ac79b82 100644 --- a/readme.md +++ b/readme.md @@ -94,6 +94,17 @@ This is very much a work in progress, and mainly an idea in my head. A Python module and test scripts is available. Running the test script will generate GraphViz output. The parser will follow later; contributions are welcome! +# To do + +* Automate creation of left/right side ports for connectors +* Add simple connectors (ferrules, cable lugs) + * no pinout + * graphical representation? +* Add support for cable splicing (as connector type) +* Display picture of connector underneath (including pin 1 location) +* Create parser (to make WireViz work as a GraphViz extension) + + ## License GNU GPLv3 diff --git a/todo.md b/todo.md deleted file mode 100644 index 58cc6a1..0000000 --- a/todo.md +++ /dev/null @@ -1,9 +0,0 @@ -# To do - -* Automate creation of left/right side ports for connectors -* Add simple connectors (ferrules, cable lugs) - * no pinout - * graphical representation? -* Add support for cable splicing (as connector type) -* Display picture of connector underneath (including pin 1 location) -* Create parser (to make WireViz work as a GraphViz extension)