diff options
author | Angelos Evripiotis <jevripiotis@bloomberg.net> | 2018-10-08 07:38:29 -0400 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2018-10-09 09:12:45 +0000 |
commit | 9590e8aeb2aeecc94d3c562ffd2954aeddaaedb9 (patch) | |
tree | 5f408b57b954a41dec3c7ca4b75b4f2651a739dc /CONTRIBUTING.rst | |
parent | d827dfae4a2702262ae21da10ae76c14390b54df (diff) | |
download | buildstream-9590e8aeb2aeecc94d3c562ffd2954aeddaaedb9.tar.gz |
contributing.rst: fix whitespace
No tabs, no lines of only horizontal whitespace.
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r-- | CONTRIBUTING.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 5d05c17e4..437c64e45 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -404,7 +404,7 @@ on a Python class in BuildStream:: # Implementation of the "frobbish" abstract method # defined by the parent Bar class. # - return True + return True ################################################ # Public Methods # @@ -459,7 +459,7 @@ on a Python class in BuildStream:: # Even though these are private implementation # details, they still MUST have API documenting # comments on them. - + # _do_frobbing() # # Does the actual frobbing @@ -1183,7 +1183,7 @@ The BuildStream documentation style is as follows: * Cross references should be of the form ``:role:`target```. * Explicit anchors can be declared as ``.. _anchor_name:`` on a line by itself. - + * To cross reference arbitrary locations with, for example, the anchor ``anchor_name``, always provide some explicit text in the link instead of deriving the text from the target, e.g.: ``:ref:`Link text <anchor_name>```. |