1
1
|logo | Python-mode, Python in VIM
2
2
#################################
3
3
4
- ..image ::https://travis-ci.org/klen /python-mode.png?branch=develop
5
- :target: https://travis-ci.org/klen /python-mode
4
+ ..image ::https://travis-ci.org/python-mode /python-mode.png?branch=develop
5
+ :target: https://travis-ci.org/python-mode /python-mode
6
6
7
7
-----
8
8
13
13
-----
14
14
15
15
|
16
- | Src: https://github.com/klen /python-mode
16
+ | Src: https://github.com/python-mode /python-mode
17
17
| Homepage: https://klen.github.io/python-mode/
18
- | Docs: https://github.com/klen /python-mode/blob/develop/doc/pymode.txt
18
+ | Docs: https://github.com/python-mode /python-mode/blob/develop/doc/pymode.txt
19
19
|
20
20
21
21
Python-mode is a vim plugin that helps you to create python code very quickly
@@ -74,7 +74,7 @@ Using pathogen (recommended)
74
74
75
75
% cd ~/.vim
76
76
% mkdir -p bundle && cd bundle
77
- % git clone https://github.com/klen /python-mode.git
77
+ % git clone https://github.com/python-mode /python-mode.git
78
78
79
79
- Enable `pathogen <https://github.com/tpope/vim-pathogen >`_
80
80
in your ``~/.vimrc ``: ::
@@ -93,7 +93,7 @@ Manually
93
93
--------
94
94
::
95
95
96
- % git clone https://github.com/klen /python-mode.git
96
+ % git clone https://github.com/python-mode /python-mode.git
97
97
% cd python-mode
98
98
% cp -R * ~/.vim
99
99
@@ -144,7 +144,7 @@ plugin.
144
144
2. Type `:PymodeTroubleshooting `
145
145
146
146
And fix any warnings or copy the output and send it to me. (For example, by
147
- creating a `new github issue <https://github.com/klen /python-mode/issues/new >`_
147
+ creating a `new github issue <https://github.com/python-mode /python-mode/issues/new >`_
148
148
if one does not already exist for the problem).
149
149
150
150
@@ -190,7 +190,7 @@ Bugtracker
190
190
191
191
If you have any suggestions, bug reports or
192
192
annoyances please report them to the issue tracker
193
- at https://github.com/klen /python-mode/issues
193
+ at https://github.com/python-mode /python-mode/issues
194
194
195
195
196
196
Contributing
@@ -202,41 +202,41 @@ Contributing
202
202
Also see the `AUTHORS ` file.
203
203
204
204
Development of python-mode happens at github:
205
- https://github.com/klen /python-mode
205
+ https://github.com/python-mode /python-mode
206
206
207
207
Please make a pull request to `development ` branch and add yourself to
208
208
`AUTHORS `.
209
209
210
210
Source Links
211
211
===================
212
212
- `doc/pymode.txt
213
- <https://github.com/klen /python-mode/blob/develop/doc/pymode.txt> `__
213
+ <https://github.com/python-mode /python-mode/blob/develop/doc/pymode.txt> `__
214
214
-- ``:help pymode ``
215
215
- `plugin/pymode.vim
216
- <https://github.com/klen /python-mode/blob/develop/plugin/pymode.vim> `__
216
+ <https://github.com/python-mode /python-mode/blob/develop/plugin/pymode.vim> `__
217
217
-- python-mode VIM plugin
218
218
- `syntax/python.vim
219
- <https://github.com/klen /python-mode/blob/develop/syntax/python.vim> `__
219
+ <https://github.com/python-mode /python-mode/blob/develop/syntax/python.vim> `__
220
220
-- python-mode ``python.vim `` VIM syntax
221
221
- `syntax/pyrex.vim
222
- <https://github.com/klen /python-mode/blob/develop/syntax/pyrex.vim> `__
222
+ <https://github.com/python-mode /python-mode/blob/develop/syntax/pyrex.vim> `__
223
223
-- ``pyrex.vim `` VIM syntax (pyrex, Cython)
224
224
- `t/
225
- <https://github.com/klen /python-mode/tree/develop/t> `__
225
+ <https://github.com/python-mode /python-mode/tree/develop/t> `__
226
226
-- ``*.vim `` more python-mode VIM configuration
227
227
- `pymode/
228
- <https://github.com/klen /python-mode/tree/develop/pymode> `__
228
+ <https://github.com/python-mode /python-mode/tree/develop/pymode> `__
229
229
-- ``*.py `` -- python-mode Python module
230
230
- `pymode/libs/
231
- <https://github.com/klen /python-mode/tree/develop/pymode/libs> `__
231
+ <https://github.com/python-mode /python-mode/tree/develop/pymode/libs> `__
232
232
-- ``*.py `` -- `Python Libraries <#python-libraries >`__
233
233
234
234
235
235
Python Libraries
236
236
------------------
237
237
Vendored Python modules are located
238
238
mostly in
239
- `pymode/libs/ <https://github.com/klen /python-mode/tree/develop/pymode/libs >`__.
239
+ `pymode/libs/ <https://github.com/python-mode /python-mode/tree/develop/pymode/libs >`__.
240
240
241
241
242
242
======
@@ -364,4 +364,4 @@ My address is here: "Russia, 143500, MO, Istra, pos. Severny 8-3" to "Kirill Kle
364
364
.. _pythonvim :http://www.hlabs.spb.ru/vim/python.vim
365
365
.. _pep8_ :http://github.com/jcrocholl/pep8
366
366
.. _pep8indent :http://github.com/hynek/vim-python-pep8-indent
367
- .. |logo |image ::https://raw.github.com/klen /python-mode/develop/logo.png
367
+ .. |logo |image ::https://raw.github.com/python-mode /python-mode/develop/logo.png