mirror of
https://git.proxmox.com/git/mirror_xterm.js
synced 2025-11-03 06:49:58 +00:00
Updated version, in docs
This commit is contained in:
parent
73bf6d1ce8
commit
21dde3cfa2
@ -51,9 +51,9 @@ copyright = u'2014, sourceLair Limited'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.1a'
|
||||
version = '0.11'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.1a'
|
||||
release = '0.11 Alpha'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
||||
@ -6,10 +6,17 @@
|
||||
Welcome to xterm.js's documentation!
|
||||
====================================
|
||||
|
||||
This is the documentation for xterm.js. Xterm.js is a full xterm clone, written completely in JavaScript.
|
||||
|
||||
Xterm.js supplye a modular, event-based interface that lets developers build addons and themes that augment
|
||||
the experience of running a fully-feature terminal inside the browser.
|
||||
|
||||
Xterm.js serves as the foundation for the terminal found at www.sourcelair.com.
|
||||
|
||||
Contents:
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:maxdepth: 1
|
||||
|
||||
events
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user