wrdrd / docs

WRD R&D Documentation – https://wrdrd.github.io/docs/
https://wrdrd.github.io/docs/
9 stars 1 forks source link

BUG: Footer Next/Prev links missing (regression) #3

Closed westurner closed 9 years ago

westurner commented 9 years ago

The (ever-helpful) footer next/previous links seem to have been removed in the https://github.com/tell-k/sphinxjp.themes.basicstrap/ upgrade from Bootstrap 2 to Bootstrap 3.

Solutions:

A) Add the Next/Previous links to the sphinxjp.themes.basicstrap footer (upstream) B) "" (westurner/sphinxjp.themes.basicstrap : next_prev_links) B) Revert to the previous (Bootstrap 2) version of basicstrap

westurner commented 9 years ago

see: hidden-xs hidden-sm

https://github.com/tell-k/sphinxjp.themes.basicstrap/blob/afcd8dd/src/sphinxjp/themes/basicstrap/templates/basicstrap/layout.html#L50 :

<ul class="nav navbar-nav pull-right hidden-xs hidden-sm">
    <li><a href="small-business.html" title="Small Business Consulting">previous</a></li>
    <li><a href="software-development.html" title="Software Development">next</a></li>
    <li><a href="../py-modindex.html" title="Python Module Index">modules</a></li>
    <li><a href="../genindex.html" title="General Index">index</a></li> 
</ul>

Really, just prev and next would be most useful.

westurner commented 9 years ago

A link to # (^top) might be nice for mobile devices, as well

westurner commented 9 years ago

See: https://github.com/tell-k/sphinxjp.themes.basicstrap/issues/12

westurner commented 9 years ago

Done. Merged.