Ticket #1 (closed enhancement: fixed)

Opened 4 years ago

Last modified 14 months ago

Add a table of contents to the FAQ

Reported by: free Owned by: daniel
Priority: low Milestone: 0.1
Component: www Version: 2.0
Severity: normal Keywords: FAQ TOC
Cc: daniel@…

Description

Hi,

it would be nice to add a table of contents to the FrequentlyAskedQuestions? wiki page. Something like:

http://projects.edgewall.com/trac/wiki/TracFaq

The RST processor can be useful for this:

http://projects.edgewall.com/trac/wiki/WikiRestructuredText

This is sample code:

{{{
#!rst
=============
64 Studio FAQ
=============

Description of the page

.. contents::
.. sectnum::

-----

Project info
============

Who?
----

You and me.

  See also: `ContactsPage`:trac:

Why?
----

For this and that reason.

Developing
==========

Get involved
------------

Who to get involved


}}}

Change History

Changed 3 years ago by daniel

  • status changed from new to closed
  • resolution set to wontfix

I've had a look at the Restructured Text documentation but it's melting my brain. I guess I'm just too used to HTML now... :-)

Changed 2 years ago by kkkkoaaa

  • version set to 2.0
  • milestone set to 0.1

Keep a good job up! http://quick-adult-links.com

Changed 14 months ago by free

  • resolution changed from wontfix to fixed

(In [231]) * Added msttcorefonts (closes #1)

Note: See TracTickets for help on using tickets.