1
0
mirror of https://github.com/moparisthebest/Simba synced 2025-02-20 04:51:51 -05:00
Simba/Doc/sphinx/todo.rst

29 lines
1.1 KiB
ReStructuredText
Raw Normal View History

.. _todo:
2010-06-14 00:27:10 +02:00
Documentation TODO
==================
* *Wizzup* - Script manager (non technical).
* *Wizzup* - Script manager (technical).
* Extend "Getting Started". Include downloading scripts from the manager.
2010-06-14 00:50:51 +02:00
* think of good chapters for the complete tutorial. (it should teach basic
2010-06-27 12:07:39 +02:00
stuff, not document all features. script reference is for that purpose)
2010-06-14 00:27:10 +02:00
* write a lot more chapters for simba references. There's plenty to document.
2010-06-14 00:50:51 +02:00
* write working with files for scriptreference (or any other chapter)
2010-06-27 12:07:39 +02:00
It may be useful to check http://wizzup.org/simba/article/4
* Features -> Perhaps (interactive) images?
2010-06-27 17:25:45 +02:00
* Scripting reference:
- Files
- Bitmaps
- DTM
- Internet
2010-06-14 00:27:10 +02:00
2010-06-27 12:07:39 +02: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 14:10:21 +02: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.