From 734ab819a38dba90646d83ae6f73c0d8fbc1234c Mon Sep 17 00:00:00 2001 From: PeridexisErrant Date: Mon, 28 Sep 2015 00:26:57 +1000 Subject: [PATCH] Move labor management to a tutorial --- .../images/dftutorial68.png | Bin .../images/dftutorial69.png | Bin .../images/dftutorial70.png | Bin .../images/dftutorial71.png | Bin .../images/dftutorial72.png | Bin .../images/dftutorial73.png | Bin .../images/dftutorial74.png | Bin .../images/dftutorial75.png | Bin .../images/dftutorial76.png | Bin .../images/dftutorial77.png | Bin .../images/dftutorial78.png | Bin .../jobs-management.rst | 19 ++++-------------- 12 files changed, 4 insertions(+), 15 deletions(-) rename {chapters => tutorials}/images/dftutorial68.png (100%) rename {chapters => tutorials}/images/dftutorial69.png (100%) rename {chapters => tutorials}/images/dftutorial70.png (100%) rename {chapters => tutorials}/images/dftutorial71.png (100%) rename {chapters => tutorials}/images/dftutorial72.png (100%) rename {chapters => tutorials}/images/dftutorial73.png (100%) rename {chapters => tutorials}/images/dftutorial74.png (100%) rename {chapters => tutorials}/images/dftutorial75.png (100%) rename {chapters => tutorials}/images/dftutorial76.png (100%) rename {chapters => tutorials}/images/dftutorial77.png (100%) rename {chapters => tutorials}/images/dftutorial78.png (100%) rename chapters/chap06-manage-dwarves.rst => tutorials/jobs-management.rst (95%) diff --git a/chapters/images/dftutorial68.png b/tutorials/images/dftutorial68.png similarity index 100% rename from chapters/images/dftutorial68.png rename to tutorials/images/dftutorial68.png diff --git a/chapters/images/dftutorial69.png b/tutorials/images/dftutorial69.png similarity index 100% rename from chapters/images/dftutorial69.png rename to tutorials/images/dftutorial69.png diff --git a/chapters/images/dftutorial70.png b/tutorials/images/dftutorial70.png similarity index 100% rename from chapters/images/dftutorial70.png rename to tutorials/images/dftutorial70.png diff --git a/chapters/images/dftutorial71.png b/tutorials/images/dftutorial71.png similarity index 100% rename from chapters/images/dftutorial71.png rename to tutorials/images/dftutorial71.png diff --git a/chapters/images/dftutorial72.png b/tutorials/images/dftutorial72.png similarity index 100% rename from chapters/images/dftutorial72.png rename to tutorials/images/dftutorial72.png diff --git a/chapters/images/dftutorial73.png b/tutorials/images/dftutorial73.png similarity index 100% rename from chapters/images/dftutorial73.png rename to tutorials/images/dftutorial73.png diff --git a/chapters/images/dftutorial74.png b/tutorials/images/dftutorial74.png similarity index 100% rename from chapters/images/dftutorial74.png rename to tutorials/images/dftutorial74.png diff --git a/chapters/images/dftutorial75.png b/tutorials/images/dftutorial75.png similarity index 100% rename from chapters/images/dftutorial75.png rename to tutorials/images/dftutorial75.png diff --git a/chapters/images/dftutorial76.png b/tutorials/images/dftutorial76.png similarity index 100% rename from chapters/images/dftutorial76.png rename to tutorials/images/dftutorial76.png diff --git a/chapters/images/dftutorial77.png b/tutorials/images/dftutorial77.png similarity index 100% rename from chapters/images/dftutorial77.png rename to tutorials/images/dftutorial77.png diff --git a/chapters/images/dftutorial78.png b/tutorials/images/dftutorial78.png similarity index 100% rename from chapters/images/dftutorial78.png rename to tutorials/images/dftutorial78.png diff --git a/chapters/chap06-manage-dwarves.rst b/tutorials/jobs-management.rst similarity index 95% rename from chapters/chap06-manage-dwarves.rst rename to tutorials/jobs-management.rst index 6187c74..a32703a 100644 --- a/chapters/chap06-manage-dwarves.rst +++ b/tutorials/jobs-management.rst @@ -1,20 +1,9 @@ -######################### -Dwarf Resource Management -######################### - -.. note:: - - The DFHack plugin ``autolabor`` can do all this for you, so feel free - to activate it and skip this section. It's useful if you want to play - without DFHack though (say just after a DF release), or for more - advanced management techniques. - -.. todo - - Update this whole section, mention the ``manipulator`` script, etc. Consider moving this to a tutorial and just leaving autolabor set by default. +##################### +Managing Dwarven Jobs +##################### -In Part 6 of this walkthrough we’ll look at managing our dwarfs, a topic we have ignored until now. Dwarf management isn’t that hard, but there’s lots of subtlety to it, as I’m sure you can imagine. You also have to learn to navigate the interface, which is its own special challenge! +In this tutorial we’ll look at managing our dwarfs, a topic we have ignored until now. Dwarf management isn’t that hard, but there’s lots of subtlety to it, as I’m sure you can imagine. You also have to learn to navigate the interface, which is its own special challenge! So lets dive right in! In the end you will find managing your dwarfs well quite rewarding, trust me!