[open-ils-commits] [GIT] Evergreen ILS branch master updated. 6379cb99ba343d8d785b5aa0bdb56e8a0ed35a4a

Evergreen Git git at git.evergreen-ils.org
Thu Oct 24 08:49:18 EDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  6379cb99ba343d8d785b5aa0bdb56e8a0ed35a4a (commit)
      from  1dead5d9078037d85a3ca19bc12f1a1c3ab7c77f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6379cb99ba343d8d785b5aa0bdb56e8a0ed35a4a
Author: Remington Steed <rjs7 at calvin.edu>
Date:   Thu Oct 24 08:40:05 2013 -0400

    Docs 2.5: Fix floating groups heading level (2nd try)
    
    The first attempt successfully pushed the Floating Groups chapter to
    its proper place in the table of contents, but it also mistakenly pushed
    many following chapters down one heading level. This commit follows the
    approach already common in the root.txt file, and also undoes the
    previous approach of shifting the heading level within the chapter file
    itself. I suspect the previous approach only failed because it lacked a
    blank line before the final 'leveloffset' command, but this new
    approach is better because it is already in common use.
    
    Signed-off-by: Remington Steed <rjs7 at calvin.edu>

diff --git a/docs/admin/floating_groups.txt b/docs/admin/floating_groups.txt
index ca8f6e6..d4b6ef2 100644
--- a/docs/admin/floating_groups.txt
+++ b/docs/admin/floating_groups.txt
@@ -1,4 +1,3 @@
-:leveloffset: 1
 Floating Groups
 ===============
 
@@ -119,4 +118,3 @@ One member:
 * Stop Depth: 0
 * Max Depth: Unset
 * Exclude: Off 
-:leveloffset: 0
diff --git a/docs/root.txt b/docs/root.txt
index b083f5b..efc535d 100644
--- a/docs/root.txt
+++ b/docs/root.txt
@@ -192,8 +192,14 @@ include::admin/circulation_limit_groups.txt[]
 
 include::admin/booking-admin.txt[]
 
+// Push titles down one level.
+:leveloffset: 1
+
 include::admin/floating_groups.txt[]
 
+// Return to normal title levels.
+:leveloffset: 0
+
 include::admin/MARC_Import_Remove_Fields.txt[]
 
 include::admin/Org_Unit_Proximity_Adjustments.txt[]

-----------------------------------------------------------------------

Summary of changes:
 docs/admin/floating_groups.txt |    2 --
 docs/root.txt                  |    6 ++++++
 2 files changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list