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
1=== modified file 'source/_templates/ubuntu1204/layout.html'
2--- source/_templates/ubuntu1204/layout.html 2012-06-20 11:44:16 +0000
3+++ source/_templates/ubuntu1204/layout.html 2012-06-20 18:31:22 +0000
4@@ -70,10 +70,10 @@
5 <div class="row-fluid">
6 <div class="span3">
7 <div class="well sidebar-nav">
8-<li>
9- <a href="{{ pathto(master_doc) }}" class="nav-header">{{ _('Table of Contents') }}</a>
10- <ul class="nav nav-list">{{ toctree(maxdepth=1) }}</ul>
11-</li>
12+<ul class="nav nav-list">
13+<li class="nav-header">{{ _('Table of Contents') }}</li>
14+{{ toctree(maxdepth=2) }}
15+</ul>
16 </div>
17 </div>
18 <div class="span9" style="padding-right: 10px;padding-left: 5px;">
19
20=== modified file 'source/_templates/ubuntu1204/static/ubuntu1204-sphinx.css'
21--- source/_templates/ubuntu1204/static/ubuntu1204-sphinx.css 2012-06-20 11:44:16 +0000
22+++ source/_templates/ubuntu1204/static/ubuntu1204-sphinx.css 2012-06-20 18:31:22 +0000
23@@ -11,6 +11,10 @@
24 height: 100%;
25 }
26
27+a:hover {
28+ color: #DD4814 !important;
29+}
30+
31 .navbar .brand {
32 color: #FFF;
33 }

Subscribers

People subscribed via source and target branches