Merge lp:~imbrandon/pyjuju/docs into lp:~charm-contributors/pyjuju/docs

Proposed by Brandon Holtsclaw
Status: Merged
Approved by: Kapil Thangavelu
Approved revision: 43
Merge reported by: Mark Mims
Merged at revision: not available
Proposed branch: lp:~imbrandon/pyjuju/docs
Merge into: lp:~charm-contributors/pyjuju/docs
Diff against target: 33 lines (+8/-4)
2 files modified
source/_templates/ubuntu1204/layout.html (+4/-4)
source/_templates/ubuntu1204/static/ubuntu1204-sphinx.css (+4/-0)
To merge this branch: bzr merge lp:~imbrandon/pyjuju/docs
Reviewer Review Type Date Requested Status
Kapil Thangavelu (community) Approve
Review via email: mp+111281@code.launchpad.net

Description of the change

Fixed TOC to include sections now

To post a comment you must log in.
Revision history for this message
Kapil Thangavelu (hazmat) wrote :

thanks, lgtm

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'source/_templates/ubuntu1204/layout.html'
--- source/_templates/ubuntu1204/layout.html 2012-06-20 11:44:16 +0000
+++ source/_templates/ubuntu1204/layout.html 2012-06-20 18:31:22 +0000
@@ -70,10 +70,10 @@
70<div class="row-fluid">70<div class="row-fluid">
71<div class="span3">71<div class="span3">
72<div class="well sidebar-nav">72<div class="well sidebar-nav">
73<li>73<ul class="nav nav-list">
74 <a href="{{ pathto(master_doc) }}" class="nav-header">{{ _('Table of Contents') }}</a>74<li class="nav-header">{{ _('Table of Contents') }}</li>
75 <ul class="nav nav-list">{{ toctree(maxdepth=1) }}</ul>75{{ toctree(maxdepth=2) }}
76</li>76</ul>
77</div>77</div>
78</div>78</div>
79<div class="span9" style="padding-right: 10px;padding-left: 5px;"> 79<div class="span9" style="padding-right: 10px;padding-left: 5px;">
8080
=== modified file 'source/_templates/ubuntu1204/static/ubuntu1204-sphinx.css'
--- source/_templates/ubuntu1204/static/ubuntu1204-sphinx.css 2012-06-20 11:44:16 +0000
+++ source/_templates/ubuntu1204/static/ubuntu1204-sphinx.css 2012-06-20 18:31:22 +0000
@@ -11,6 +11,10 @@
11 height: 100%;11 height: 100%;
12}12}
1313
14a:hover {
15 color: #DD4814 !important;
16}
17
14.navbar .brand {18.navbar .brand {
15 color: #FFF;19 color: #FFF;
16}20}

Subscribers

People subscribed via source and target branches