Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gnome-terminator/docs
Documentation for terminator
https://github.com/gnome-terminator/docs
Last synced: about 1 month ago
JSON representation
Documentation for terminator
- Host: GitHub
- URL: https://github.com/gnome-terminator/docs
- Owner: gnome-terminator
- Created: 2020-04-05T15:26:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T16:27:41.000Z (about 1 year ago)
- Last Synced: 2024-05-08T19:48:21.693Z (8 months ago)
- Language: Python
- Homepage: https://gnome-terminator.readthedocs.io/
- Size: 3.18 MB
- Stars: 10
- Watchers: 5
- Forks: 11
- Open Issues: 8
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Terminator Manual (GTK3)
========================Fully fleshed-out manual for Terminator.
The main Terminator icon was created by Cory Kontros, and provided under the `CC-BY-SA-4.0`_ licence.
This Manual and included images are wholly new pieces created by the current maintainer Steve Boddy, and are distributed under the `CC-BY-SA-4.0`_ licence, as are the horrific attempts by yours truly at using Cory’s icon to provide page identities.
How to Build
------------* Install the shinx package and the ReadTheDocs theme ``pip3 install sphinx sphinx-rtd-theme``
* Clone this repository
* ``cd docs/source``
* Build the HTML pages: ``make html``For Python2.X:
~~~~~~~~~~~~~~* serve up the web pages: ``cd _build/html && python -m SimpleHTTPServer 4000``
* Review the results at http://localhost:4000For Python3.X:
~~~~~~~~~~~~~~* serve up the web pages: ``cd _build/html && python3 -m http.server 4000``
* Review the results in your browser at http://localhost:4000Imported from Launchpad: https://code.launchpad.net/~gnome-terminator/terminator/manual-gtk3
.. _CC-BY-SA-4.0: http://creativecommons.org/licenses/by-sa/4.0/