Update Octavia docs for documentation migration
This patch updates the Octavia documentation in support of the OpenStack documentation migration[1]. [1] https://specs.openstack.org/openstack/docs-specs/specs \ /pike/os-manuals-migration.html Change-Id: I97fd038b8050bfe776c3fca8336d9090f8236362 Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
This commit is contained in:
@@ -98,7 +98,7 @@ def generate(flow_list, output_directory):
|
||||
current_doc_file.write('.. image:: ' + doc_tuple[0] +
|
||||
'-' + doc_tuple[1] + '.svg\n')
|
||||
current_doc_file.write(' :width: 660px\n')
|
||||
current_doc_file.write(' :target: ../../_images/' +
|
||||
current_doc_file.write(' :target: ../../../_images/' +
|
||||
doc_tuple[0] +
|
||||
'-' + doc_tuple[1] + '.svg\n')
|
||||
|
||||
@@ -129,7 +129,7 @@ def generate(flow_list, output_directory):
|
||||
current_doc_file.write('.. image:: ' + doc_tuple[0] +
|
||||
'-' + doc_tuple[1] + '.svg\n')
|
||||
current_doc_file.write(' :width: 660px\n')
|
||||
current_doc_file.write(' :target: ../../_images/' +
|
||||
current_doc_file.write(' :target: ../../../_images/' +
|
||||
doc_tuple[0] +
|
||||
'-' + doc_tuple[1] + '.svg\n')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user