My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Documentation  

Featured, About-HelpGeneral
Updated Apr 7, 2012 by gonzagueddr

Accessing Nav Documentation

Some mirrors for NAV documentation :

  • https://ecoledartdaix.dyndns.org:10001/Etudiants/Download/NAV/
  • http://nav.ddrdev.fr/ ( no automatic update )
  • http://3d.dyn-o-saur.com/new-atlantis/NAV_0.0/src/doc/
  • Forum

    https://ecoledartdaix.dyndns.org:10001/index.php?file=Forum&page=viewforum&forum_id=3

    IRC

    irc://irc.freenode.net/new-atlantis




    I ) Panda ( and Python ) , The 3d engine

    OnLine 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".


    OffLine documentation :
    1 ) Download the last release : https://92.103.86.41:10001/Etudiants/Download/NAV/NAV_0.0.tar.gz ( if you're in the school of Aix en Provence, you shall use https://192.168.2.10:10001/Etudiants/Download/NAV/NAV_0.0.tar.gz
    2 ) Extract the archive, go to the folder "NAV_0.0/src/doc" and open the file _Documentation_.html

    II ) Puredata, The sound engine

    Puredata'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 Documentation

  • Use the script "runMakeDoc.py" to rebuild python's documentation:


  • Usage : 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



  • Edit the html pages in src/doc for NAV documentation


  • 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.


    Sign in to add a comment
    Powered by Google Project Hosting