8000 Convert READMEs to rst by refi64 · Pull Request #5 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Convert READMEs to rst #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 12 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
README.rst
  • Loading branch information
kirbyfan64 authored Feb 10, 2017
commit c91bd231dad6a74b6a5a28923103b7b122b892cd
8 changes: 5 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ use ``make frameworkinstall`` to do the installation. Note that this installs t
Python executable in a place that is not normally on your ``PATH``, you may want to
set up a symlink in ``/usr/local/bin``.

On Windows, see *PCbuild/readme.txt*.
On Windows, see `PCbuild/readme.txt <https://github.com/python/cpython/blob/master/PCbuild/readme.txt>`_.

If you wish, you can create a subdirectory and invoke ``configure`` from there.
For example::
Expand Down Expand Up @@ -113,7 +113,8 @@ formatting requirements.
If you would like to contribute to the development of Python, relevant
documentation is available at the `devguide <https://docs.python.org/devguide/>`_.

For information about building Python's documentation, refer to *Doc/README.txt*.
For information about building Python's documentation, refer to
`Doc/README.txt <https://github.com/python/cpython/blob/master/Doc/README.txt>`_.


Converting From Python 2.x to 3.x
Expand Down Expand Up @@ -210,7 +211,8 @@ rights reserved.

Copyright (c) 1991-1995 Stichting Mathematisch Centrum. All rights reserved.

See the file *LICENSE* for information on the history of this software,
See the file `LICENSE <https://github.com/python/cpython/blob/master/LICENSE>`_ for
information on the history of this software,
terms & conditions for usage, and a DISCLAIMER OF ALL WARRANTIES.

This Python distribution contains *no* GNU General Public License (GPL) code,
Expand Down
0