From c8c3c9e922915b7eddc05973f6f938c6a0cbedaf Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 1 Apr 2019 21:52:31 +0200 Subject: o Removing all doit code. It was a failed experiment. --- docs/getting-started-dodo.rst | 6 ------ docs/getting-started.rst | 4 ---- docs/index.rst | 3 --- 3 files changed, 13 deletions(-) delete mode 100644 docs/getting-started-dodo.rst (limited to 'docs') diff --git a/docs/getting-started-dodo.rst b/docs/getting-started-dodo.rst deleted file mode 100644 index 649043f..0000000 --- a/docs/getting-started-dodo.rst +++ /dev/null @@ -1,6 +0,0 @@ -:orphan: - -Example dodo.py ---------------- - -.. literalinclude:: ../demo/doit/dodo.py diff --git a/docs/getting-started.rst b/docs/getting-started.rst index aeb023d..48b1a0d 100644 --- a/docs/getting-started.rst +++ b/docs/getting-started.rst @@ -11,7 +11,3 @@ In the directory where you have your KiCAD project, run:: EOF env/bin/pip install -r requirements -Then we need to configure DoIt. DoIt is somewhat like make, with tasks (code to run), file dependencies (input files) -and targets (output files). The exact - -See :doc:`getting-started-dodo` diff --git a/docs/index.rst b/docs/index.rst index 212eb9d..fca6d9b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,9 +3,6 @@ EE Tools The ``ee`` project's main goals is to make it to automate and increase the quality of electronics engineering projects. -The implementation 1) a bunch of Python code to work with EE-related programs and file formats and 2) a bunch of -`DoIt `_ tasks. - Currently the project support these tools: * `KiCAD `_ -- cgit v1.2.3