Ignore:
Timestamp:
04/05/12 14:10:40 (13 years ago)
Author:
lusterma
Message:
worked on doc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/pyscripts/doc/_build/html/_sources/introduction.txt

    r13151 r13316  
    99* examples
    1010
    11 The code of pyfact follows the `Style Guide for python code <http://www.python.org/dev/peps/pep-0008/>_.
     11If you are new to python you need to learn the basics. In any case it would be wise to study the following book:
     12
     13*A Primer on Scientific Programming with Python - Hans Petter Langtangen*
     14
     15pyfact is supposed to follow closely the programming style thought in this book.
     16
     17`python documentation pages <http://docs.python.org/>`_
     18
     19`astropython.org <http://www.astropython.org/resources>`_
     20
     21Python version and modules used
     22-------------------------------
     23As long as you work on the ISDC FACT cluster most things should be just fine.
     24|python version: 2.6.6
     25|--- add later: list of modules
     26
     27Style guide and coding conventions
     28----------------------------------
     29The code of pyfact follows the `Style Guide for python code <http://www.python.org/dev/peps/pep-0008/>.
Note: See TracChangeset for help on using the changeset viewer.