Merge "Fixing links to network-templates examples"

This commit is contained in:
Jenkins 2016-09-20 10:25:20 +00:00 committed by Gerrit Code Review
commit 936903196d
5 changed files with 17 additions and 11 deletions

View File

@ -20,6 +20,12 @@ language = 'en'
# Default is '%b %d, %Y' (or a locale-dependent equivalent).
html_last_updated_fmt = '%Y/%m/%d'
# A list of paths that contains extra files not directly related to the
# documentation, such as robots.txt or .htaccess. Relative paths are taken
# as relative to the configuration directory. They are copied to the output
# directory. They will overwrite any existing file of the same name.
html_extra_path = ['examples']
# Enable Antialiasing
blockdiag_antialias = True
acttdiag_antialias = True

View File

@ -4,14 +4,14 @@
</head>
<body>
<h1>network_templates</h1>
<a href="network_templates/ceph.yaml">ceph.yaml</a><br>
<a href="network_templates/cinder.yaml">cinder.yaml</a><br>
<a href="network_templates/cinder_add_nodes.yaml">cinder_add_nodes.yaml</a><br>
<a href="network_templates/default.yaml">default.yaml</a><br>
<a href="network_templates/hardware.yaml">hardware.yaml</a><br>
<a href="network_templates/one_network.yaml">one_network.yaml</a><br>
<a href="network_templates/two_networks.yaml">two_networks.yaml</a><br>
<a href="network_templates/two_nodegroups.yaml">two_nodegroups.yaml</a><br>
<a href="developer/fuel-docs/network_templates/ceph.yaml">ceph.yaml</a><br>
<a href="developer/fuel-docs/network_templates/cinder.yaml">cinder.yaml</a><br>
<a href="developer/fuel-docs/network_templates/cinder_add_nodes.yaml">cinder_add_nodes.yaml</a><br>
<a href="developer/fuel-docs/network_templates/default.yaml">default.yaml</a><br>
<a href="developer/fuel-docs/network_templates/hardware.yaml">hardware.yaml</a><br>
<a href="developer/fuel-docs/network_templates/one_network.yaml">one_network.yaml</a><br>
<a href="developer/fuel-docs/network_templates/two_networks.yaml">two_networks.yaml</a><br>
<a href="developer/fuel-docs/network_templates/two_nodegroups.yaml">two_nodegroups.yaml</a><br>
</body>
</html>

View File

@ -11,7 +11,7 @@ available.
**To configure a single network:**
#. Save `network template for one network
</./../network_templates/one_network.yaml>`_
</developer/fuel-docs/network_templates/one_network.yaml>`_
as ``network_template_<env id>.yaml``.
#. Upload the network template by typing:

View File

@ -33,7 +33,7 @@ all other traffic.
``render_addr_mask`` for this network.
3. Save `network template for two networks
</./../network_templates/two_networks.yaml>`_
</developer/fuel-docs/network_templates/two_networks.yaml>`_
as ``network_template_<env id>.yaml``.
.. note::

View File

@ -6,7 +6,7 @@ Network template examples
This section provides examples of network configurations
using network templates. You can use the default template
and modify it for your requirements or use any of the templates provided
in the `network templates folder </examples/network_templates.html>`_.
in the `network templates folder </developer/fuel-docs/network_templates.html>`_.
The following table describes network template examples: