diff options
Diffstat (limited to 'docs/source/index.rst')
-rw-r--r-- | docs/source/index.rst | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst deleted file mode 100644 index b474208..0000000 --- a/docs/source/index.rst +++ /dev/null @@ -1,33 +0,0 @@ -======================================================= - cliff -- Command Line Interface Formulation Framework -======================================================= - -cliff is a framework for building command line programs. It uses -plugins to define sub-commands, output formatters, and other -extensions. - -Contents: - -.. toctree:: - :maxdepth: 2 - - introduction - demoapp - list_commands - show_commands - complete - interactive_mode - classes - install - developers - history - - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` - -.. todolist:: |