WeiDUorg / weidu

WeiDU is a program used to develop, distribute and install modifications for games based on the Infinity Engine.
http://www.weidu.org
GNU General Public License v2.0
90 stars 20 forks source link

The index of ReadMe should include references to all sections #156

Closed 4Luke4 closed 4 years ago

4Luke4 commented 5 years ago

The last reference is 12.2 sc#addWmpAre, so the following sections are missing (and should therefore be included):

FredrikLindgren commented 5 years ago

The HeVeA conversion process breaks on the escaped number sign in sc#addWmpAre and everything after that is lost from the index. I can't think of a good solution short of omitting sc#addWmpAre from the index.

4Luke4 commented 5 years ago

The HeVeA conversion process breaks on the escaped number sign in sc#addWmpAre and everything after that is lost from the index. I can't think of a good solution short of omitting sc#addWmpAre from the index.

I see. Well, you could edit the underlying LaTeX code and change the name of that \subsection into "Adding an area to the worldmap" (or something like that). After that, you could edit the beginning of the paragraph so to read: sc#addWmpAre: Adds an area to the worldmap. All variables are zero or blank by default unless otherwise indicated. This is an ACTION function.

burner1024 commented 4 years ago

Maybe it's time to look for an alternative to latex? Something jekyll-based? It would really help to have the doc in machine readable format, at least partly.

lynxlynxlynx commented 4 years ago

LaTeX also supports escaping (#) and since you're already preprocessing the content, it's simple to fix in: https://github.com/WeiDUorg/weidu/blob/master/doc/Makefile