Skip to content

Update owner name in links in readme #726

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 9, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
|logo| Python-mode, Python in VIM
#################################

.. image:: https://travis-ci.org/klen/python-mode.png?branch=develop
:target: https://travis-ci.org/klen/python-mode
.. image:: https://travis-ci.org/python-mode/python-mode.png?branch=develop
:target: https://travis-ci.org/python-mode/python-mode

-----

Expand All @@ -13,9 +13,9 @@
-----

|
| Src: https://github.com/klen/python-mode
| Src: https://github.com/python-mode/python-mode
| Homepage: https://klen.github.io/python-mode/
| Docs: https://github.com/klen/python-mode/blob/develop/doc/pymode.txt
| Docs: https://github.com/python-mode/python-mode/blob/develop/doc/pymode.txt
|

Python-mode is a vim plugin that helps you to create python code very quickly
Expand Down Expand Up @@ -74,7 +74,7 @@ Using pathogen (recommended)

% cd ~/.vim
% mkdir -p bundle && cd bundle
% git clone https://github.com/klen/python-mode.git
% git clone https://github.com/python-mode/python-mode.git

- Enable `pathogen <https://github.com/tpope/vim-pathogen>`_
in your ``~/.vimrc``: ::
Expand All @@ -93,7 +93,7 @@ Manually
--------
::

% git clone https://github.com/klen/python-mode.git
% git clone https://github.com/python-mode/python-mode.git
% cd python-mode
% cp -R * ~/.vim

Expand Down Expand Up @@ -144,7 +144,7 @@ plugin.
2. Type `:PymodeTroubleshooting`

And fix any warnings or copy the output and send it to me. (For example, by
creating a `new github issue <https://github.com/klen/python-mode/issues/new>`_
creating a `new github issue <https://github.com/python-mode/python-mode/issues/new>`_
if one does not already exist for the problem).


Expand Down Expand Up @@ -190,7 +190,7 @@ Bugtracker

If you have any suggestions, bug reports or
annoyances please report them to the issue tracker
at https://github.com/klen/python-mode/issues
at https://github.com/python-mode/python-mode/issues


Contributing
Expand All @@ -202,41 +202,41 @@ Contributing
Also see the `AUTHORS` file.

Development of python-mode happens at github:
https://github.com/klen/python-mode
https://github.com/python-mode/python-mode

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

Source Links
===================
- `doc/pymode.txt
<https://github.com/klen/python-mode/blob/develop/doc/pymode.txt>`__
<https://github.com/python-mode/python-mode/blob/develop/doc/pymode.txt>`__
-- ``:help pymode``
- `plugin/pymode.vim
<https://github.com/klen/python-mode/blob/develop/plugin/pymode.vim>`__
<https://github.com/python-mode/python-mode/blob/develop/plugin/pymode.vim>`__
-- python-mode VIM plugin
- `syntax/python.vim
<https://github.com/klen/python-mode/blob/develop/syntax/python.vim>`__
<https://github.com/python-mode/python-mode/blob/develop/syntax/python.vim>`__
-- python-mode ``python.vim`` VIM syntax
- `syntax/pyrex.vim
<https://github.com/klen/python-mode/blob/develop/syntax/pyrex.vim>`__
<https://github.com/python-mode/python-mode/blob/develop/syntax/pyrex.vim>`__
-- ``pyrex.vim`` VIM syntax (pyrex, Cython)
- `t/
<https://github.com/klen/python-mode/tree/develop/t>`__
<https://github.com/python-mode/python-mode/tree/develop/t>`__
-- ``*.vim`` more python-mode VIM configuration
- `pymode/
<https://github.com/klen/python-mode/tree/develop/pymode>`__
<https://github.com/python-mode/python-mode/tree/develop/pymode>`__
-- ``*.py`` -- python-mode Python module
- `pymode/libs/
<https://github.com/klen/python-mode/tree/develop/pymode/libs>`__
<https://github.com/python-mode/python-mode/tree/develop/pymode/libs>`__
-- ``*.py`` -- `Python Libraries <#python-libraries>`__


Python Libraries
------------------
Vendored Python modules are located
mostly in
`pymode/libs/ <https://github.com/klen/python-mode/tree/develop/pymode/libs>`__.
`pymode/libs/ <https://github.com/python-mode/python-mode/tree/develop/pymode/libs>`__.


======
Expand Down Expand Up @@ -364,4 +364,4 @@ My address is here: "Russia, 143500, MO, Istra, pos. Severny 8-3" to "Kirill Kle
.. _pythonvim: http://www.hlabs.spb.ru/vim/python.vim
.. _pep8_: http://github.com/jcrocholl/pep8
.. _pep8indent: http://github.com/hynek/vim-python-pep8-indent
.. |logo| image:: https://raw.github.com/klen/python-mode/develop/logo.png
.. |logo| image:: https://raw.github.com/python-mode/python-mode/develop/logo.png