Fix up travis build

This commit is contained in:
Ian Cordasco
2015-10-30 22:51:20 -05:00
parent b1859afa2c
commit 4426806372
6 changed files with 12 additions and 8 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

+4 -1
View File
@@ -69,7 +69,10 @@ release = '0.0.1'
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['_build']
exclude_patterns = [
'_build',
'_themes/*.rst', # Excluded due to README.rst in _themes/
]
# The reST default role (used for this markup: `text`) to use for all documents.
#default_role = None
+2
View File
@@ -13,6 +13,7 @@ This part of the guide focuses on setting up your Python environment.
.. toctree::
:maxdepth: 1
starting/installation
starting/install/osx
starting/install/win
starting/install/linux
@@ -84,6 +85,7 @@ Development Environment
dev/env
dev/virtualenvs
dev/pip-virtualenv
+4 -4
View File
@@ -60,12 +60,12 @@ You can read more at `The PEP Index <http://www.python.org/dev/peps/>`_.
Submitting a PEP
~~~~~~~~~~~~~~~~
PEPs are peer-reviewed and accepted/rejected after much discussion. Anyone
can write and submit a PEP for review.
PEPs are peer-reviewed and accepted/rejected after much discussion. Anyone
can write and submit a PEP for review.
Here's an overview of the PEP acceptance workflow:
Here's an overview of the PEP acceptance workflow:
.. image:: https://www.python.org/m/dev/peps/pep-0001/pep-0001-1.png
.. image:: ../_static/pep-0001-1.png
Python Conferences
+2 -3
View File
@@ -14,9 +14,8 @@ Installation Guides
-------------------
These guides go over the proper installation of :ref:`Python 2.7 <which-python>`
for development purposes, as well as setuptools, pip, and virtualenv setup.
for development purposes, as well as setuptools, pip, and virtualenv setup.
- :ref:`Mac OS X <install-osx>`.
- :ref:`Microsoft Windows<install-windows>`.
- :ref:`Microsoft Windows <install-windows>`.
- :ref:`Ubuntu Linux <install-linux>`.