| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b1859af commit 4426806
6 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -69,7 +69,10 @@ | |||
| 69 | 69 | ||
| 70 | 70 | # List of patterns, relative to source directory, that match files and | |
| 71 | 71 | # 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 | + ] | ||
| 73 | 76 | ||
| 74 | 77 | # The reST default role (used for this markup: `text`) to use for all documents. | |
| 75 | 78 | #default_role = None | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,6 +13,7 @@ This part of the guide focuses on setting up your Python environment. | |||
| 13 | 13 | .. toctree:: | |
| 14 | 14 | :maxdepth: 1 | |
| 15 | 15 | ||
| 16 | + starting/installation | ||
| 16 | 17 | starting/install/osx | |
| 17 | 18 | starting/install/win | |
| 18 | 19 | starting/install/linux | |
@@ -84,6 +85,7 @@ Development Environment | |||
| 84 | 85 | ||
| 85 | 86 | dev/env | |
| 86 | 87 | dev/virtualenvs | |
| 88 | + dev/pip-virtualenv | ||
| 87 | 89 | ||
| 88 | 90 | ||
| 89 | 91 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -60,12 +60,12 @@ You can read more at `The PEP Index <http://www.python.org/dev/peps/>`_. | |||
| 60 | 60 | Submitting a PEP | |
| 61 | 61 | ~~~~~~~~~~~~~~~~ | |
| 62 | 62 | ||
| 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. | ||
| 65 | 65 | ||
| 66 | - Here's an overview of the PEP acceptance workflow: | ||
| 66 | + Here's an overview of the PEP acceptance workflow: | ||
| 67 | 67 | ||
| 68 | - .. image:: https://www.python.org/m/dev/peps/pep-0001/pep-0001-1.png | ||
| 68 | + .. image:: ../_static/pep-0001-1.png | ||
| 69 | 69 | ||
| 70 | 70 | ||
| 71 | 71 | Python Conferences | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,9 +14,8 @@ Installation Guides | |||
| 14 | 14 | ------------------- | |
| 15 | 15 | ||
| 16 | 16 | 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. | ||
| 18 | 18 | ||
| 19 | 19 | - :ref:`Mac OS X <install-osx>`. | |
| 20 | - - :ref:`Microsoft Windows<install-windows>`. | ||
| 20 | + - :ref:`Microsoft Windows <install-windows>`. | ||
| 21 | 21 | - :ref:`Ubuntu Linux <install-linux>`. | |
| 22 | - | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments