ebook icon indicating copy to clipboard operation
ebook copied to clipboard

Add captions to sidebar

Open Mathieu-COSYNS-Student opened this issue 4 years ago • 0 comments

This PR add captions to the sidebar to better distinguish different parts of the book.

image

Drawback: In order to maintain the current style of headings in index.html and the structure of the sections in the pdf titles are duplicated.

##################
Part 1: Principles                      <---------------- HERE
##################

.. toctree::
   :maxdepth: 4
   :caption: Part 1: Principles         <---------------- HERE

Why adding a few lines of css ? The duplication add the title twice in index.html as shown below. image The css fix the issue for html, singlehtml and epub. Captions are not visible in pdf

Mathieu-COSYNS-Student avatar Feb 11 '22 14:02 Mathieu-COSYNS-Student