acutesoftware / AIKIF

Artificial Intelligence Knowledge Information Framework
GNU General Public License v3.0
54 stars 13 forks source link

examples need to use updated logging #17

Closed acutesoftware closed 9 years ago

acutesoftware commented 9 years ago

Some examples (autobackup.py) are still using the incorrect log calls.

Ensure all examples are updated

Make a new test called run_examples.py which uses unittest to clear a log folder, run all examples, and test the resulting logs

document_AIKIF.py = include new programs ex_index_mydocs.py = use config.py for folders ex_project_management.py = uses project.py (in conjunction with text files from existing dicts) finance_example.py = needs to be completed - loads but no mappers used. game_of_lifeconsole.py = needs new logging puzzle*.py = needs implementing (just headers at the moment)

acutesoftware commented 9 years ago

cleaned out old examples to z_prototypes, and have a new AIKIF_document folder which shows how to use this to document full software project (in progress)