forked from docs/doc-exports
Compare commits
1 Commits
test-rfs-a
...
ccn-add
| Author | SHA1 | Date | |
|---|---|---|---|
| be1f481a31 |
633
metadata.yaml
633
metadata.yaml
File diff suppressed because it is too large
Load Diff
@ -113,9 +113,13 @@ html_copy_source = False
|
|||||||
|
|
||||||
# -- Options for PDF output --------------------------------------------------
|
# -- Options for PDF output --------------------------------------------------
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
{%- if pdf_name is defined %}
|
{%- if doc_type %}
|
||||||
('index',
|
('index',
|
||||||
'{{ pdf_name }}.tex',
|
{%- if doc_type == 'dev' %}
|
||||||
|
'{{ service_type }}-dev-guide.tex',
|
||||||
|
{%- else %}
|
||||||
|
'{{ service_type }}-{{ doc_type }}.tex',
|
||||||
|
{% endif -%}
|
||||||
u'{{ title }}',
|
u'{{ title }}',
|
||||||
u'OpenTelekomCloud', 'manual'),
|
u'OpenTelekomCloud', 'manual'),
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
|
|||||||
@ -128,6 +128,7 @@
|
|||||||
Convert Network doc exports from html to rst and generate
|
Convert Network doc exports from html to rst and generate
|
||||||
corresponding rst patch files.
|
corresponding rst patch files.
|
||||||
files:
|
files:
|
||||||
|
- docs/ccn
|
||||||
- docs/cdn
|
- docs/cdn
|
||||||
- docs/dc
|
- docs/dc
|
||||||
- docs/dns
|
- docs/dns
|
||||||
|
|||||||
Reference in New Issue
Block a user