This commit is contained in:
Kenneth Reitz
2012-09-03 07:28:34 -04:00
parent ceb188026f
commit 368e514b60
4 changed files with 19 additions and 10 deletions
+4 -2
View File
@@ -1,7 +1,8 @@
<h1></h1>
<p>
This opinionated guide exists to provide both novice and expert Python developers a best-practice handbook to the installation, configuration, and usage of Python on a daily basis.
This opinionated guide is a reflection of who created it.
</p>
<p>Your code is too.</p>
<h3>Donate</h3>
<p>
@@ -21,9 +22,10 @@
</p>
<h3>Useful Links</h3>
<!-- <h3>Useful Links</h3>
<ul>
<li><a href="http://python-guide.org/">The Guide Website</a></li>
<li><a href="http://github.com/kennethreitz/python-guide">The Guide @ GitHub</a></li>
<li><a href="http://github.com/kennethreitz/python-guide/issues">Issue Tracker</a></li>
</ul>
-->
+2 -1
View File
@@ -1,8 +1,9 @@
<h1><a href="http://conductofcode.org">Conduct of Code.</a></h1>
<p>
This opinionated guide exists to provide both novice and expert Python developers a best-practice handbook to the installation, configuration, and usage of Python on a daily basis.
This opinionated guide is a reflection of who created it.
</p>
<p>Your code is too.</p>
<h3>Donate</h3>
<p>
+2 -7
View File
@@ -5,13 +5,8 @@ Act I: Id
This part of the guide focuses on the philosophy behind great code.
.. toctree::
:maxdepth: 2
- Consistency
- Clarity
- API-Driven Development?
-
-
Act II: Ego
+11
View File
@@ -0,0 +1,11 @@
Great code.
Consistent
----------
Concise
-------
Responsive
----------