]> git.phdru.name Git - ppu.git/blob - docs/index.rst
Rename the project to Portable Python Utilities
[ppu.git] / docs / index.rst
1 .. ppu documentation master file, created by
2    sphinx-quickstart on Sat Apr 15 20:37:34 2017.
3    You can adapt this file completely to your liking, but it should at least
4    contain the root `toctree` directive.
5
6 Portable Python Utilities
7 =========================
8
9 .. toctree::
10    :maxdepth: 2
11    :caption: Contents:
12
13    install
14    news
15
16 .. highlight:: none
17
18 Command line
19 ------------
20
21 remove-old-files.py
22 ~~~~~~~~~~~~~~~~~~~
23
24 Remove old files. It's a portable replacement for
25 `find start_dir -type f -mtime +31 -delete`.
26
27 Usage::
28
29     remove-old-files.py [-e] -o days start_dir
30
31 Options::
32
33     -e, --empty-dirs
34                            remove empty directories
35     -o days, --older days
36                            remove files older than this number of days;
37                            this is a required option
38
39 Indices and tables
40 ==================
41
42 * :ref:`genindex`
43 * :ref:`modindex`
44 * :ref:`search`