Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 407 Bytes

File metadata and controls

10 lines (9 loc) · 407 Bytes

Agent Instructions

  • Module source is in src/xdoctest.
  • New unit tests go in tests.
  • Follow PEP 8.
  • Prefer explanatory docstrings for API level documentation.
  • Use rst files in docs/source/manual for narrative documentation.
  • Use run_tests.py for unit tests and only.
  • Use run_doctests.sh for doctests only.
  • Dependencies are listed in requirements/*.txt and referenced in setup.py