Ticket #5009 (closed bug: fixed)

Opened 2 years ago

Last modified 2 years ago

Users Guide formatting bug

Reported by: simonmar Owned by: igloo
Priority: high Milestone: 7.2.1
Component: Documentation Version: 7.0.2
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: Documentation bug Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

Description

The section "Running a compiled program" is numbered 4.1, yet it comes after 4.15 in the contents:

http://www.haskell.org/ghc/docs/7.0.2/html/users_guide/using-ghc.html

Furthermore it comes directly after the real 4.1 if you scroll down that page, which makes the ordering very strange for someone reading the guide from start to finish.

I suspect a tool bug. We should try formatting the docs using different versions of the tools.

Change History

Changed 2 years ago by simonmar

  • failure changed from None/Unknown to Documentation bug

Changed 2 years ago by igloo

  • owner set to igloo

It's because it uses <section> rather than <sect1> etc. I'll fix it.

Changed 2 years ago by igloo

  • status changed from new to closed
  • resolution set to fixed
Fri Mar 11 21:29:58 GMT 2011  Ian Lynagh <igloo@earth.li>        
  * Consistently use <sect1> etc rather than <section>; fixes #5009
  It might be nicer to actually go the other way, and make everything
  use <section> instead, but this fixes the incorrect numbering for
  now, and we can look into whether <section> has any disadvantages
  later.
Note: See TracTickets for help on using tickets.