diff options
author | hut <hut@lepus.uberspace.de> | 2015-04-13 12:49:49 +0200 |
---|---|---|
committer | hut <hut@lepus.uberspace.de> | 2015-04-13 12:49:49 +0200 |
commit | c0f2fc72eccb4127fba5f48ce4b422487d6ec752 (patch) | |
tree | 025f72dde6f7a7e5cdca82637da4e5dcef0ddd62 | |
parent | a9bbdc440c2ea33ccc4470e00949ffa16ce2300e (diff) | |
download | ranger-c0f2fc72eccb4127fba5f48ce4b422487d6ec752.tar.gz |
moved "doc/examples" to "examples" for more visibility
-rw-r--r-- | doc/ranger.1 | 2 | ||||
-rw-r--r-- | doc/ranger.pod | 2 | ||||
-rw-r--r-- | examples/README (renamed from doc/examples/README) | 0 | ||||
-rw-r--r-- | examples/bash_automatic_cd.sh (renamed from doc/examples/bash_automatic_cd.sh) | 0 | ||||
-rw-r--r-- | examples/bash_subshell_notice.sh (renamed from doc/examples/bash_subshell_notice.sh) | 0 | ||||
-rw-r--r-- | examples/plugin_chmod_keybindings.py (renamed from doc/examples/plugin_chmod_keybindings.py) | 0 | ||||
-rw-r--r-- | examples/plugin_file_filter.py (renamed from doc/examples/plugin_file_filter.py) | 0 | ||||
-rw-r--r-- | examples/plugin_hello_world.py (renamed from doc/examples/plugin_hello_world.py) | 0 | ||||
-rw-r--r-- | examples/plugin_new_macro.py (renamed from doc/examples/plugin_new_macro.py) | 0 | ||||
-rw-r--r-- | examples/plugin_new_sorting_method.py (renamed from doc/examples/plugin_new_sorting_method.py) | 0 | ||||
-rw-r--r-- | examples/rifle_different_file_opener.conf (renamed from doc/examples/rifle_different_file_opener.conf) | 0 | ||||
-rwxr-xr-x | examples/rifle_sxiv.sh (renamed from doc/examples/rifle_sxiv.sh) | 0 | ||||
-rw-r--r-- | examples/vim_file_chooser.vim (renamed from doc/examples/vim_file_chooser.vim) | 0 | ||||
-rwxr-xr-x | setup.py | 2 |
14 files changed, 3 insertions, 3 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index c4896b2e..461ee00e 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -166,7 +166,7 @@ The directory \fIdoc/configs\fR contains configuration files. They are usually installed to \fI/usr/lib/python*/site\-packages/ranger/config\fR and can be obtained with ranger's \-\-copy\-config option. .PP -The directory \fIdoc/examples\fR contains reference implementations for ranger +The directory \fIexamples\fR contains reference implementations for ranger plugins, sample configuration files and some programs for integrating ranger with other software. They are usually installed to \&\fI/usr/lib/python*/site\-packages/ranger/examples\fR. diff --git a/doc/ranger.pod b/doc/ranger.pod index 5c150d7a..ab6dc6d2 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -39,7 +39,7 @@ The directory F<doc/configs> contains configuration files. They are usually installed to F</usr/lib/python*/site-packages/ranger/config> and can be obtained with ranger's --copy-config option. -The directory F<doc/examples> contains reference implementations for ranger +The directory F<examples> contains reference implementations for ranger plugins, sample configuration files and some programs for integrating ranger with other software. They are usually installed to F</usr/lib/python*/site-packages/ranger/examples>. diff --git a/doc/examples/README b/examples/README index ca514853..ca514853 100644 --- a/doc/examples/README +++ b/examples/README diff --git a/doc/examples/bash_automatic_cd.sh b/examples/bash_automatic_cd.sh index 465c9c80..465c9c80 100644 --- a/doc/examples/bash_automatic_cd.sh +++ b/examples/bash_automatic_cd.sh diff --git a/doc/examples/bash_subshell_notice.sh b/examples/bash_subshell_notice.sh index bc44d5a8..bc44d5a8 100644 --- a/doc/examples/bash_subshell_notice.sh +++ b/examples/bash_subshell_notice.sh diff --git a/doc/examples/plugin_chmod_keybindings.py b/examples/plugin_chmod_keybindings.py index 0ab975ed..0ab975ed 100644 --- a/doc/examples/plugin_chmod_keybindings.py +++ b/examples/plugin_chmod_keybindings.py diff --git a/doc/examples/plugin_file_filter.py b/examples/plugin_file_filter.py index b9bea1f3..b9bea1f3 100644 --- a/doc/examples/plugin_file_filter.py +++ b/examples/plugin_file_filter.py diff --git a/doc/examples/plugin_hello_world.py b/examples/plugin_hello_world.py index a803e21b..a803e21b 100644 --- a/doc/examples/plugin_hello_world.py +++ b/examples/plugin_hello_world.py diff --git a/doc/examples/plugin_new_macro.py b/examples/plugin_new_macro.py index 159a92f2..159a92f2 100644 --- a/doc/examples/plugin_new_macro.py +++ b/examples/plugin_new_macro.py diff --git a/doc/examples/plugin_new_sorting_method.py b/examples/plugin_new_sorting_method.py index 6b41b0e1..6b41b0e1 100644 --- a/doc/examples/plugin_new_sorting_method.py +++ b/examples/plugin_new_sorting_method.py diff --git a/doc/examples/rifle_different_file_opener.conf b/examples/rifle_different_file_opener.conf index 4a8250b8..4a8250b8 100644 --- a/doc/examples/rifle_different_file_opener.conf +++ b/examples/rifle_different_file_opener.conf diff --git a/doc/examples/rifle_sxiv.sh b/examples/rifle_sxiv.sh index 6307f1c2..6307f1c2 100755 --- a/doc/examples/rifle_sxiv.sh +++ b/examples/rifle_sxiv.sh diff --git a/doc/examples/vim_file_chooser.vim b/examples/vim_file_chooser.vim index aa3af763..aa3af763 100644 --- a/doc/examples/vim_file_chooser.vim +++ b/examples/vim_file_chooser.vim diff --git a/setup.py b/setup.py index c646f3fb..1e074f8d 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ if __name__ == '__main__': _findall('doc/config/colorschemes')), ('share/doc/ranger/config', _findall('doc/config')), ('share/doc/ranger/tools', _findall('doc/tools')), - ('share/doc/ranger/examples', _findall('doc/examples')), + ('share/doc/ranger/examples', _findall('examples')), ], package_data={'ranger': ['data/*', 'config/rc.conf', 'config/rifle.conf']}, |