Skip to content

Commit f4db911

Browse files
authored
Merge pull request #34 from cgay/dev
Update docs and package file
2 parents a19eeb3 + a784ac5 commit f4db911

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

documentation/source/index.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
1-
Welcome to Command interface's documentation!
2-
=============================================
1+
*****************
2+
command-interface
3+
*****************
34

45
.. toctree::
56
:maxdepth: 2
67
:caption: Contents:
8+
:hidden:
79

810
This is a system for building command-driven interfaces in Dylan.
911

10-
It can currently be used to declaratively design terminal-based
11-
command interfaces, commonly called shells or CLIs.
12+
It can currently be used to declaratively design terminal-based command
13+
interfaces, commonly called shells or CLIs (for Command Line Interface).
1214

1315
We also strive to implement graphical command interfaces in a similar
1416
manner to Symbolics Genera, including support for full graphical and
1517
markup output.
1618

19+
(Full documentation is still TBD.)
20+
1721

1822
Indices and tables
1923
==================
2024

2125
* :ref:`genindex`
22-
* :ref:`modindex`
23-
* :ref:`search`

dylan-package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"name": "command-interface",
33
"description": "Interactive command interface system for Dylan",
44
"keywords": [ "command-line" ],
5-
"version": "0.1.1",
5+
"version": "0.1.2",
66
"url": "https://github.com/dylan-lang/command-interface",
77
"category" : "utilities",
88
"contact": "dylan-lang@googlegroups.com",
99
"dependencies": [],
1010
"dev-dependencies": [
11-
"testworks@3.2.0",
12-
"sphinx-extensions@0.2.0"
11+
"testworks",
12+
"sphinx-extensions"
1313
],
1414
"license": "MIT",
1515
"license-url": "https://opensource.org/license/mit"

0 commit comments

Comments
 (0)