-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from cgay/dev
Update docs and package file
- Loading branch information
Showing
2 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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": "[email protected]", | ||
"dependencies": [], | ||
"dev-dependencies": [ | ||
"testworks@3.2.0", | ||
"sphinx-extensions@0.2.0" | ||
"testworks", | ||
"sphinx-extensions" | ||
], | ||
"license": "MIT", | ||
"license-url": "https://opensource.org/license/mit" | ||
|