aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2019-04-01 21:52:31 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2019-04-01 21:53:24 +0200
commitc8c3c9e922915b7eddc05973f6f938c6a0cbedaf (patch)
tree7b0303bfbfb41502d261f46ba351b1c324d3209c /docs
parent0ebd2390a959a9562cf2096150ad6e8a24ed5ec9 (diff)
downloadee-python-c8c3c9e922915b7eddc05973f6f938c6a0cbedaf.tar.gz
ee-python-c8c3c9e922915b7eddc05973f6f938c6a0cbedaf.tar.bz2
ee-python-c8c3c9e922915b7eddc05973f6f938c6a0cbedaf.tar.xz
ee-python-c8c3c9e922915b7eddc05973f6f938c6a0cbedaf.zip
o Removing all doit code. It was a failed experiment.
Diffstat (limited to 'docs')
-rw-r--r--docs/getting-started-dodo.rst6
-rw-r--r--docs/getting-started.rst4
-rw-r--r--docs/index.rst3
3 files changed, 0 insertions, 13 deletions
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 <http://pydoit.org>`_ tasks.
-
Currently the project support these tools:
* `KiCAD <http://kicad.org>`_