Skip to content

Commit 2a7a77c

Browse files
author
Kenneth Reitz
committed
opinions. i has them.
1 parent 8292bed commit 2a7a77c

5 files changed

Lines changed: 25 additions & 5 deletions

File tree

docs/contents.rst.inc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,11 @@ different scenarios.
6363
:maxdepth: 2
6464

6565
scenarios/web
66+
scenarios/admin
6667
scenarios/ci
6768

6869

70+
6971
Additional Notes
7072
----------------
7173

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
The Hitchhikers Guide to Python!
77
================================
88

9-
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.
9+
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.
1010

1111
.. include:: contents.rst.inc

docs/introduction.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/scenarios/admin.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Systems Administration
2+
======================
3+
4+
Fabric
5+
------

docs/scenarios/ci.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Continuous Integration
2+
======================
3+
4+
5+
Why?
6+
====
7+
8+
9+
Jenkins
10+
=======
11+
12+
Use it.
13+
14+
15+
16+
Buildbot
17+
========

0 commit comments

Comments
 (0)