Fix docs warnings and errors
This commit fixes docs and warnings. But I left some warnings such as ChangeLog and external image URIs. Because ChangeLog is generated from git log. And to fix the external image URIs, it needs needs an ugly workaround that is replacing it to raw html. Change-Id: Ieecc640fdf5d54d138eeb963ff9ef8cd1c9eaa4a
This commit is contained in:
parent
6e79c4c569
commit
5b8f5dffbe
@ -28,7 +28,7 @@ different format.
|
||||
|
||||
For multiple distributed test runs that are generating subunit output it is
|
||||
useful to store the results in a unified repository. This is the motivation for
|
||||
the _`testrepository` project which does a good job for centralizing the
|
||||
the `testrepository`_ project which does a good job for centralizing the
|
||||
results from multiple test runs.
|
||||
|
||||
.. _testrepository: http://testrepository.readthedocs.org/en/latest/
|
||||
|
0
doc/source/_static/.keep
Normal file
0
doc/source/_static/.keep
Normal file
@ -49,7 +49,7 @@ copyright = u'2014, Matthew Treinish'
|
||||
|
||||
# List of patterns, relative to source directory, that match files and
|
||||
# directories to ignore when looking for source files.
|
||||
exclude_patterns = ['_build']
|
||||
exclude_patterns = ['_build', 'db_api.rst']
|
||||
|
||||
# The reST default role (used for this markup: `text`) to use for all documents.
|
||||
#default_role = None
|
||||
|
@ -1,7 +1,3 @@
|
||||
----------
|
||||
The DB API
|
||||
----------
|
||||
|
||||
.. automodule:: subunit2sql.db.api
|
||||
:noindex:
|
||||
:members:
|
||||
|
@ -11,6 +11,7 @@ Contents:
|
||||
data_model
|
||||
api
|
||||
graph
|
||||
target-extensions
|
||||
history
|
||||
|
||||
|
||||
|
@ -1101,7 +1101,7 @@ def get_recent_runs_by_key_value_metadata(key, value, num_runs=10,
|
||||
date will be returned.
|
||||
|
||||
:return list: A list of run objects for the most recent runs.
|
||||
:rtype subunit2sql.db.models.Run
|
||||
:rtype: subunit2sql.db.models.Run
|
||||
"""
|
||||
session = session or get_session()
|
||||
results = db_utils.model_query(models.Run, session).join(
|
||||
|
Loading…
Reference in New Issue
Block a user