8000 Merge pull request #10 from Ookami86/master · btbytes/python-guide@541d81a · GitHub
[go: up one dir, main page]

Skip to content

Commit 541d81a

Browse files
author
Kenneth Reitz
committed
Merge pull request realpython#10 from Ookami86/master
Some small fixes and additions
2 parents 84c7015 + c05e560 commit 541d81a

File tree

5 files changed

+30
-6
lines changed

5 files changed

+30
-6
lines changed

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Kenneth Reitz
2+
Johannes Seitz

docs/intro/community.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ Submitting a PEP
6262
Python Conferences
6363
--------------------------
6464

65-
The major venue of the Python community are developer conferences. The two most notable conferences are PyCon, which is held in the US and it's overseas sibling EuroPython.
65+
The major venue of the Python community are developer conferences. The two most notable conferences are PyCon, which is held in the US and it's european sibling, called EuroPython.
6666

67-
A comprehensive list of conferences is maintained `here <http://www.pycon.org/>`_.
67+
A comprehensive list of conferences is maintained `at pycon.org <http://www.pycon.org/>`_.
6868

6969

7070
Python User Groups
7171
--------------------------
7272

73-
User Groups are where a bunch of Python developers meet to present or talk about python topics of interest. A list of local user groups is maintained in the `Python Software Foundation Wiki <http://wiki.python.org/moin/LocalUserGroups>`_.
73+
User Groups are where a bunch of Python developers meet to present or talk about Python topics of interest. A list of local user groups is maintained at the `Python Software Foundation Wiki <http://wiki.python.org/moin/LocalUserGroups>`_.

docs/intro/resources.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
Documentation
2+
=============
3+
4+
Official Documentation
5+
~~~~~~~~~~~~~~~~~~~~~~
6+
7+
The official Python Language and Library documentation can be found here:
8+
9+
- `Python 2.x <http://docs.python.org/>`_
10+
- `Python 3.x <http://docs.python.org/py3k/>`_
11+
12+
13+
Read the Docs
14+
~~~~~~~~~~~~~
15+
16+
Read the Docs is a popular community project, providing a single location for all documentation of popular and even more exotic Python modules.
17+
18+
`Read the Docs <http://readthedocs.org/>`_
19+
20+
121
Resources
222
=========
323

docs/scenarios/ci.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ Continuous Integration
55
Why?
66
----
77

8+
Martin Folwer, who first wrote about Continuous Integration (short: CI) together with Kent Beck, describes the CI as follows:
9+
10+
Continuous Integration is a software development practice where members of a team integrate their work frequently, usually each person integrates at least daily - leading to multiple integrations per day. Each integration is verified by an automated build (including test) to detect integration errors as quickly as possible. Many teams find that this approach leads to significantly reduced integration problems and allows a team to develop cohesive software more rapidly. This article is a quick overview of Continuous Integration summarizing the technique and its current usage.
11+
12+
Source: http://martinfowler.com/articles/continuousIntegration.html
813

914
Jenkins
1015
-------

docs/starting/dev-env.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
Your Development Environment
22
============================
33

4-
Testing your code is very important.
5-
6-
74

85
Text Editors
96
::::::::::::

0 commit comments

Comments
 (0)
0