-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTODO.txt
27 lines (23 loc) · 1.29 KB
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
=================================================================
TODO
=================================================================
- create tests to verify handling of relative *image* links
- package up this project for independent pypi download
- something is definitely not right with cleaning up the pickled doctree after
a document is moved - it vanishes from the tree unless you rebuild. That is
going to suck to write tests for
- improve and document the toctree-like "latest" directive
- why are latest list entires marked as external references?
- make *sorting* by date optional
- make *displaying* date optional
- support custom date format when it *is* displayed
- (blue sky) How about, then, supporting microformats for date display?
- optionally, rather than ignoring undated articles, include them at the bottom of the list.
- (Blue sky) support dates on links and subheadings rather than just whole
documents (requires work with sphinx/docutils)
- create tests of round-trip date parsing (Are the displayed dates the same
as the supplied ones?
- fix bug with recursive display - ATM if you explicitly include subdirs, it
will explode when writing HTML in environment.collect_relations
- testcase?
- write rss at the new `html-collect-pages` event