From 3817c8b47e85d3644383182c2b3909a2dbdd0b3b Mon Sep 17 00:00:00 2001 From: hut Date: Mon, 21 Jun 2010 00:23:04 +0200 Subject: removed pydoc since it can be generated with "make doc" easily --- doc/pydoc/ranger.defaults.options.html | 77 ---------------------------------- 1 file changed, 77 deletions(-) delete mode 100644 doc/pydoc/ranger.defaults.options.html (limited to 'doc/pydoc/ranger.defaults.options.html') diff --git a/doc/pydoc/ranger.defaults.options.html b/doc/pydoc/ranger.defaults.options.html deleted file mode 100644 index 08736ab7..00000000 --- a/doc/pydoc/ranger.defaults.options.html +++ /dev/null @@ -1,77 +0,0 @@ - -Python: module ranger.defaults.options - - - - - -
 
- 
ranger.defaults.options
index
/home/hut/code/ranger/ranger/defaults/options.py
-

This is the default configuration file of ranger.

-There are two ways of customizing ranger.  The first and recommended
-method is creating a file at ~/.ranger/options.py and adding
-those lines you want to change.  It might look like this:

-from ranger.api.options import *
-preview_files = False  # I hate previews!
-max_history_size = 2000  # I can afford it.

-The other way is directly editing this file.  This will make upgrades
-of ranger more complicated though.

-Whatever you do, make sure the import-line stays intact and the type
-of the values stay the same.

-

- - - - - -
 
-Modules
       
ranger.api.apps
-ranger.gui.color
-
ranger.api.commands
-ranger.api.keys
-
re
-

- - - - - -
 
-Data
       DELETE_WARNING = 'delete seriously? '
-autosave_bookmarks = True
-collapse_preview = True
-colorscheme = 'default'
-colorscheme_overlay = None
-column_ratios = (1, 1, 4, 3)
-dirname_in_tabs = False
-display_size_in_main_column = True
-display_size_in_status_bar = False
-draw_bookmark_borders = True
-draw_borders = False
-flushinput = True
-hidden_filter = <_sre.SRE_Pattern object>
-max_console_history_size = 20
-max_history_size = 20
-mouse_enabled = True
-preview_directories = True
-preview_files = True
-save_console_history = True
-scroll_offset = 8
-shorten_title = 3
-show_cursor = False
-show_hidden = False
-show_hidden_bookmarks = True
-sort = 'basename'
-sort_case_insensitive = False
-sort_directories_first = True
-sort_reverse = False
-tilde_in_titlebar = True
-update_title = True
-xterm_alt_key = False
- \ No newline at end of file -- cgit 1.4.1-2-gfad0 :21 +0100 random stuff' href='/akspecs/ranger/commit/TODO?h=v1.4.2&id=aea67778ad2366b4e4171008af7b0dcd5d91f93b'>aea67778 ^

22449efd ^
a1d7ed6e ^
e92fe17a ^
e92fe17a ^
b5493fe4 ^

ef0ee843 ^
0b8a9d79 ^
a6791aee ^
23236d0c ^
08f21ae5 ^
4be8b401 ^




08f21ae5 ^
4f51adb3 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29