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

Commit47f328f

Browse files
committed
Further fixed rst to markdown on readme
1 parente8d1930 commit47f328f

File tree

1 file changed

+33
-34
lines changed

1 file changed

+33
-34
lines changed

‎readme.md

Lines changed: 33 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Python-mode, Python in VIM
88
*\* Python-mode Slack Channel is here:
99
<https://python-mode.herokuapp.com/>*\*
1010

11-
Src:<https://github.com/python-mode/python-mode>
12-
Homepage:<https://klen.github.io/python-mode/>
13-
Docs:<https://github.com/python-mode/python-mode/blob/develop/doc/pymode.txt>
11+
Src:<https://github.com/python-mode/python-mode>
12+
Homepage:<https://klen.github.io/python-mode/>
13+
Docs:<https://github.com/python-mode/python-mode/blob/develop/doc/pymode.txt>
1414

1515
* * *
1616

@@ -46,7 +46,7 @@ There is no need to install [pylint](#pylint), [rope](#rope) or any other
4646

4747
See (very old) screencast here:<http://www.youtube.com/watch?v=67OZNp9Z0CQ>
4848
(sorry for quality, this is my first screencast) Another old presentation here:
49-
<http://www.youtube.com/watch?v=YhqsjUUHj6g>
49+
<http://www.youtube.com/watch?v=YhqsjUUHj6g>.
5050

5151
To read python-mode documentation in Vim, see`:help pymode`.
5252

@@ -104,12 +104,12 @@ Install with commands:
104104
apt-get install vim-python-mode
105105

106106
If you are getting the message: "The following signatures couldn't be
107-
verified because the public key is not available": :
107+
verified because the public key is not available":
108108

109109
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B5DF65307000E266
110110

111111
vim-python-mode using vim-addons, so after installation just enable
112-
python-mode with command: :
112+
python-mode with command:
113113

114114
vim-addons install python-mode
115115

@@ -119,7 +119,7 @@ If your python-mode doesn't work:
119119

120120
1. Load Vim with only python-mode enabled (use debug.vim from pymode):
121121

122-
vim -u <path_to_pymode>/debug.vim
122+
vim -u <path_to_pymode>/debug.vim
123123

124124
And try to repeat your case. If no error occurs, seems like problem
125125
isn't in the plugin.
@@ -164,9 +164,8 @@ Documentation is available in your vim `:help pymode`
164164

165165
#Bugtracker
166166

167-
If you have any suggestions, bug reports or annoyances please report
168-
them to the issue tracker at
169-
<https://github.com/python-mode/python-mode/issues>
167+
If you have any suggestions, bug reports or annoyances please report them to
168+
the issue tracker at<https://github.com/python-mode/python-mode/issues>.
170169

171170
#Contributing
172171

@@ -177,7 +176,7 @@ them to the issue tracker at
177176
Also see the AUTHORS file.
178177

179178
Development of python-mode happens at github:
180-
<https://github.com/python-mode/python-mode>
179+
<https://github.com/python-mode/python-mode>.
181180

182181
Please make a pull request to development branch and add yourself to AUTHORS.
183182

@@ -240,46 +239,46 @@ ErrCodes: <http://pylint-messages.wikidot.com/all-messages>
240239

241240
###pyflakes {#pyflakes}
242241

243-
PyPI:<https://pypi.python.org/pypi/pyflakes>
244-
Src:<https://github.com/pyflakes/pyflakes>
245-
ErrCodes:<https://flake8.readthedocs.org/en/latest/warnings.html>
242+
PyPI:<https://pypi.python.org/pypi/pyflakes>
243+
Src:<https://github.com/pyflakes/pyflakes>
244+
ErrCodes:<https://flake8.readthedocs.org/en/latest/warnings.html>
246245

247246
###pep8 {#pep8}
248247

249248
PyPI:<https://pypi.python.org/pypi/pep8>
250-
Src:<http://github.com/jcrocholl/pep8>
251-
PEP 8:<http://www.python.org/dev/peps/pep-0008/>
252-
PEP 8:<http://legacy.python.org/dev/peps/pep-0008/>
253-
Docs:<https://pep8.readthedocs.org/en/latest/>
254-
Docs:<https://pep8.readthedocs.org/en/latest/intro.html#configuration>
255-
ErrCodes:<https://pep8.readthedocs.org/en/latest/intro.html#error-codes>
249+
Src:<http://github.com/jcrocholl/pep8>
250+
PEP 8:<http://www.python.org/dev/peps/pep-0008/>
251+
PEP 8:<http://legacy.python.org/dev/peps/pep-0008/>
252+
Docs:<https://pep8.readthedocs.org/en/latest/>
253+
Docs:<https://pep8.readthedocs.org/en/latest/intro.html#configuration>
254+
ErrCodes:<https://pep8.readthedocs.org/en/latest/intro.html#error-codes>
256255

257256
###autopep8 {#autopep8}
258257

259-
PyPI:<https://pypi.python.org/pypi/autopep8>
260-
Src:<https://github.com/hhatto/autopep8>
258+
PyPI:<https://pypi.python.org/pypi/autopep8>
259+
Src:<https://github.com/hhatto/autopep8>
261260

262261
###pep257 {#pep257}
263262

264-
PyPI:<https://pypi.python.org/pypi/pep257>
265-
Src:<http://github.com/GreenSteam/pep257>
266-
Docs:<https://pep257.readthedocs.org/en/latest/>
267-
PEP 257:<http://www.python.org/dev/peps/pep-0257/>
268-
ErrCodes:<https://pep257.readthedocs.org/en/latest/error_codes.html>
263+
PyPI:<https://pypi.python.org/pypi/pep257>
264+
Src:<http://github.com/GreenSteam/pep257>
265+
Docs:<https://pep257.readthedocs.org/en/latest/>
266+
PEP 257:<http://www.python.org/dev/peps/pep-0257/>
267+
ErrCodes:<https://pep257.readthedocs.org/en/latest/error_codes.html>
269268

270269
###mccabe {#mccabe}
271270

272-
PyPI:<https://pypi.python.org/pypi/mccabe>
273-
Src:<https://github.com/flintwork/mccabe>
274-
Docs:<https://en.wikipedia.org/wiki/Cyclomatic_complexity>
271+
PyPI:<https://pypi.python.org/pypi/mccabe>
272+
Src:<https://github.com/flintwork/mccabe>
273+
Docs:<https://en.wikipedia.org/wiki/Cyclomatic_complexity>
275274

276275
###Python syntax for vim
277276

278-
Src:<http://www.hlabs.spb.ru/vim/python.vim>
277+
Src:<http://www.hlabs.spb.ru/vim/python.vim>
279278

280279
###PEP8 VIM indentation
281280

282-
Src:<http://github.com/hynek/vim-python-pep8-indent>
281+
Src:<http://github.com/hynek/vim-python-pep8-indent>
283282

284283
#Copyright
285284

@@ -291,5 +290,5 @@ Licensed under a [GNU lesser general public
291290
license](http://www.gnu.org/copyleft/lesser.html).
292291

293292
If you like this plugin, I would very appreciated if you kindly send me
294-
a postcard :) My address is here: "Russia, 143500, MO, Istra, pos.
295-
Severny 8-3"to "Kirill Klenov".**Thanks for support!**
293+
a postcard :) My address is here: "Russia, 143500, MO, Istra, pos. Severny 8-3"
294+
to "Kirill Klenov".**Thanks for support!**

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp