Skip to content

Commit e0e7e5c

Browse files
committed
Rename repo from sorted_containers to python-sortedcontainers
1 parent 1dacd37 commit e0e7e5c

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ Features
114114
- Developed on Python 3.6
115115
- Tested on CPython 2.7, 3.2, 3.3, 3.4, 3.5, 3.6 and PyPy, PyPy3
116116

117-
.. image:: https://api.travis-ci.org/grantjenks/sorted_containers.svg?branch=master
117+
.. image:: https://api.travis-ci.org/grantjenks/python-sortedcontainers.svg?branch=master
118118
:target: http://www.grantjenks.com/docs/sortedcontainers/
119119

120-
.. image:: https://ci.appveyor.com/api/projects/status/github/grantjenks/sorted_containers?branch=master&svg=true
120+
.. image:: https://ci.appveyor.com/api/projects/status/github/grantjenks/python-sortedcontainers?branch=master&svg=true
121121
:target: http://www.grantjenks.com/docs/sortedcontainers/
122122

123123
Quickstart
@@ -207,8 +207,8 @@ Useful Links
207207

208208
.. _`Sorted Containers Documentation`: http://www.grantjenks.com/docs/sortedcontainers/
209209
.. _`Sorted Containers at PyPI`: https://pypi.org/project/sortedcontainers/
210-
.. _`Sorted Containers at Github`: https://github.com/grantjenks/sorted_containers
211-
.. _`Sorted Containers Issue Tracker`: https://github.com/grantjenks/sorted_containers/issues
210+
.. _`Sorted Containers at Github`: https://github.com/grantjenks/python-sortedcontainers
211+
.. _`Sorted Containers Issue Tracker`: https://github.com/grantjenks/python-sortedcontainers/issues
212212

213213
Sorted Containers License
214214
-------------------------

docs/development.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Collaborators are welcome!
55

66
#. Check for open issues or open a fresh issue to start a discussion around a
77
bug.
8-
#. Fork `the repository <https://github.com/grantjenks/sorted_containers>`_ on
8+
#. Fork `the repository <https://github.com/grantjenks/python-sortedcontainers>`_ on
99
GitHub and start making your changes to a new branch.
1010
#. Write a test which shows that the bug was fixed.
1111
#. Send a pull request and bug the maintainer until it gets merged and
@@ -30,9 +30,9 @@ Get the Code
3030
is `open source`_. The recommended way to get a copy of the source repository
3131
is to clone the repository from GitHub::
3232

33-
$ git clone git://github.com/grantjenks/sorted_containers.git
33+
$ git clone git://github.com/grantjenks/python-sortedcontainers.git
3434

35-
.. _`open source`: https://github.com/grantjenks/sorted_containers
35+
.. _`open source`: https://github.com/grantjenks/python-sortedcontainers
3636

3737
Development Dependencies
3838
------------------------
@@ -193,9 +193,9 @@ local machine, then run:
193193

194194
::
195195

196-
$ curl -OL https://github.com/grantjenks/sorted_containers/zipball/master
196+
$ curl -OL https://github.com/grantjenks/python-sortedcontainers/zipball/master
197197
$ unzip master
198-
$ cd grantjenks-sorted_containers-[GITHASH]/
198+
$ cd grantjenks-python-sortedcontainers-[GITHASH]/
199199
$ export PYTHONPATH=`pwd`
200200
$ python -m tests.benchmark_sortedlist
201201
$ python -m tests.benchmark_sorteddict

docs/introduction.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ is `open source`_. You may choose to install directly from the source
3030
repository. First, you will need a copy of the sources. The recommended way to
3131
get a copy of the source repository is to clone the repository from GitHub::
3232

33-
$ git clone git://github.com/grantjenks/sorted_containers.git
33+
$ git clone git://github.com/grantjenks/python-sortedcontainers.git
3434

3535
You may also choose instead to download the `Sorted Containers tarball`_ or
3636
download the `Sorted Containers zipball`_.
@@ -50,10 +50,10 @@ Issue Tracker`_.
5050
.. _`pip`: https://pypi.org/project/pip/
5151
.. _`pipenv`: https://pypi.org/project/pipenv/
5252
.. _`Python Package Index`: https://pypi.org/project/sortedcontainers/
53-
.. _`open source`: https://github.com/grantjenks/sorted_containers
54-
.. _`Sorted Containers tarball`: https://github.com/grantjenks/sorted_containers/tarball/master
55-
.. _`Sorted Containers zipball`: https://github.com/grantjenks/sorted_containers/zipball/master
56-
.. _`Sorted Containers Issue Tracker`: https://github.com/grantjenks/sorted_containers/issues
53+
.. _`open source`: https://github.com/grantjenks/python-sortedcontainers
54+
.. _`Sorted Containers tarball`: https://github.com/grantjenks/python-sortedcontainers/tarball/master
55+
.. _`Sorted Containers zipball`: https://github.com/grantjenks/python-sortedcontainers/zipball/master
56+
.. _`Sorted Containers Issue Tracker`: https://github.com/grantjenks/python-sortedcontainers/issues
5757

5858

5959
Sorted List

0 commit comments

Comments
 (0)