Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4426806

Browse filesBrowse files
committed
Fix up travis build
1 parent b1859af commit 4426806
Copy full SHA for 4426806

File tree

Expand file treeCollapse file tree

6 files changed

+12
-8
lines changed
Filter options
Expand file treeCollapse file tree

6 files changed

+12
-8
lines changed

‎docs/_static/pep-0001-1.png

Copy file name to clipboard
20.3 KB
Loading

‎docs/conf.py

Copy file name to clipboardExpand all lines: docs/conf.py
+4-1Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,10 @@
6969

7070
# List of patterns, relative to source directory, that match files and
7171
# directories to ignore when looking for source files.
72-
exclude_patterns = ['_build']
72+
exclude_patterns = [
73+
'_build',
74+
'_themes/*.rst', # Excluded due to README.rst in _themes/
75+
]
7376

7477
# The reST default role (used for this markup: `text`) to use for all documents.
7578
#default_role = None

‎docs/contents.rst.inc

Copy file name to clipboardExpand all lines: docs/contents.rst.inc
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ This part of the guide focuses on setting up your Python environment.
1313
.. toctree::
1414
:maxdepth: 1
1515

16+
starting/installation
1617
starting/install/osx
1718
starting/install/win
1819
starting/install/linux
@@ -84,6 +85,7 @@ Development Environment
8485

8586
dev/env
8687
dev/virtualenvs
88+
dev/pip-virtualenv
8789

8890

8991

File renamed without changes.

‎docs/intro/community.rst

Copy file name to clipboardExpand all lines: docs/intro/community.rst
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ You can read more at `The PEP Index <http://www.python.org/dev/peps/>`_.
6060
Submitting a PEP
6161
~~~~~~~~~~~~~~~~
6262

63-
PEPs are peer-reviewed and accepted/rejected after much discussion. Anyone
64-
can write and submit a PEP for review.
63+
PEPs are peer-reviewed and accepted/rejected after much discussion. Anyone
64+
can write and submit a PEP for review.
6565

66-
Here's an overview of the PEP acceptance workflow:
66+
Here's an overview of the PEP acceptance workflow:
6767

68-
.. image:: https://www.python.org/m/dev/peps/pep-0001/pep-0001-1.png
68+
.. image:: ../_static/pep-0001-1.png
6969

7070

7171
Python Conferences

‎docs/starting/installation.rst

Copy file name to clipboardExpand all lines: docs/starting/installation.rst
+2-3Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ Installation Guides
1414
-------------------
1515

1616
These guides go over the proper installation of :ref:`Python 2.7 <which-python>`
17-
for development purposes, as well as setuptools, pip, and virtualenv setup.
17+
for development purposes, as well as setuptools, pip, and virtualenv setup.
1818

1919
- :ref:`Mac OS X <install-osx>`.
20-
- :ref:`Microsoft Windows<install-windows>`.
20+
- :ref:`Microsoft Windows <install-windows>`.
2121
- :ref:`Ubuntu Linux <install-linux>`.
22-

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.