Logo
Explore Get Started
openstack/manila
Code Issues Proposed changes
08612d7524
BranchesTags
View all branches
manila/doc/ext/manila_autodoc.py

15 lines
278 B
Python
Raw Normal View History

Update manila's docs After manila's fork from cinder, its docs were not updated well. This info is used by doc-builder, see doc/README.rst Partially implements: blueprint manila-documentation Change-Id: Ic97584db291b60505d5d310a517c2866fc6fcf5f
2014-06-06 19:30:04 +03:00
from __future__ import print_function
Initialize from cinder
2013-08-08 10:34:06 -04:00
import gettext
import os
Renamed cinder to manila. Fixed setup.py, fixed bin scripts.
2013-09-02 09:59:07 +03:00
gettext.install('manila')
Initialize from cinder
2013-08-08 10:34:06 -04:00
Renamed cinder to manila. Fixed setup.py, fixed bin scripts.
2013-09-02 09:59:07 +03:00
from manila import utils
Initialize from cinder
2013-08-08 10:34:06 -04:00
def setup(app):
Update manila's docs After manila's fork from cinder, its docs were not updated well. This info is used by doc-builder, see doc/README.rst Partially implements: blueprint manila-documentation Change-Id: Ic97584db291b60505d5d310a517c2866fc6fcf5f
2014-06-06 19:30:04 +03:00
print("**Autodocumenting from %s" % os.path.abspath(os.curdir))
rv = utils.execute('./doc/generate_autodoc_index.sh')
print(rv[0])
Copy Permalink
Powered by Gitea Version: v1.23.8 Page: 55ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API