diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/getting-started-dodo.rst | 6 | ||||
-rw-r--r-- | docs/getting-started.rst | 4 | ||||
-rw-r--r-- | docs/index.rst | 3 |
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>`_ |