24272bbe95
Here we enhance the rst docs (used for readthedocs): * Simplify its index structure by reducing it to only 5 points: 1. Deploy (engines & server providers) 2. Verify 3. Benchmark (scenarios, engine, contexts, plugins) 4. Command Line Interface 5. Implementation (all source docs moved here) * Extend the 'Benchmark' page with info from the "Main concepts" page from Wiki * Add some introductory text on Deploy & Verify parts based on that from Wiki * Simplify headings by removing "The" and "Layer" Change-Id: I04bb553aba04009634272a88a757baa8f2c8c359
38 lines
1.0 KiB
ReStructuredText
38 lines
1.0 KiB
ReStructuredText
..
|
|
Copyright 2014 Mirantis Inc. All Rights Reserved.
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License"); you may
|
|
not use this file except in compliance with the License. You may obtain
|
|
a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
License for the specific language governing permissions and limitations
|
|
under the License.
|
|
|
|
.. _cmds:
|
|
|
|
Command Line Interface
|
|
======================
|
|
|
|
Represents command line operations.
|
|
|
|
The :mod:`rally.cmd.main` Module
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. automodule:: rally.cmd.main
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|
|
|
|
The :mod:`rally.cmd.manage` Module
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. automodule:: rally.cmd.manage
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|