[Docs] Update to 1.0.0

* Changes 0.1.0 to 1.0.0 in plugin docs
* Minor fixes

Change-Id: I1261b3d64c7f90273cbfa3dd5d59e57a43788ad7
This commit is contained in:
Maria Zlatkova 2016-10-11 13:23:01 +03:00
parent 1f977367f8
commit 9c1ef2d0df
3 changed files with 14 additions and 13 deletions

View File

@ -4,27 +4,27 @@ extensions = []
templates_path = ['_templates']
source_suffix = '.rst'
master_doc = 'index'
project = u'The Kafka Cluster Plugin'
project = u'The Kafka plugin for Fuel'
copyright = u'2016, Mirantis Inc.'
version = '1.0'
release = '0.1.0'
release = '1.0.0'
exclude_patterns = [
]
pygments_style = 'sphinx'
html_theme = 'default'
htmlhelp_basename = 'RedisPlugindoc'
htmlhelp_basename = 'KafkaPlugindoc'
latex_elements = {
}
latex_documents = [
('index', 'KafkaPlugindoc.tex', u'The Kafka Cluster Plugin',
('index', 'KafkaPlugindoc.tex', u'The Kafka plugin for Fuel documentation',
u'Mirantis Inc.', 'manual'),
]
man_pages = [
('index', 'kafkaplugin', u'The Kafka Cluster Plugin',
('index', 'kafkaplugin', u'The Kafka plugin for Fuel',
[u'Mirantis Inc.'], 1)
]
texinfo_documents = [
('index', 'KafkaPlugin', u'The Kafka Cluster Plugin',
('index', 'KafkaPlugin', u'The Kafka plugin for Fuel',
u'Mirantis Inc.', 'KafkaPlugin', 'One line description of project.',
'Miscellaneous'),
]

View File

@ -1,20 +1,20 @@
==================================================
Welcome to the Kafka Cluster Plugin documentation!
==================================================
===================================================
Welcome to the Kafka plugin for Fuel documentation!
===================================================
Overview
========
.. toctree::
:maxdepth: 1
intro
requirements
limitations
references
Installing and configuring the Kafka Cluster Plugin for Fuel
============================================================
Installing and configuring the Kafka plugin for Fuel
====================================================
.. toctree::
:maxdepth: 2

View File

@ -5,5 +5,6 @@ References
For more information about Kafka, see:
* `Kafka Cluster Plugin project <https://github.com/openstack/fuel-plugin-kafka>`__ at GitHub
* `Kafka plugin project <https://github.com/openstack/fuel-plugin-kafka>`__
at GitHub
* Official `Kafka documentation <http://kafka.apache.org/documentation.html>`__