Skip to content

Commit 94df662

Browse files
committed
adding bullets for app dependency resources
1 parent 0b2d589 commit 94df662

File tree

3 files changed

+18
-10
lines changed

3 files changed

+18
-10
lines changed

dependency-management.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,20 @@ <h1>Application Dependencies</h1>
8484
with <a href="http://www.virtualenv.org/en/latest/">virtualenv</a> to isolate the
8585
dependencies of individual applications from each other.</p>
8686
<h2>Application dependency resources</h2>
87+
<ul>
88+
<li>
8789
<p><a href="https://twitter.com/jonathanchu">Jon Chu</a> wrote a great introduction on
88-
<a href="http://www.jontourage.com/2011/02/09/virtualenv-pip-basics/">virtualenv and pip basics</a>.</p>
90+
<a href="http://www.jontourage.com/2011/02/09/virtualenv-pip-basics/">virtualenv and pip basics</a>.</p>
91+
</li>
92+
<li>
8993
<p>"<a href="http://dabapps.com/blog/introduction-to-pip-and-virtualenv-python/">A non-magical introduction to virtualenv and pip</a>
90-
breaks down what problems these tools solve and how to use them.</p>
94+
breaks down what problems these tools solve and how to use them.</p>
95+
</li>
96+
<li>
9197
<p><a href="http://www.clemesha.org/blog/modern-python-hacker-tools-virtualenv-fabric-pip/">Tools of the modern Python hacker</a>
92-
contains detailed explanations of virtualenv, Fabric, and pip.</p>
98+
contains detailed explanations of virtualenv, Fabric, and pip.</p>
99+
</li>
100+
</ul>
93101
<br/>
94102
Next read the
95103
<a href="/static-content.html">static content</a> section.

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-03-01T15:12:11Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-03-01T15:13:35Z</updated></feed>

source/content/pages/09-application-dependencies/0901-application-dependencies.markdown

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ dependencies of individual applications from each other.
1717

1818

1919
## Application dependency resources
20-
[Jon Chu](https://twitter.com/jonathanchu) wrote a great introduction on
21-
[virtualenv and pip basics](http://www.jontourage.com/2011/02/09/virtualenv-pip-basics/).
20+
* [Jon Chu](https://twitter.com/jonathanchu) wrote a great introduction on
21+
[virtualenv and pip basics](http://www.jontourage.com/2011/02/09/virtualenv-pip-basics/).
2222

23-
"[A non-magical introduction to virtualenv and pip](http://dabapps.com/blog/introduction-to-pip-and-virtualenv-python/)
24-
breaks down what problems these tools solve and how to use them.
23+
* "[A non-magical introduction to virtualenv and pip](http://dabapps.com/blog/introduction-to-pip-and-virtualenv-python/)
24+
breaks down what problems these tools solve and how to use them.
2525

26-
[Tools of the modern Python hacker](http://www.clemesha.org/blog/modern-python-hacker-tools-virtualenv-fabric-pip/)
27-
contains detailed explanations of virtualenv, Fabric, and pip.
26+
* [Tools of the modern Python hacker](http://www.clemesha.org/blog/modern-python-hacker-tools-virtualenv-fabric-pip/)
27+
contains detailed explanations of virtualenv, Fabric, and pip.
2828

2929

0 commit comments

Comments
 (0)