Merge "Updated repo link, basic info in docs"

This commit is contained in:
Jenkins 2015-12-19 20:59:00 +00:00 committed by Gerrit Code Review
commit 8f63ec03f2
2 changed files with 4 additions and 4 deletions

View File

@ -52,8 +52,8 @@ master_doc = 'index'
# General information about the project.
project = u'Solar'
copyright = u'2015, Mirantis'
author = u'Mirantis'
copyright = u'2015-present, OpenStack Foundation.'
author = u'OpenStack'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@ -228,7 +228,7 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'Solar.tex', u'Solar Documentation',
u'Mirantis', 'manual'),
u'OpenStack Foundation', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of

View File

@ -13,7 +13,7 @@ First checkout Solar repo and start vagrant. We need two virtual machines. One w
.. code-block:: bash
git clone https://github.com/Mirantis/solar.git
git clone https://github.com/openstack/solar.git
cd solar
vagrant up solar-dev solar-dev1
vagrant ssh solar-dev