Skip to content

Preprocess

Romain Guillot requested to merge preprocess into master
  • Unit tests for preprocess.py
  • preprocess.py code documentation
  • template documentation for database_handler.py
  • Add our config parameters to the app.config (Flask app config)
  • Add Sphinx documentation :
    • Create docs/ directory for the documentation and init a the Sphinx documentation (see conf.py)
    • Create the documentation structure (install, contribution, code documentation)
    • Move some parts of the actual documentation to this new documentation
    • Publish with readthedocs : https://smartrecruiting-back.readthedocs.io/en/latest/index.html (so for the moment, it's link to the preprocess branch, we have to change that when we'll merge)

Merge request reports