Merge: nitdoc: introduce tabbed view to hidde less important data
authorJean Privat <jean@pryen.org>
Wed, 13 May 2015 15:20:36 +0000 (11:20 -0400)
committerJean Privat <jean@pryen.org>
Wed, 13 May 2015 15:20:36 +0000 (11:20 -0400)
commit9a3c09d0df0653acd033511b255bcefcec9b7ef7
tree1fdff9c6651e74af9762e4a3697ae90c69b669c2
parent0dfb7f2f0a7d4f970ef86f9e2c078014ba3692df
parent789efc93b5aa3b2b4663d379ca23e1f94877030d
Merge: nitdoc: introduce tabbed view to hidde less important data

This PR introduce discrete tabs in the Nitdoc HTML output to hidde less important data like linearization tree, subclasses list etc.
This makes the main page more clean and readable.

Just pass the mouse over a definition to make the tab menu appear and select the details you want to see.
I also moved the source link here.

One can see the difference on [`Array[E]::SELF`](http://gresil.org/jenkins/job/CI-nitdoc/ws/doc/stdlib/class_standard__collection__array__Array.html#article:standard__collection__array__Array__SELF.definition). Notice the little burger menu on the right of the signature.

Démos:
* [stdlib](http://gresil.org/jenkins/job/CI-nitdoc/ws/doc/stdlib/index.html)
* [nitc](http://gresil.org/jenkins/job/CI-nitdoc/ws/doc/nitc/index.html)

Pull-Request: #1330
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>