Skip to content

Commit 79c9d4f

Browse files
committed
Port a few markup edits from 3.x
1 parent c6072d8 commit 79c9d4f

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

Doc/using/unix.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. highlightlang:: none
1+
.. highlightlang:: sh
22

33
.. _using-on-unix:
44

@@ -55,8 +55,8 @@ On FreeBSD and OpenBSD
5555
On OpenSolaris
5656
--------------
5757

58-
To install the newest Python versions on OpenSolaris, install blastwave
59-
(http://www.blastwave.org/howto.html) and type "pkg_get -i python" at the
58+
To install the newest Python versions on OpenSolaris, install `blastwave
59+
<http://www.blastwave.org/howto.html>`_ and type ``pkg_get -i python`` at the
6060
prompt.
6161

6262

@@ -65,17 +65,18 @@ Building Python
6565

6666
If you want to compile CPython yourself, first thing you should do is get the
6767
`source <http://python.org/download/source/>`_. You can download either the
68-
latest release's source or just grab a fresh `checkout
69-
<http://www.python.org/dev/faq/#how-do-i-get-a-checkout-of-the-repository-read-only-and-read-write>`_.
68+
latest release's source or just grab a fresh `clone
69+
<http://docs.python.org/devguide/setup#getting-the-source-code>`_. (If you want
70+
to contribute patches, you will need a clone.)
7071

71-
The build process consists the usual ::
72+
The build process consists in the usual ::
7273

7374
./configure
7475
make
7576
make install
7677

7778
invocations. Configuration options and caveats for specific Unix platforms are
78-
extensively documented in the :file:`README` file in the root of the Python
79+
extensively documented in the :source:`README` file in the root of the Python
7980
source tree.
8081

8182
.. warning::

0 commit comments

Comments
 (0)