Mercurial > p > roundup > code
view doc/index.txt @ 7277:41b2a0e12899
Formatting fixes
Fix some blocks that should be code blocks but weren't.
Use smaller type for larger/wide code blocks by replacing:
stuff::
wide code here
with:
stuff:
.. code::
:class: big-code
wide code here
The big-code class uses a smaller font size so it fits the width of
the page without overflow.
Fix an ordered list that was indented more than it should have been.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 24 Apr 2023 23:26:18 -0400 |
| parents | 8a267e9827cc |
| children | 1a0548b60c6b |
line wrap: on
line source
.. meta:: :description: Table of contents for documentation on the Roundup Issue Tracker. ======================================================= Roundup: an Issue-Tracking System for Knowledge Workers ======================================================= For how to contact the community see https://www.roundup-tracker.org . Contents ======== .. toctree:: :maxdepth: 2 features installation upgrading security FAQ user_guide customizing admin_guide security debugging xmlrpc rest tracker_templates glossary acknowledgements license Design Overview <overview> Design (original) <design> developers Notes about the MySQL Database backend <mysql> Notes about the PostgreSQL Database backend <postgresql> Richard Jones implementation notes <implementation> See: https://wiki.roundup-tracker.org/ReleaseErrata for fixes to documentation. Indices ======= * :ref:`genindex`
