Mercurial > p > roundup > code
view demo.py @ 7432:e3b35dcf0dcb
Shorten/simplify doc TOC by removing redundant Roundup in titles.
We already have a Roundup label at the top of the page. Remove the
word Roundup from each item. Roundup Features -> Features etc.
The titles for the pages keep the word Roundup since it will show up
on the tab/browser window title etc.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 29 May 2023 19:53:06 -0400 |
| parents | 7f0bc46aee67 |
| children |
line wrap: on
line source
#!/usr/bin/env python3 import sys import roundup from roundup.demo import main sys.exit(main())
