5 Commits

Author SHA1 Message Date
Vu Cong Tuan
ecae1938eb Fix html_last_updated_fmt for Python3
html_last_updated_fmt option is interpreted as a
byte string in python3, causing Sphinx build to break.
This patch makes it utf-8 string.

Changing Popen to .check_output because of 3 reasons:
1. check_output() will raise CalledProcessError if
the called process returns a non-zero return code.
2. For consistency with keystone [1] and cinder [2]
3. It makes the code look much better.

[1] https://review.openstack.org/#/c/457142/
[2] https://review.openstack.org/#/c/433081

Change-Id: I2da5d4cc708c06f7d03f2f2805f6340895c9f5ac
2017-06-06 09:49:35 +07:00
Mike Fedosin
6a612efedd Add v1 api doc
Change-Id: I4e4dea01816b109d7dc3a605a6ee844fd16ac44e
2017-02-06 23:28:26 +03:00
Mike Fedosin
0ef6a4cd61 Documentation initial commit
Change-Id: Icb8f6f93726d316241f9d25b56ae98c2c7a3aa72
2017-02-06 22:47:00 +03:00
ji-xuepeng
4124c2c249 Removes unnecessary utf-8 encoding
Change-Id: If19ba090bdb0e042bc45e8921309fd9d903f8f8a
2017-01-13 20:02:04 +08:00
kairat_kushaev
46f27365f8 Fix docs and remove bandit check for translation
Currently there are no translation files in glare repo. Because of
that some bandit checks have failed during pep8 run. The patch
fixes this behavior. It also adds gitreview file and
adds additional exception for idea files to gitignore
Additionally tox -edocs has failed because doc configuration is
absent. The patch has added basic configuration for sphinx so
users can generate docs for glare.

Change-Id: I817d8f4e072ff300923faf13871c29a80f226336
2016-08-23 09:25:01 +00:00