[www] update project-specific guides

Change-Id: Ia155f1164cc089349835c0e1ec72ccebd6c3682b
Closes-Bug: #1570642
This commit is contained in:
KATO Tomoyuki 2016-06-12 13:25:47 +09:00
parent 8c61a87dd8
commit 433b3ca080
8 changed files with 16 additions and 8 deletions

View File

@ -1,9 +1,9 @@
{% set scriptdir = '../common/js/' %}
{% set cssdir = '../common/css/' %}
{% extends "templates/base.tmpl" %}
{% block pagetitle %}Developers{% endblock %}
{% block pagetitle %}Services and Libraries{% endblock %}
{% block title %}
<a href="http://docs.openstack.org">Documentation</a> &gt; Python developer
<a href="http://docs.openstack.org">Documentation</a> &gt; Services and Libraries
{% endblock %}
{% block content %}
<!-- Begin Page Content -->
@ -13,8 +13,8 @@
<div class="col-lg-8 col-md-8 col-sm-8">
<h1>OpenStack Contributor Documentation</h1>
<p>
This page contains documentation for Python developers,
who work on OpenStack itself.
This page contains project-specific documentation for
OpenStack services and libraries.
</p>
</div>
</div>

View File

@ -88,6 +88,7 @@
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
{% include 'templates/user_guides.tmpl' %}
{% include 'templates/project_guides.tmpl' %}
{% include 'templates/contributor_guides.tmpl' %}
{% include 'templates/training_guides.tmpl' %}
</div>

View File

@ -83,6 +83,7 @@
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
{% include 'templates/user_guides.tmpl' %}
{% include 'templates/project_guides.tmpl' %}
{% include 'templates/contributor_guides.tmpl' %}
{% include 'templates/training_guides.tmpl' %}
</div>

View File

@ -82,6 +82,7 @@
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
{% include 'templates/user_guides.tmpl' %}
{% include 'templates/project_guides.tmpl' %}
{% include 'templates/contributor_guides.tmpl' %}
{% include 'templates/training_guides.tmpl' %}
</div>

View File

@ -87,6 +87,7 @@
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
{% include 'templates/user_guides.tmpl' %}
{% include 'templates/project_guides.tmpl' %}
{% include 'templates/contributor_guides.tmpl' %}
{% include 'templates/training_guides.tmpl' %}
</div>

View File

@ -88,6 +88,7 @@
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
{% include 'templates/user_guides.tmpl' %}
{% include 'templates/project_guides.tmpl' %}
{% include 'templates/contributor_guides.tmpl' %}
{% include 'templates/training_guides.tmpl' %}
</div>

View File

@ -4,10 +4,6 @@
<p>Documentation workflow and conventions</p>
<a href="http://governance.openstack.org">OpenStack Technical Committee Governance Documents</a>
<p>OpenStack Technical Committee reference documents and official resolutions</p>
<a href="/developer/openstack-projects.html">Python Developer Documentation</a>
<p>Documentation for OpenStack developers</p>
<a href="/developer/language-bindings.html">Language Bindings and Python Clients</a>
<p>Documentation for the OpenStack Python bindings</p>
<a href="http://specs.openstack.org/">OpenStack Project specifications</a>
<p>Specifications for future project features</p>
<a href="/project-team-guide/">OpenStack Project Team Guide</a>

View File

@ -0,0 +1,7 @@
<div class="docs-link-sections">
<h3 id="contributor-guides"><i class="fa fa-leaf"></i> Project-specific Guides</h3>
<a href="/developer/openstack-projects.html">Services and Libraries</a>
<p>Documentation for OpenStack services and libraries</p>
<a href="/developer/language-bindings.html">Language Bindings and Python Clients</a>
<p>Documentation for the OpenStack Python bindings and clients</p>
</div>