Skip to content

Commit c5f842d

Browse files
committed
Fix ReST syntax in README.rst
1 parent f264669 commit c5f842d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -135,24 +135,24 @@ Workflow for PyPI releases
135135
* Run tests under all supported versions. As of March 2017 this includes
136136
2.7, 3.3, 3.4, 3.5, 3.6.
137137

138-
* On macOS, you can use [pyenv](https://github.com/pyenv/pyenv) to manage
139-
multiple Python installations. Long story short:
138+
* On macOS, you can use `pyenv <https://github.com/pyenv/pyenv>`_ to
139+
manage multiple Python installations. Long story short:
140140

141-
* `xcode-select --install`
142-
* `brew install pyenv`
143-
* `echo 'eval "$(pyenv init -)"' >> ~/.bash_profile`
141+
* ``xcode-select --install``
142+
* ``brew install pyenv``
143+
* ``echo 'eval "$(pyenv init -)"' >> ~/.bash_profile``
144144
* Open a new shell
145-
* `pyenv install 3.5.3`
146-
* `pyenv install 3.4.6`
147-
* `pyenv install 3.3.6`
145+
* ``pyenv install 3.5.3``
146+
* ``pyenv install 3.4.6``
147+
* ``pyenv install 3.3.6``
148148
* (assuming you already have 2.7.13 and 3.6.1 from Homebrew)
149-
* `pyenv global system 3.5.3 3.4.6 3.3.6`
149+
* ``pyenv global system 3.5.3 3.4.6 3.3.6``
150150

151-
* You can use `tox` to automate running tests.
151+
* You can use ``tox`` to automate running tests.
152152

153-
* Update the version number in `setup.py`.
153+
* Update the version number in ``setup.py``.
154154

155155
* Build a source distribution. Install it locally and test (if you
156-
were using `tox`, you already tested source distributions).
156+
were using ``tox``, you already tested source distributions).
157157

158-
* Run `twine upload dist/typing-3.x.y.tar.gz`.
158+
* Run ``twine upload dist/typing-3.x.y.tar.gz``.

0 commit comments

Comments
 (0)