Simba/Doc/sphinx/todo.rst

29 lines
1.1 KiB
ReStructuredText
Raw Permalink Normal View History

.. _todo:
2010-06-13 18:27:10 -04:00
Documentation TODO
==================
* *Wizzup* - Script manager (non technical).
* *Wizzup* - Script manager (technical).
* Extend "Getting Started". Include downloading scripts from the manager.
2010-06-13 18:50:51 -04:00
* think of good chapters for the complete tutorial. (it should teach basic
2010-06-27 06:07:39 -04:00
stuff, not document all features. script reference is for that purpose)
2010-06-13 18:27:10 -04:00
* write a lot more chapters for simba references. There's plenty to document.
2010-06-13 18:50:51 -04:00
* write working with files for scriptreference (or any other chapter)
2010-06-27 06:07:39 -04:00
It may be useful to check http://wizzup.org/simba/article/4
* Features -> Perhaps (interactive) images?
2010-06-27 11:25:45 -04:00
* Scripting reference:
- Files
- Bitmaps
- DTM
- Internet
2010-06-13 18:27:10 -04:00
2010-06-27 06:07:39 -04:00
* Expand "Troubleshooting"
- And its subsection.
* Expand "Feature Overview"
- And its subs. There's like nothing in them, those are the type
of pages I was talking about. Combine them under feature overview?
2010-07-02 08:10:21 -04:00
* Algorithm on how to write algorithms efficiently.
Like, remove points in TPA that are in a box. Override points or create new
array and add points. Also perhaps non linear algorithms.