2.2 File and Directory names

Python Sage library code uses the following conventions. Directory names may be plural (e.g., rings) and file names are almost always singular (e.g., polynomial_ring.py). Note that the file polynomial_ring.py might still contain definitions of several different types of polynomial rings.

Note: You are strongly encouraged to include miscellaneous notes, emails, design discussions, etc., in your package. Make these plain text files (with extension .txt) in a subdirectory directory called notes.

See About this document... for information on suggesting changes.