|
6 | 6 | tkfilebrowser |
7 | 7 | ============= |
8 | 8 |
|
9 | | -|Release|_ |Linux| |Travis| |Codecov| |License| |
| 9 | +|Release|_ |Linux| |Travis| |Codecov| |License| |Doc| |
10 | 10 |
|
11 | 11 | tkfilebrowser is an alternative to tkinter.filedialog that allows the |
12 | 12 | user to select files or directories. The GUI is written with tkinter but |
13 | 13 | the look is closer to GTK and the application uses GTK bookmarks (the |
14 | 14 | one displayed in nautilus or thunar for instance). This filebrowser |
15 | 15 | supports new directory creation and filtype filtering. |
16 | 16 |
|
17 | | -This module contains a general `FileBrowser` class which implements the |
| 17 | +This module contains a general ``FileBrowser`` class which implements the |
18 | 18 | filebrowser and the following functions, similar to the one in filedialog: |
19 | 19 |
|
20 | | - * `askopenfilename` that allow the selection of a single file |
| 20 | + * ``askopenfilename`` that allow the selection of a single file |
21 | 21 |
|
22 | | - * `askopenfilenames` that allow the selection of multiple files |
| 22 | + * ``askopenfilenames`` that allow the selection of multiple files |
23 | 23 |
|
24 | | - * `askopendirname` that allow the selection a single folder |
| 24 | + * ``askopendirname`` that allow the selection a single folder |
25 | 25 |
|
26 | | - * `askopendirnames` that allow the selection of multiple folders |
| 26 | + * ``askopendirnames`` that allow the selection of multiple folders |
27 | 27 |
|
28 | | - * `asksaveasfilename` that returns a single filename and give a warning if the file already exists |
| 28 | + * ``asksaveasfilename`` that returns a single filename and give a warning if the file already exists |
29 | 29 |
|
30 | 30 | Project page: https://github.com/j4321/tkFileBrowser |
31 | 31 |
|
@@ -54,3 +54,6 @@ Project page: https://github.com/j4321/tkFileBrowser |
54 | 54 | .. |License| image:: https://img.shields.io/github/license/j4321/tkFileBrowser.svg |
55 | 55 | :target: https://www.gnu.org/licenses/gpl-3.0.en.html |
56 | 56 | :alt: License |
| 57 | +.. |Doc| image:: https://readthedocs.org/projects/tkfilebrowser/badge/?version=latest |
| 58 | + :target: https://tkfilebrowser.readthedocs.io/en/latest/?badge=latest |
| 59 | + :alt: Documentation Status |
0 commit comments