diff --git a/docs/source/user_guide/project_commands/cmd_clean.rst b/docs/source/user_guide/project_commands/cmd_clean.rst deleted file mode 100644 index 1a894915..00000000 --- a/docs/source/user_guide/project_commands/cmd_clean.rst +++ /dev/null @@ -1,44 +0,0 @@ -.. _cmd_clean: - -apio clean -========== - -.. contents:: - -Usage ------ - -.. code:: - - apio clean [OPTIONS] - -Description ------------ - -Clean the previous generated files: **blif**, **asc**, **bin**, **rpt** and **out**. - -Required packages: ``scons``. - -Options -------- - -.. option:: - -p, --project-dir - -Set the target directory for the project. - -Examples --------- - -1. Clean the *leds example* - -.. code:: - - $ apio clean - Removed hardware.blif - Removed hardware.asc - Removed hardware.bin - Removed hardware.out - ================================== [SUCCESS] Took 0.17 seconds ============================== - -.. Executing: scons -Q -c -f /path/to/SConstruct