diff --git a/documentation/source/index.rst b/documentation/source/index.rst index 2a2b1bf..ad75c6c 100644 --- a/documentation/source/index.rst +++ b/documentation/source/index.rst @@ -1,23 +1,25 @@ -Welcome to Command interface's documentation! -============================================= +***************** +command-interface +***************** .. toctree:: :maxdepth: 2 :caption: Contents: + :hidden: This is a system for building command-driven interfaces in Dylan. -It can currently be used to declaratively design terminal-based -command interfaces, commonly called shells or CLIs. +It can currently be used to declaratively design terminal-based command +interfaces, commonly called shells or CLIs (for Command Line Interface). We also strive to implement graphical command interfaces in a similar manner to Symbolics Genera, including support for full graphical and markup output. +(Full documentation is still TBD.) + Indices and tables ================== * :ref:`genindex` -* :ref:`modindex` -* :ref:`search` diff --git a/dylan-package.json b/dylan-package.json index 07bc866..fd8d78b 100644 --- a/dylan-package.json +++ b/dylan-package.json @@ -2,14 +2,14 @@ "name": "command-interface", "description": "Interactive command interface system for Dylan", "keywords": [ "command-line" ], - "version": "0.1.1", + "version": "0.1.2", "url": "https://github.com/dylan-lang/command-interface", "category" : "utilities", "contact": "dylan-lang@googlegroups.com", "dependencies": [], "dev-dependencies": [ - "testworks@3.2.0", - "sphinx-extensions@0.2.0" + "testworks", + "sphinx-extensions" ], "license": "MIT", "license-url": "https://opensource.org/license/mit"