Commit Graph

5 Commits

Author SHA1 Message Date
Matt McEuen 08252d3065 Deprecate Berth project
This deprecates the Berth project, as it is no longer
actively developed, and is not used.  Alternative and more mature
projects are now available to fulfill the same need at this time.

Change-Id: I0f94ecac61250065442399dacf8981ef16c2f94b
2019-07-15 18:04:38 -05:00
98k d12131c416 Add airship-discuss@lists.airshipit.org
Change-Id: I9f29ded6c75aa1e310e8cb65d433ca3833248bb0
2019-01-20 11:34:08 +00:00
Roman Gorshunov 67372bade2 Set up publishing of docs
Set up publishing of docs to the readthedocs.

Change-Id: If42d4fa5937ab8edd0bacb20534328db8f1df216
2018-09-28 19:22:40 +02:00
Roman Gorshunov e4af7891ee Fix: various documentation and URL fixes
1) UCP -> Airship
2) readthedocs.org -> readthedocs.io (there is redirect)
3) http -> https
4) attcomdev -> airshipit (repo on quay.io)
5) att-comdev -> openstack/airship-* (repo on github/openstack git)
6) many URLs have been verified and adjusted to be current
7) no need for 'en/latest/' path in URL of the RTD
8) added more info to some setup.cfg and setup.py files
9) ucp-integration docs are now in airship-in-a-bottle
10) various other minor fixes

Change-Id: Iae7a867c71d6e61d8d1dcd99133a6e74fef7de2a
2018-09-25 11:44:57 +02:00
Felipe Monteiro a821aeff00 Berth documentation via build_sphinx.
This PS adds tooling and automation to automatically generate
Berth's documentation into feature-rich HTML pages that can
be hosted.

To run the documentation job, simply execute:

    tox -e docs

Future docs should be written using the style described at
http://www.sphinx-doc.org/en/stable/markup/code.html and
located in berth/docs/source

This PS also adds basic building blocks required by most any
Python project:

  * test-requirements.txt
  * requirements.txt
  * setup.cfg
  * setup.py
  * added more filters to .gitignore

Change-Id: I792b0244ce9909d70283730a29545304311c6dbc
2017-10-06 15:07:07 -04:00