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

10000 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 f85d56705668d5631903f848c77978767dc50b97
6 changes: 4 additions & 2 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 <https://github.com/python/cpython/blob/master/PCbuild/readme.txt>`_.
On Windows, see `PCbuild/README.rst <https://github.com/python/cpython/blob/master/PCbuild/README.rst>`_.

If you wish, you can create a subdirectory and invoke ``configure`` from there.
For example::
Expand Down Expand Up @@ -92,7 +92,9 @@ What's New
We have a comprehensive overview of the changes in the `What's New in
Python 3.7 document <https://docs.python.org/3.7/whatsnew/3.7.html>`_.

For a more detailed change log, read ``Misc/NEWS`` (though this file, too,
For a more detailed change log, read
`Misc/NEWS <https://github.com/python/cpython/blob/master/Misc/NEWS>`_
(though this file, too,
is incomplete, and also doesn't list anything merged in from the 2.7
release under development).

Expand Down
0