|
66 | 66 |
|
67 | 67 | # General information about the project. |
68 | 68 | project = u'F5 Driver for OpenStack LBaaSv2' |
69 | | -copyright = u'2017 F5 Networks Inc.' |
| 69 | +copyright = u'2018 F5 Networks Inc.' |
70 | 70 | author = u'F5 Networks' |
71 | 71 |
|
72 | 72 | # The version info for the project you're documenting, acts as replacement for |
73 | 73 | # |version| and |release|, also used in various other places throughout the |
74 | 74 | # built documents. |
75 | 75 | # |
76 | | -# The short X.Y version. |
77 | | -version = VERSION |
| 76 | + |
78 | 77 | # The full version, including alpha/beta/rc tags. |
| 78 | +version = VERSION |
79 | 79 | release = VERSION |
80 | 80 |
|
81 | 81 | # OpenStack release |
82 | 82 | openstack_release = "Newton" |
83 | 83 |
|
84 | | -rst_prolog = ''' |
85 | | -.. raw:: html |
86 | | -
|
87 | | - <script type="text/javascript"> |
88 | | - var home = "clouddocs.f5.com"; |
89 | | - var rtd = "f5-openstack-lbaasv2-driver.readthedocs.io"; |
90 | | -
|
91 | | - if (window.location.hostname === rtd) {window.location.assign("http://" + home + "/products/openstack/lbaasv2-driver/newton");} |
92 | | - </script> |
93 | | -''' |
| 84 | +#rst_prolog = ''' |
| 85 | +#''' |
94 | 86 |
|
95 | 87 | # The language for content autogenerated by Sphinx. Refer to documentation |
96 | 88 | # for a list of supported languages. |
|
367 | 359 | .. |rpm-download| raw:: html |
368 | 360 | |
369 | 361 | <a class="btn btn-info" href="https://github.com/F5Networks/f5-openstack-lbaasv2-driver/releases/download/v%(version)s/f5-openstack-lbaasv2-driver-%(version)s-1.el7.noarch.rpm">RPM package</a> |
370 | | -.. |release-notes| raw:: html |
371 | | -
|
372 | | - <a class="btn btn-success" href="%(base_url)s/products/openstack/lbaasv2-driver/v%(version)s/">Release Notes</a> |
373 | 362 | .. |agent-long| replace:: F5 Agent for OpenStack Neutron |
374 | 363 | .. |agent| replace:: :code:`f5-openstack-agent` |
375 | 364 | .. |driver| replace:: :code:`f5-openstack-lbaasv2-driver` |
|
379 | 368 | <a target="_blank" href="%(base_url)s/products/openstack/agent/%(openstack_release)s">F5 Agent for OpenStack Neutron</a> |
380 | 369 | .. |driver-short| replace:: F5 driver |
381 | 370 | .. _OpenStack Neutron: https://docs.openstack.org/neutron/%(openstack_release_l)s/ |
382 | | -.. _F5 Agent for OpenStack Neutron: %(base_url)s/products/openstack/%(version)s/agent/ |
| 371 | +.. _F5 Agent for OpenStack Neutron: %(base_url)s/products/openstack/agent/%(openstack_release_l)s |
383 | 372 | .. _user documentation: %(base_url)s/cloud/openstack/latest/lbaas |
384 | 373 | .. _Neutron LBaaS API: https://wiki.openstack.org/wiki/Neutron/LBaaS/API_2.0 |
385 | | -.. _available F5 agent: %(base_url)s/products/openstack/%(version)s/agent/ |
| 374 | +.. _available F5 agent: %(base_url)s/products/openstack/agent/%(openstack_release_l)s |
386 | 375 | .. _F5 Service Provider Package: %(base_url)s/cloud/openstack/latest/lbaas-prep |
387 | 376 | .. _Download the latest debian package: |f5_lbaasv2_driver_deb_url| |
388 | 377 | .. _Download the latest rpm package: |f5_lbaasv2_driver_rpm_url| |
389 | 378 | .. _Partners: %(base_url)s/cloud/openstack/latest/support/partners.html |
390 | | -.. _Configure and start the F5 Agent: %(base_url)s/products/openstack/%(version)s/agent/index.html#configure-the-agent-long |
391 | | -.. _Capacity-based Scale out: %(base_url)s/cloud/openstack/v1/lbaas/lbaas-differentiated-service-environments.html |
392 | | -.. _Differentiated Service Environments: %(base_url)s/cloud/openstack/v1/lbaas/lbaas-capacity-based-scaleout.html |
| 379 | +.. _Configure and start the F5 Agent: %(base_url)s/products/openstack/agent/%(openstack_release_l)s/#configure-the-f5-agent |
| 380 | +.. _Capacity-based Scale out: %(base_url)s/cloud/openstack/v1/lbaas/capacity-based-scaleout.html |
| 381 | +.. _Differentiated Service Environments: %(base_url)s/cloud/openstack/v1/lbaas/differentiated-service-environments.html |
393 | 382 | ''' % { |
394 | 383 | 'openstack_release': openstack_release, |
395 | 384 | 'openstack_release_l': openstack_release.lower(), |
396 | 385 | 'f5_lbaasv2_driver_shim_url': f5_lbaasv2_driver_shim_url, |
397 | 386 | 'version': version, |
398 | | - 'base_url': 'http://clouddocs.f5.com' |
| 387 | + 'base_url': 'http://clouddocs.f5.com' |
399 | 388 | } |
400 | 389 |
|
401 | 390 | # Links to external sites (i.e., outside of clouddocs) |
|
0 commit comments