diff options
author | Ryan Petrello <lists@ryanpetrello.com> | 2015-05-06 10:17:30 -0400 |
---|---|---|
committer | Ryan Petrello <lists@ryanpetrello.com> | 2015-05-06 10:17:56 -0400 |
commit | ca2e90a94031fdbba31bf4bda87b51a87e97eb7c (patch) | |
tree | fb7475ce51ddc4d8807900553d52eff682fe4f9e /docs/source/index.rst | |
parent | 79a8791e7fefdcbe62f264bf905ac09a1958e753 (diff) | |
download | cliff-master.tar.gz |
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:: |