RH 2020: Generating two separate indexes?
First thanks to all who have already provided answers to my beginner questions. I am nearing the end of my project. But one question remains.
Basically I have two manuals: a reference manual, and a separate manual for Python scripting commands. They are both in the same TOC, with their HTML content generated in their own folders and subfolders.
I want both of them to be generated together for the HTML version, so that they both appear in the left TOC pane.
But then I want each manual (Reference, and Python) to be generated as their own PDF, with their own separate indexes.
From what I can see at this point, the index entries are not showing up separately, they are all combined into a single index. Will I need to rearrange my project somehow so that I can accomplish both outputs for HTML, and separate outputs for PDF?
I hope this question makes sense.
