Skip to content

Commit

Permalink
fix remnants of texinfo format
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Sobolev committed Nov 8, 2014
1 parent 3b8608e commit 0711264
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions master/docs/developer/cls-basescheduler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ BaseScheduler
:param fileIsImportant: a callable provided by the user to distinguish important and unimportant changes
:type fileIsImportant: callable
:param change_filter: a filter to determine which changes are even considered by this scheduler, or C{None} to consider all changes
:type change_filter: L{buildbot.changes.filter.ChangeFilter} instance
:param change_filter: a filter to determine which changes are even considered by this scheduler, or ``None`` to consider all changes
:type change_filter: :py:class:`buildbot.changes.filter.ChangeFilter` instance
:param onlyImportant: If True, only important changes, as specified by fileIsImportant, will be added to the buildset.
:type onlyImportant: boolean
:return: Deferred
Expand Down
2 changes: 1 addition & 1 deletion master/docs/developer/database.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,7 @@ state
:param objectid: objectid on which the state should be checked
:param name: name of the value to retrieve
:param default: (optional) value to return if C{name} is not present
:param default: (optional) value to return if ``name`` is not present
:returns: state value via a Deferred
:raises KeyError: if ``name`` is not present and no default is given
:raises: TypeError if JSON parsing fails
Expand Down

0 comments on commit 0711264

Please sign in to comment.