aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/eigendoxy.css
Commit message (Collapse)AuthorAge
* Make file formatting comply with POSIX and Unix standardsGravatar Aaron Franke2020-03-23
| | | | UTF-8, LF, no BOM, and newlines at the end of files
* Add help messages in the quick ref/ascii docs regarding slicing, indexing, ↵Gravatar Gael Guennebaud2018-12-05
| | | | and reshaping.
* Limit the size of the tocGravatar Gael Guennebaud2018-11-09
|
* extend doxygen splitter for huge screensGravatar Gael Guennebaud2018-04-11
|
* MIsc. source and comment typosGravatar luz.paz2018-03-11
| | | | Found using `codespell` and `grep` from downstream FreeCAD
* Add \newin{3.x} doxygen commandGravatar Gael Guennebaud2017-01-17
|
* Doc: start of a table summarizing coefficient-wise math functions.Gravatar Gael Guennebaud2016-06-01
|
* Add some c++11 flags in documentationGravatar Gael Guennebaud2016-05-19
|
* Clean the manual page titles, links and intro.Gravatar Gael Guennebaud2013-01-06
|
* Update the overview page to reflect the new organisationGravatar Gael Guennebaud2013-01-05
|
* Doc presentation:Gravatar Gael Guennebaud2013-01-05
| | | | | - remove the "modules|classes" link for module pages (they are already in the TOC) - fine tune the TOC css
* Big changes in Eigen documentation:Gravatar Gael Guennebaud2013-01-05
| | | | | | | | | | | | | | | | | | | | | | - Organize the documentation into "chapters". - Each chapter include many documentation pages, reference pages organized as modules, and a quick reference page. - The "Chapters" tree is created using the defgroup/ingroup mechanism, even for the documentation pages (i.e., .dox files for which I added an \eigenManualPage macro that we can switch between \page or \defgroup ). - Add a "General topics" entry for all pages that do not fit well in the previous "chapters". - The highlevel struture is managed by a new eigendoxy_layout.xml file. - remove the "index" and quite useless pages (namespace list, class hierarchy, member list, file list, etc.) - add the javascript search-engine. - add the "treeview" panel. - remove \tableofcontents (replace them by a custom \eigenAutoToc macro to be able to easily re-enable if needed). - add javascript to automatically generate a TOC from the h1/h2 tags of the current page, and put the TOC in the left side panel. - overload various javascript function generated by doxygen to: - remove the root of the treeview - remove links to section/subsection from the treeview - automatically expand the "Chapters" section - automatically expand the current section - adjust the height of the treeview to take into account the TOC - always use the default .css file, eigendoxy.css now only includes our modifications - use Doxyfile to specify our logo - remove cross references to unsupported modules (temporarily)
* Doc: remove page margins and limits to 60em paragraphes only instaead of the ↵Gravatar Gael Guennebaud2012-12-28
| | | | entire page (many declarations and tables are larger than 60em anyway)
* Update doxygen files to doxygen version 1.8Gravatar Gael Guennebaud2012-12-28
|
* improve sparse manualGravatar Gael Guennebaud2011-12-03
|
* allows blocks of code to be larger than the page body (like tables)Gravatar Gael Guennebaud2010-10-19
|
* update the position of the owlGravatar Gael Guennebaud2010-10-19
|
* factorize CSS code, make use of the "manual" class when appropriate, clean ↵Gravatar Gael Guennebaud2010-10-19
| | | | the style of the big linear algebra table
* increase css max-widthGravatar Benoit Jacob2010-10-19
|
* mergeGravatar Benoit Jacob2010-10-19
|\
* | specify max-width in em not pxGravatar Benoit Jacob2010-10-19
| |
| * factorize CSS code, make use of the "manual" class when appropriate, clean ↵Gravatar Gael Guennebaud2010-10-19
|/ | | | the style of the big linear algebra table
* css update: max-width and marginsGravatar Benoit Jacob2010-10-19
|
* update style of the quick ref guideGravatar Gael Guennebaud2010-10-19
|
* update CSS to doxygen 1.7.2, new CSS and cleaning of the tutorialGravatar Gael Guennebaud2010-10-19
|
* Firefox specific style fix.Gravatar Hauke Heibel2010-06-30
|
* More style fixes.Gravatar Hauke Heibel2010-06-30
|
* Slight pimping of the "Basic matrix manipulation" table.Gravatar Hauke Heibel2010-06-30
| | | | More CSS simplifications.
* Fixed some doc appearance issue.Gravatar Hauke Heibel2010-06-30
| | | | Started cleaning up the CSS.
* Fix hover background color for H2.Gravatar Hauke Heibel2010-06-30
| | | | Align tutorial tables at the top.
* Center version number on main page of API documentation.Gravatar Jitse Niesen2010-03-26
|
* Adapted doxygen's new style sheet.Gravatar Hauke Heibel2010-01-15
| | | | Added documentation to some of the typedefs.
* Enabled class diagrams (requires dot, i.e. graphviz).Gravatar Hauke Heibel2010-01-13
| | | | Adapted the style sheet in order to center class diagrams.
* fix some documentation issuesGravatar Gael Guennebaud2008-10-17
|
* QTransform conversion and docGravatar Gael Guennebaud2008-09-01
|
* update of the geometry tutorialGravatar Gael Guennebaud2008-08-31
|
* doc + quick bug fix in Matrix ctorGravatar Gael Guennebaud2008-08-28
|
* * move memory related stuff to util/Memory.hGravatar Gael Guennebaud2008-08-26
| | | | | * clean ugly doxygen inheritence of expressions * keep improving the documentation... slowly !
* Various doc improvements... including a owl in the API doc header.Gravatar Gael Guennebaud2008-08-25
|
* Documentation: fill the placeholders, add a custom CSS file,Gravatar Gael Guennebaud2008-08-24
add a reference to the tutorial in the main page.