Skip to content

Commit c00101a

Browse files
author
Kenneth Reitz
committed
Merge pull request realpython#163 from JensRantil/add_admin_links
Add admin links
2 parents f55916e + 6c25101 commit c00101a

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

docs/scenarios/admin.rst

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Systems Administration
44
Fabric
55
------
66

7-
Fabric is a library for simplifying system administration tasks. While Chef
7+
`Fabric <http://docs.fabfile.org>`_ is a library for simplifying system administration tasks. While Chef
88
and Puppet tend to focus on managing servers and system libraries,
99
fabric is more focused on application level tasks such as deployment.
1010

@@ -66,16 +66,23 @@ and we can deploy with:
6666
Additional features include parallel execution, interaction with remote
6767
programs, and host grouping.
6868

69+
`Fabric Documentation <http://docs.fabfile.org>`_
70+
6971
Chef
7072
----
7173

7274
.. todo:: Write about Chef
7375

76+
`Chef Documentation
77+
<http://wiki.opscode.com/display/chef/Documentation>`_
78+
7479
Puppet
7580
------
7681

7782
.. todo:: Write about Puppet
7883

84+
`Puppet Labs Documentation <http://docs.puppetlabs.com>`_
85+
7986
Blueprint
8087
---------
8188

@@ -84,4 +91,7 @@ Blueprint
8491
Buildout
8592
--------
8693

87-
.. todo:: Write about Buildout
94+
.. todo:: Write about Buildout
95+
96+
`Buildout Website <http://www.buildout.org>`_
97+

0 commit comments

Comments
 (0)