0

I need to generate a pdf from a large set of rst files. Is it possible to generate bookmarks with rst2pdf? How do I do it? I am trying to avoid having to do it by hand with Acrobat.

The documentation has headings like 1.1, 1.1.1, 1.1.2, 1.2...3.4.6, etc.

johnny
  • 19,272
  • 52
  • 157
  • 259

1 Answers1

1

If you use table of contents this is done automatically:

Add:

.. contents:: Table of contents 
Anton vBR
  • 18,287
  • 5
  • 40
  • 46