Commit Graph

21 Commits

Author SHA1 Message Date
Seunghun Lee 21f0e1c748 Add options to attach pre/postfix to rate value
Adds optional Horizon settings variable
``OPENSTACK_CLOUDKITTY_RATE_PREFIX`` and
``OPENSTACK_CLOUDKITTY_RATE_POSTFIX``.

These allow users to set pre/postfix to rate vaules shown at the
dashboard such as currency.

Change-Id: Ib663d29be9cee48aec94934a170ea80554538e0d
2024-03-07 11:58:23 +00:00
Rafael Weingärtner 4aa397d2d0 Remove the unused unicode
Change-Id: I4a9469833dd2e3fa878211d314a24b01b09cc616
2022-02-25 13:03:18 -03:00
Pierre Riteau 53162a1a6a docs: Update Freenode to OFTC
Change-Id: I2de39baabc3bf4c507f5e6840696f48e7ec737ae
2021-05-31 10:56:57 +02:00
Ghanshyam Mann 3b02d94c88 [ussuri][goal] Update contributor documentation
This patch updates/adds the contributor documentation to follow
the guidelines of the Ussuri cycle community goal[1].

[1] https://governance.openstack.org/tc/goals/selected/ussuri/project-ptl-and-contrib-docs.html

Story: #2007236
Task: #38517
Change-Id: I04440027a475b13e728e8fc5d2c4b632623f3b47
2021-05-18 19:57:02 +00:00
Andreas Jaeger 5ea0940b01 Switch to newer openstackdocstheme and reno versions
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using
these versions will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems

Update Sphinx version as well.

Set openstackdocs_pdf_link to link to PDF file. Note that
the link to the published document only works on docs.openstack.org
where the PDF file is placed in the top-level html directory. The
site-preview places the PDF in a pdf directory.

Disable openstackdocs_auto_name to use 'project' variable as name.

Change pygments_style to 'native' since old theme version always used
'native' and the theme now respects the setting and using 'sphinx' can
lead to some strange rendering.

openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.

See also
http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html

Change-Id: I649b1b74cd8542bd5870938f3bc74e296df7a04e
2020-05-30 16:29:22 +02:00
Luka Peschke dcb3dc2ed0 Dependency and tox.ini cleanup
Change-Id: If88fc483936bfb9a8d4e0b8900efde51ae79d748
2019-12-12 11:31:40 +01:00
Luka Peschke b706599f8f Remove python version specification in doc/requirements.txt
Change-Id: If8a6ea41b6022a5a815fa5ab3a588ab5517d2229
2019-12-11 11:04:14 +01:00
caoyuan 99993584bb tox: Keeping going with docs
Sphinx 1.8 introduced [1] the '--keep-going' argument which, as its name
suggests, keeps the build running when it encounters non-fatal errors.
This is exceptionally useful in avoiding a continuous edit-build loop
when undertaking large doc reworks where multiple errors may be
introduced.

[1] https://github.com/sphinx-doc/sphinx/commit/e3483e9b045

Change-Id: I44a317a3551c108b3872e4c8c37ccdbd414972b2
2019-11-14 10:32:52 +08:00
manchandavishal 00aa16d41e Generate PDF documentation
This commit adds a new tox target to build PDF documentation.
It's a part of community goal, see storyboard for more
information.

Story: 2006075
Task: 34809

Change-Id: I537aaea5c0e3341f8026589fc4b2c56505707ffb
2019-09-12 11:03:37 +00:00
pengyuesheng 81cec20420 Bump openstackdocstheme to 1.30.0
...to pick up many improvements, including the return of table borders.

Change-Id: I5abdccda5c90b89362d7c16f11cd6a328c71d43f
2019-06-27 16:41:17 +08:00
pengyuesheng 9b3fd64ed6 Blacklist sphinx 2.1.0 (autodoc bug)
See https://github.com/sphinx-doc/sphinx/issues/6440 for upstream details
Depend-On: https://review.opendev.org/#/c/663060/

Change-Id: I77e8409d2bb191e3ba6289533345b8d5fa46d2e6
2019-06-17 14:19:34 +08:00
pengyuesheng 40110851cf Update sphinx dependency
Sphinx 2.0 no longer works on python 2.7,
so we need to start capping it there as well
depend on https://review.opendev.org/#/c/657890/

Change-Id: I76d04daf2b9a1a72c054c2a1467c25b881e29ca7
2019-05-31 16:29:33 +08:00
Le Hou c01b4543c2 Use opendev repository
Change-Id: Ia168c5bd7b6821733948b0ca861751bc2b2a582e
2019-04-23 16:57:52 +08:00
Ian Wienand d1d7694433 Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: I48d66f3d443ba1945ca4ce3d3478702d719462b1
2019-03-24 20:33:19 +00:00
Zuul 6733e1117a Merge "Migration to Storyboard" 2018-09-07 09:08:55 +00:00
François Magimel 33339cdd4e Follow the new PTI for document build
For compliance with the Project Testing Interface as described in:
https://governance.openstack.org/tc/reference/project-testing-interface.html#documentation
http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html

Remove the '[build_sphinx]' as described in:
http://lists.openstack.org/pipermail/openstack-dev/2018-March/128594.html

Change-Id: I255b0892a3b0ec0e528172ae2ddabf8abfa507a8
2018-07-27 21:19:58 +02:00
François Magimel e12bd35ba5 Migration to Storyboard
This project can migrate to storyboard.openstack.org. Replace references
to Launchpad.

Change-Id: I27d49605d7048dfa644b07effa8fe2ab9957e0f2
2018-07-05 13:39:33 +02:00
Van Hung Pham 8bef046f52 Switch from oslosphinx to openstackdocstheme
As part of the docs migration work[0] for Pike we need to switch to use
the openstackdocstheme.

[0]https://review.openstack.org/#/c/472275/

Change-Id: I992266ecc3172e5b40be4e7075eb493a68af0d80
2017-07-03 13:25:52 +07:00
Stéphane Albert 194ce883a5 Updated documentation
Change-Id: I9d1976c340febcbfe77a47bafc075c0a02fefe0e
2016-03-04 13:12:00 +01:00
Guillaume Espanel 3364dc8dd2 Rewrite of the whole dashboard.
Change-Id: I91d2338ce3225e80ba4c53a1a88a5300d5af9c44
2015-05-12 15:24:53 +00:00
François Magimel 5f47bf4fa8 Init the repo with common files
Change-Id: I5229e6714b99d89ac15126378344b94494ed6c56
2014-08-24 10:15:05 +02:00