Commit Graph

15 Commits

Author SHA1 Message Date
Andreas Jaeger e05275f9f9 Retire repository
Fuel (from openstack namespace) and fuel-ccp (in x namespace)
repositories are unused and ready to retire.

This change removes all content from the repository and adds the usual
README file to point out that the repository is retired following the
process from
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

See also
http://lists.openstack.org/pipermail/openstack-discuss/2019-December/011647.html

Depends-On: https://review.opendev.org/699362
Change-Id: I11b06516aa9d24b8defbb85d504ee5a90d10f2a6
2019-12-18 09:40:42 +01:00
Dzmitry Moisa 931509ef44 Replace PlantUML descriptions with static png
Replace PlantUML descriptions with static pictures as PlantUML is not
supported in gate. Remove all the related stuff from configs and
scripts.

Change-Id: I905153ef7d93a1248c76818048f58e24fc1d556d
Implements: blueprints.launchpad.net/fuel/+spec/fuel-docs-migration
2016-03-29 21:02:23 +03:00
Dzmitry Moisa f678a96595 Move docs from fuel-web/docs
This commit moves all the contents fromfuel-web/docs excluding api
docs. UML defenitions are temporary commented out

Change-Id: Id6b064a26f938ead76aef5dee64a0e1f27537e1e
2016-01-11 14:57:28 +03:00
Jim Phillips d49fa250e3 add lunr.py to parse HTML to create JSON for Lunr search
Change-Id: I44aff67391fa6f925b8cf09f787d7ec251faef0c
2015-09-17 11:15:57 -04:00
Fabrizio Soppelsa 06b7620c13 Adds instructions to configure Horizon with HTTPS
* Key and certificate creation (with some recommendations)
* Apache configuration
* HAproxy configuration

Change-Id: Ic6a694e16aaa45684749697dc9bf014bf5715c69
2015-05-29 16:19:59 +03:00
Igor Zinovik 27a011e04b implement spell checking targets to aid tech writers and documentation contributors
- add two new targets to our Makefile: `spell' and `spell_all'
- we rely on `aspell' spell checking tool (http://aspell.net/), it must
  be installed in system
- `spell' target triggers aspell to check files that were touched by
  current commit; suggested workflow:
  * git checkout -b release-notes-vX.Y
  * edit files with your favourite editor
  * git commit -a
  * make spell
  * git commit --amend
  * git review
- `spell_all' target will run aspell against all .rst files found in
  pages/ directory
- provide aspell wordlist `.aspell_en.wordlist', so that aspell would
  not ask you each time when it finds unknown word or acronym (e.g.
  VLAN, PXE, DHCP, etc)
- mention `aspell' in README.md

Change-Id: I87a3dcdf5e3e926f737933a00c7597065e4f80ee
2014-10-28 11:47:58 +03:00
Dmitry Ilyin 4df107a923 Fixes and cleanups for missing lables
* Moved release notes to other pdf files. Building them as
  a separate job is not only pointless but also doesn't
  allow referencing other chapters with :ref tag from the
  release notes.

* Cleaned some broken references and labels.

Change-Id: I8029b6e165450214c01113818a29d9102a53cd30
2014-08-06 17:37:45 +00:00
Andrey Danin af1289758a Split the RelNotes content into a set of files
Also increase a level of headers in the RelNotes.
The RelNotes PDF is a dependancy to the command:
  make pdf

Change-Id: I07a93fba4152c4ecc7c181da702314789f2b569b
2014-01-02 06:38:25 +04:00
Dmitry Borodaenko 6833250c86 Use SVG graphics in HTML docs
* Pre-convert SVG images to PDF with Inkscape

 * Do not pre-convert SVG to JPG, let Sphinx choose the best image
   format (SVG or PDF)

 * Optimize diagram scaling for consistent font sizing and clean PDF
   layouts

Change-Id: I22285f5284f3c396ebe98392fca3dc731b01d6fa
2013-12-11 17:27:32 -08:00
Ivan Kolodyazhny d0dcf12f4d 'make html' command doesn't show any warnings now 2013-11-27 19:40:21 +00:00
Ivan Kolodyazhny 9da9226f2a Fixing build warnings (in progress) 2013-11-27 12:42:03 +00:00
Pavel Lechenko ad3778db70 Added RelNotes PDF generation 2013-08-07 23:18:22 +04:00
Pavel Lechenko 751770e12a Reformatting, reimaging, HA notes, etc... 2013-08-06 22:28:38 +04:00
Pavel Lechenko 8b549c54f0 changed images, added font configs 2013-08-05 18:16:41 +04:00
Pavel Lechenko 6e363fde29 updated for 3.1 2013-07-23 20:47:18 +04:00