Compare commits
	
		
			1 Commits
		
	
	
		
			rfs
			...
			add_pdf_co
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 4236619c49 | 
@ -1,11 +0,0 @@
 | 
			
		||||
---
 | 
			
		||||
hc_location: api/das
 | 
			
		||||
environment: internal
 | 
			
		||||
html_location: docs/das/api-ref
 | 
			
		||||
link: /data-admin-service/api-ref/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
rst_location: api-ref/source
 | 
			
		||||
service_type: das
 | 
			
		||||
title: API Reference
 | 
			
		||||
type: api-ref
 | 
			
		||||
@ -1,11 +0,0 @@
 | 
			
		||||
---
 | 
			
		||||
hc_location: usermanual/das
 | 
			
		||||
environment: internal
 | 
			
		||||
html_location: docs/das/umn
 | 
			
		||||
link: /data-admin-service/umn/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
rst_location: umn/source
 | 
			
		||||
service_type: das
 | 
			
		||||
title: User Guide
 | 
			
		||||
type: umn
 | 
			
		||||
@ -1,5 +1,4 @@
 | 
			
		||||
---
 | 
			
		||||
environment: internal
 | 
			
		||||
hc_location: api/dbss
 | 
			
		||||
html_location: docs/dbss/api-ref
 | 
			
		||||
link: /database-security-service/api-ref/
 | 
			
		||||
 | 
			
		||||
@ -1,6 +1,6 @@
 | 
			
		||||
---
 | 
			
		||||
hc_location: api/aos
 | 
			
		||||
environment: public
 | 
			
		||||
environment: internal
 | 
			
		||||
html_location: docs/rfs/api-ref
 | 
			
		||||
link: /resource-formation-service/api-ref/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
 | 
			
		||||
@ -1,10 +1,10 @@
 | 
			
		||||
---
 | 
			
		||||
hc_location: usermanual/aos
 | 
			
		||||
environment: public
 | 
			
		||||
environment: internal
 | 
			
		||||
html_location: docs/rfs/umn
 | 
			
		||||
link: /resource-formation-service/umn/
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
rst_location: umn/source
 | 
			
		||||
service_type: rfs
 | 
			
		||||
title: User Guide
 | 
			
		||||
 | 
			
		||||
@ -1,16 +0,0 @@
 | 
			
		||||
---
 | 
			
		||||
environment: internal
 | 
			
		||||
repositories:
 | 
			
		||||
- environment: internal
 | 
			
		||||
  repo: docs/data-admin-service
 | 
			
		||||
  type: gitea
 | 
			
		||||
- environment: public
 | 
			
		||||
  repo: opentelekomcloud-docs/data-admin-service
 | 
			
		||||
  type: github
 | 
			
		||||
service_category: database
 | 
			
		||||
service_title: Data Admin Service
 | 
			
		||||
service_type: das
 | 
			
		||||
service_uri: data-admin-service
 | 
			
		||||
teams:
 | 
			
		||||
- name: docs-database-rw
 | 
			
		||||
  permission: write
 | 
			
		||||
@ -1,5 +1,5 @@
 | 
			
		||||
---
 | 
			
		||||
environment: public
 | 
			
		||||
environment: internal
 | 
			
		||||
repositories:
 | 
			
		||||
- environment: internal
 | 
			
		||||
  repo: docs/resource-formation-service
 | 
			
		||||
 | 
			
		||||
@ -123,9 +123,9 @@ commands =
 | 
			
		||||
  rm -rf {{ loc }}/build/pdf
 | 
			
		||||
  cp -r {toxinidir}/_templates {{ loc }}/source/_templates/
 | 
			
		||||
  sphinx-build -W --keep-going -b latex {{ loc }}/source {{ loc }}/build/pdf/
 | 
			
		||||
  bash -c "for f in {{ loc }}/build/pdf/*.gif; do convert $f[0] $\{f/%gif/png\}; done || true"
 | 
			
		||||
  bash -c "for f in {{ loc }}/build/pdf/*.gif; do convert $f $\{f/%gif/png\}; done || true"
 | 
			
		||||
  bash -c "for f in {{ loc }}/build/pdf/*.tex; do sed -iorig 's/\.gif//g' $f; done"
 | 
			
		||||
  make -C {{ loc }}/build/pdf LATEXMKOPTS="-interaction=nonstopmode"
 | 
			
		||||
  make -C {{ loc }}/build/pdf
 | 
			
		||||
  mkdir -p doc/build/pdf
 | 
			
		||||
  cp {{ loc }}/build/pdf/{{ service_type }}-{{ doc.type }}.pdf doc/build/pdf/
 | 
			
		||||
  cp {{ loc }}/build/pdf/{{ service_type }}-{{ doc.type }}.pdf doc/build/html/
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user