mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Fix up travis build
This commit is contained in:
Vendored
BIN
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
+4
-1
@@ -69,7 +69,10 @@ release = '0.0.1'
|
|||||||
|
|
||||||
# List of patterns, relative to source directory, that match files and
|
# List of patterns, relative to source directory, that match files and
|
||||||
# directories to ignore when looking for source files.
|
# 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.
|
# The reST default role (used for this markup: `text`) to use for all documents.
|
||||||
#default_role = None
|
#default_role = None
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ This part of the guide focuses on setting up your Python environment.
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
|
starting/installation
|
||||||
starting/install/osx
|
starting/install/osx
|
||||||
starting/install/win
|
starting/install/win
|
||||||
starting/install/linux
|
starting/install/linux
|
||||||
@@ -84,6 +85,7 @@ Development Environment
|
|||||||
|
|
||||||
dev/env
|
dev/env
|
||||||
dev/virtualenvs
|
dev/virtualenvs
|
||||||
|
dev/pip-virtualenv
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -60,12 +60,12 @@ You can read more at `The PEP Index <http://www.python.org/dev/peps/>`_.
|
|||||||
Submitting a PEP
|
Submitting a PEP
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
PEPs are peer-reviewed and accepted/rejected after much discussion. Anyone
|
PEPs are peer-reviewed and accepted/rejected after much discussion. Anyone
|
||||||
can write and submit a PEP for review.
|
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
|
Python Conferences
|
||||||
|
|||||||
@@ -14,9 +14,8 @@ Installation Guides
|
|||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
These guides go over the proper installation of :ref:`Python 2.7 <which-python>`
|
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:`Mac OS X <install-osx>`.
|
||||||
- :ref:`Microsoft Windows<install-windows>`.
|
- :ref:`Microsoft Windows <install-windows>`.
|
||||||
- :ref:`Ubuntu Linux <install-linux>`.
|
- :ref:`Ubuntu Linux <install-linux>`.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user