Updated repo link, basic info in docs
Change-Id: I337ddecca9964353cf5f6e7cdf2c01f0a3815181
This commit is contained in:
parent
f7a91ede6a
commit
540c0c796a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user