Tuesday, June 16, 2015

Cleanable files

Theoretically it is necessary to explicitly delete the .rst documents generated by autosummary.

Until now I had to do this manually using commands like:

$ rm docs/api/lino.*

Note that one file of the docs/api directory is not generated and must not get deleted accidentally: index.rst

Added a new atelier setting cleanable_files, so now the files are cleaned up together with fab clean (if I have defined cleanable_files in the project’s fabfile.py).

Checkin

I finished and committed the changes started yesterday.