Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd1858b7

Browse files
authored
Merge pull requestpython-mode#726 from MarSoft/patch-1
Update owner name in links in readme
2 parentsa8d2b4a +b44f364 commitd1858b7

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

‎README.rst

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
|logo| Python-mode, Python in VIM
22
#################################
33

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
66

77
-----
88

@@ -13,9 +13,9 @@
1313
-----
1414

1515
|
16-
|Src: https://github.com/klen/python-mode
16+
|Src: https://github.com/python-mode/python-mode
1717
|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
1919
|
2020
2121
Python-mode is a vim plugin that helps you to create python code very quickly
@@ -74,7 +74,7 @@ Using pathogen (recommended)
7474

7575
% cd ~/.vim
7676
% 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
7878

7979
- Enable `pathogen<https://github.com/tpope/vim-pathogen>`_
8080
in your ``~/.vimrc``: ::
@@ -93,7 +93,7 @@ Manually
9393
--------
9494
::
9595

96-
% git clone https://github.com/klen/python-mode.git
96+
% git clone https://github.com/python-mode/python-mode.git
9797
% cd python-mode
9898
% cp -R * ~/.vim
9999

@@ -144,7 +144,7 @@ plugin.
144144
2. Type `:PymodeTroubleshooting`
145145

146146
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>`_
148148
if one does not already exist for the problem).
149149

150150

@@ -190,7 +190,7 @@ Bugtracker
190190

191191
If you have any suggestions, bug reports or
192192
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
194194

195195

196196
Contributing
@@ -202,41 +202,41 @@ Contributing
202202
Also see the `AUTHORS` file.
203203

204204
Development of python-mode happens at github:
205-
https://github.com/klen/python-mode
205+
https://github.com/python-mode/python-mode
206206

207207
Please make a pull request to `development` branch and add yourself to
208208
`AUTHORS`.
209209

210210
Source Links
211211
===================
212212
- `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>`__
214214
-- ``:help pymode``
215215
- `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>`__
217217
-- python-mode VIM plugin
218218
- `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>`__
220220
-- python-mode ``python.vim`` VIM syntax
221221
- `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>`__
223223
-- ``pyrex.vim`` VIM syntax (pyrex, Cython)
224224
- `t/
225-
<https://github.com/klen/python-mode/tree/develop/t>`__
225+
<https://github.com/python-mode/python-mode/tree/develop/t>`__
226226
-- ``*.vim`` more python-mode VIM configuration
227227
- `pymode/
228-
<https://github.com/klen/python-mode/tree/develop/pymode>`__
228+
<https://github.com/python-mode/python-mode/tree/develop/pymode>`__
229229
-- ``*.py`` -- python-mode Python module
230230
- `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>`__
232232
-- ``*.py`` -- `Python Libraries<#python-libraries>`__
233233

234234

235235
Python Libraries
236236
------------------
237237
Vendored Python modules are located
238238
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>`__.
240240

241241

242242
======
@@ -364,4 +364,4 @@ My address is here: "Russia, 143500, MO, Istra, pos. Severny 8-3" to "Kirill Kle
364364
.. _pythonvim:http://www.hlabs.spb.ru/vim/python.vim
365365
.. _pep8_:http://github.com/jcrocholl/pep8
366366
.. _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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp