Skip to content

Commit

Permalink
Merge pull request #5 from Brambleberry4/master
Browse files Browse the repository at this point in the history
Docs updated
  • Loading branch information
mattrose committed Jun 3, 2021
2 parents 07683b4 + fcacd3c commit 9041ce3
Show file tree
Hide file tree
Showing 7 changed files with 116 additions and 85 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Authors
-------

* Steve Boddy

* Felix Mölder, Bramblebery4 (02/2021)

18 changes: 14 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Terminator Manual (GTK2)
Terminator Manual (GTK3)
========================

Fully fleshed-out manual for Terminator.
Expand All @@ -10,13 +10,23 @@ This Manual and included images are wholly new pieces created by the current mai
How to Build
------------

* Install the shinx package and the ReadTheDocs theme `pip install sphinx sphinx-rtd-theme`
* Install the shinx package and the ReadTheDocs theme ``pip3 install sphinx sphinx-rtd-theme``
* Clone this repository
* ``cd docs``
* Build the HTML pages ``make html``
* ``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:4000

For Python3.X:
~~~~~~~~~~~~~~

* serve up the web pages: ``cd _build/html && python3 -m http.server 4000``
* Review the results in your browser at http://localhost:4000

Imported from Launchpad: https://code.launchpad.net/~gnome-terminator/terminator/manual-gtk3

.. _CC-BY-SA: http://creativecommons.org/licenses/by-sa/4.0/
Expand Down
147 changes: 79 additions & 68 deletions source/gettingstarted.rst

Large diffs are not rendered by default.

13 changes: 11 additions & 2 deletions source/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,21 @@ All contributions and improvements are welcome.
+--------------+------------+-----------------+------------------------------------+
| 1.91, r1759 | 2017-03-29 | Stephen Boddy | Updates for the GTK3 Port |br| |
+--------------+------------+-----------------+------------------------------------+
| 1.92 | 2017-??-?? | Stephen Boddy | Updates for 1.92 release |br| |
| 1.92 | 2017-04-18 | Markus Frosch | Updates for 1.92 release |br| |
+--------------+------------+-----------------+------------------------------------+
| 2.0 | 2017-??-?? | Stephen Boddy | Updates for 2.0 release |br| |
| 2.0 | 2020-10-06 | Matt Rose | Updates for 2.0 release |br| |
+--------------+------------+-----------------+------------------------------------+
| 2.0.1 | 2020-10-11 | Matt Rose | Minor bugfix release |br| |
+--------------+------------+-----------------+------------------------------------+
| 2.1 | 2021-01-04 | Matt Rose | Updates for 2.1 release |br| |
+--------------+------------+-----------------+------------------------------------+

For a more detailed overview and changelogs see `release notes`_ and `changelogs`_.

.. note:: Ideally this documentation should be kept up-to-date with
the changes as they go in. This way things don't get missed.
There could be some lag between releases, but it should
definitely be updated for a new release.

.. _changelogs: https://github.com/gnome-terminator/terminator/blob/master/CHANGELOG.md
.. _release notes: https://github.com/gnome-terminator/terminator/releases/
15 changes: 8 additions & 7 deletions source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ Sometimes it is not always
clear just how many little shortcuts and features there are in Terminator. This
manual hopes to reduce the confusion.

A quick word on style. I have none. 😃 I have casual way of talking and writing,
and a strange sense of humour. I also tend to use random pop-culture references
a lot, but often in ways that make no sense. If this is a problem you are
entitled to a refund of the money you paid to me to write this... 😎
.. A quick word on style. I have none. 😃 I have casual way of talking and writing,
.. and a strange sense of humour. I also tend to use random pop-culture references
.. a lot, but often in ways that make no sense. If this is a problem you are
.. entitled to a refund of the money you paid to me to write this... 😎
------------------
What is Terminator
------------------
-------------------
What is Terminator?
-------------------

At its simplest Terminator is a terminal emulator like xterm, gnome-terminal,
konsole, etc. At its most complex it lets you fly... metaphorically at least.
Expand All @@ -35,6 +35,7 @@ Take a look at the following list:
- Save multiple layouts and profiles via GUI preferences editor
- Simultaneous typing to arbitrary groups of terminals
- Extensible through plugins
- Dynamic and customizable layouts

and lots more...

Expand Down
3 changes: 2 additions & 1 deletion source/licensing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ provided under the `CC-BY-SA licence`_.
This **Manual** and **API documentation** are wholly new pieces
created by the current maintainer *Steve Boddy*, and are distributed
under the `CC-BY-SA licence`_, as are the horrific attempts by yours
truly at using Cory's icon to provide page identities.
truly at using Cory's icon to provide page identities. It is updated
by *Felix Mölder* and also published under the `CC-BY-SA licence`_.

The **Documentation Theme** is the `Read The Docs`_ theme by *Dave
Snider*, which is distributed under the `MIT licence`_. The theme is
Expand Down
3 changes: 1 addition & 2 deletions source/preferences.rst
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,5 @@ About

A simple panel describing a bit about the application, and a set of
links that will guide users to some helpful Terminator project
resources. There's also a mysterious button... I wonder what happens
when I press it?...
resources.

0 comments on commit 9041ce3

Please sign in to comment.