|
Documentation
Accessing Nav DocumentationSome mirrors for NAV documentation :Forumhttps://ecoledartdaix.dyndns.org:10001/index.php?file=Forum&page=viewforum&forum_id=3 IRCirc://irc.freenode.net/new-atlantis
I ) Panda ( and Python ) , The 3d engineOnLine documentation : As active Nav servers are now listed on https://92.103.86.41:10001/NavPupperMaster.php?fromSite=y , if one is active, just clic on the "Check" link and login as "GUEST" ( Pass is "no" ), then clic on "Documentation".
II ) Puredata, The sound enginePuredata's doc is in the main pd file ( src/PD/MAIN.pd ), open it and clic on the "?" at the top/right of the patch You can also check the wiki : http://code.google.com/p/new-atlantis/wiki/PureData
Writing Nav DocumentationUsage : python runMakeDoc.py html|txt /path/to/doc cssFile httpLink Default (python runMakeDoc.py) is equal to python runMakeDoc.py html ../pyDoc "" http://code.google.com/p/new-atlantis/source/browse/trunk/NAV_0.0/src/ If cssFile is given, the file will be read and insert to style ( '<style>'+open(cssFile, 'r').read()+'</style>' ) If httpLink, then a href = httpLink/mod.py
This documentation is an horizontal frameset where root document is "Documentation.html" There are 2 frames : "head.html" is the top frame that defines links to show what's in the second frame. To add a new file to this doc, create the file and name it "help_whatYouWant" (files witch name does not start by "help" are python's doc files ) . Then edit the file "head.html" to add a link to this new file. | |