mingwpy / mingwpy.github.io

Web pages for mingw project
https://mingwpy.github.io
28 stars 11 forks source link

Sidebars on website are not ok #15

Open rgommers opened 8 years ago

rgommers commented 8 years ago

localtoc.html isn't useful enough, see for example http://mingwpy.github.io/glossary.html. There are zero links to get to any other page there.

This can be improved by putting in conf.py the following:

'**': ['globaltoc.html', 'localtoc.html', 'searchbox.html'],

That's better already (I can send a PR for a workaround if you like), but a real solution is to have a template for all pages with a header / logo / key links that allows decent navigation.

ogrisel commented 8 years ago

+1 for a PR with a simple stopgap solution.

carlkl commented 8 years ago

+1

2016-01-22 15:54 GMT+01:00 Olivier Grisel notifications@github.com:

+1 for a PR with a simple stopgap solution.

— Reply to this email directly or view it on GitHub https://github.com/mingwpy/mingwpy.github.io/issues/15#issuecomment-173940953 .