diff --git a/docs/scenarios/admin.rst b/docs/scenarios/admin.rst index 991cab2..425a4e3 100644 --- a/docs/scenarios/admin.rst +++ b/docs/scenarios/admin.rst @@ -4,7 +4,7 @@ Systems Administration Fabric ------ -Fabric is a library for simplifying system administration tasks. While Chef +`Fabric `_ is a library for simplifying system administration tasks. While Chef and Puppet tend to focus on managing servers and system libraries, fabric is more focused on application level tasks such as deployment. @@ -66,16 +66,23 @@ and we can deploy with: Additional features include parallel execution, interaction with remote programs, and host grouping. + `Fabric Documentation `_ + Chef ---- .. todo:: Write about Chef + `Chef Documentation + `_ + Puppet ------ .. todo:: Write about Puppet + `Puppet Labs Documentation `_ + Blueprint --------- @@ -84,4 +91,7 @@ Blueprint Buildout -------- -.. todo:: Write about Buildout \ No newline at end of file +.. todo:: Write about Buildout + + `Buildout Website `_ +