-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnotes.txt
90 lines (69 loc) · 2.91 KB
/
notes.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Autogenerated content that requires manual intervention
-------------------------------------------------------
It is best to avoid manual intervention when possible, but unfortunately it is
not always possible. This is a list of manual interventions made, so that when
content is regenerated, we will know where to reintervene.
- guide10: The Chebgui screenshot (last figure) must be inserted as
<img src="chebgui.png" />
in the HTML.
-------------------------------------------------------
TO DO:
- add forum
- prettify function reference
- add links everywhere necessary
- guide has lots
- add content
- update history
- add more simple examples on the homepage
- fix the white-on-black issue from LNT
- maybe include the class diagram:
http://www.gliffy.com/go/publish/image/4249553/L.png
- 404 error should be a SCRIBBLE rendering
- link to download guide chapters
- add (frontend) search functionality to examples page
- http://documentcloud.github.io/visualsearch/
- figure out what's going on with the chebgui screencap in guide10
- page for chebgui
- news banner with
Upcoming talk: "Chebfun as a software project" at ICMS in August in Korea.
link: http://voronoi.hanyang.ac.kr/icms2014/
- add like/follow buttons to every page
- "how to add chebfun to path" on download page
DONE:
- add prominent 'download' link on homepage
- examples category galleries
- add news section
- add videos page (in docs?)
- css cleanup
- blockquotes in examples (e.g. ode/ResonantVandal)
- news section
- make example figures & guide figures export_fig-style
- add content
- update faq, including collapsibleness and style
- update support -- only one [email protected]
- ask for feedback!!!
- update develop, etc, etc.
- add sponsors to about page:
EPSRC, ERC, MathWorks, and OCCAM
- markdown in example titles (specifically for code)
----
function reference:
- Do we care that some of the help texts mention TECHs? e.g.
chebfun/conv
chebfun/get
resampling
chebkind
chebfunpref
----
find . -name "*.md" -type f -delete
/Applications/MATLAB_R2013a.app/toolbox/matlab/codetools/private/mxdom2simplehtml.xsl
/Applications/MATLAB_R2013a.app/toolbox/matlab/codetools/+internal/+matlab/+publish/chebexample_PublishFigures.m
is both a directory and a function
----
We can hope that no one ever finds out, but:
1. If you have an ordered list in an example AND no references section, the
numbering on the ordered list will have brackets like the references
should.
2. A figure with multiple subpots, one of which has a surface or patch
element, but which one is not the last subplot plotted, will render
incorrectly (i.e. it will use Painters instead of openGL).