diff --git a/docs/contents.rst.inc b/docs/contents.rst.inc index dfca1f3..45506f8 100644 --- a/docs/contents.rst.inc +++ b/docs/contents.rst.inc @@ -63,9 +63,11 @@ different scenarios. :maxdepth: 2 scenarios/web + scenarios/admin scenarios/ci + Additional Notes ---------------- diff --git a/docs/index.rst b/docs/index.rst index f32f514..f84a264 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,6 +6,6 @@ The Hitchhikers Guide to Python! ================================ -Welcome to The Hitchhiker's Guide to Python. This guide is currently under heavy development. The 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. +Welcome to The Hitchhiker's Guide to Python. This guide is currently under heavy development. The *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. .. include:: contents.rst.inc \ No newline at end of file diff --git a/docs/introduction.rst b/docs/introduction.rst deleted file mode 100644 index f014ec2..0000000 --- a/docs/introduction.rst +++ /dev/null @@ -1,4 +0,0 @@ -Introduction -============ - - diff --git a/docs/scenarios/admin.rst b/docs/scenarios/admin.rst new file mode 100644 index 0000000..a854fea --- /dev/null +++ b/docs/scenarios/admin.rst @@ -0,0 +1,5 @@ +Systems Administration +====================== + +Fabric +------ \ No newline at end of file diff --git a/docs/scenarios/ci.rst b/docs/scenarios/ci.rst index e69de29..75db484 100644 --- a/docs/scenarios/ci.rst +++ b/docs/scenarios/ci.rst @@ -0,0 +1,17 @@ +Continuous Integration +====================== + + +Why? +==== + + +Jenkins +======= + +Use it. + + + +Buildbot +======== \ No newline at end of file