Skip to content

Commit f2d189a

Browse files
Update pandas-dev->pydata github url (#333)
1 parent 65ca2db commit f2d189a

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

docs/_templates/custom-template.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="sidebar-message">
22
This is a community-supported theme.
33
If you'd like to contribute,
4-
<a href="https://github.com/pandas-dev/pydata-sphinx-theme">check out our GitHub repository</a>
4+
<a href="https://github.com/pydata/pydata-sphinx-theme">check out our GitHub repository</a>
55
Your contributions are welcome!
66
</div>

docs/changelog.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Changelog
33
*********
44

5-
See the `GitHub Releases <https://github.com/pandas-dev/pydata-sphinx-theme/releases>`_ for the changelog of each release.
5+
See the `GitHub Releases <https://github.com/pydata/pydata-sphinx-theme/releases>`_ for the changelog of each release.

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"external_links": [
6767
{"url": "https://pandas.pydata.org/pandas-docs/stable/", "name": "Pandas Docs"}
6868
],
69-
"github_url": "https://github.com/pandas-dev/pydata-sphinx-theme",
69+
"github_url": "https://github.com/pydata/pydata-sphinx-theme",
7070
"twitter_url": "https://twitter.com/pandas_dev",
7171
"icon_links": [
7272
{

docs/contributing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,4 +325,4 @@ Make a release
325325
==============
326326

327327
This theme uses GitHub tags and releases to automatically push new releases to
328-
PyPI. For information on this process, see `the release checklist <https://github.com/pandas-dev/pydata-sphinx-theme/wiki/Release-checklist#release-instructions>`_.
328+
PyPI. For information on this process, see `the release checklist <https://github.com/pydata/pydata-sphinx-theme/wiki/Release-checklist#release-instructions>`_.

docs/user_guide/customizing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ often paired together, can be replaced (or removed altogether) by:
9797
</style>
9898
{% endblock %}
9999

100-
.. _pydata-css-variables: https://github.com/pandas-dev/pydata-sphinx-theme/blob/master/pydata_sphinx_theme/static/css/theme.css
100+
.. _pydata-css-variables: https://github.com/pydata/pydata-sphinx-theme/blob/master/pydata_sphinx_theme/static/css/theme.css
101101
.. _css-variable-help: https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties

docs/user_guide/install.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ install it from the git repo:
2525

2626
.. code:: console
2727
28-
$ pip install git+https://github.com/pandas-dev/pydata-sphinx-theme.git@master
28+
$ pip install git+https://github.com/pydata/pydata-sphinx-theme.git@master
2929
3030
or in a conda environment yml file, you can add:
3131

3232
.. code:: none
3333
3434
- pip:
35-
- git+https://github.com/pandas-dev/pydata-sphinx-theme.git@master
35+
- git+https://github.com/pydata/pydata-sphinx-theme.git@master

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pydata_sphinx_theme",
33
"version": "0.0.1",
44
"main": "js/index.js",
5-
"repository": "https://github.com/pandas-dev/pydata-sphinx-theme",
5+
"repository": "https://github.com/pydata/pydata-sphinx-theme",
66
"scripts": {
77
"start": "yarn build:dev",
88
"build": "yarn build:production",

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def find_version(*file_paths):
3434
description="Bootstrap-based Sphinx theme from the PyData community",
3535
long_description=long_description,
3636
long_description_content_type="text/markdown",
37-
url="https://github.com/pandas-dev/pydata-sphinx-theme",
37+
url="https://github.com/pydata/pydata-sphinx-theme",
3838
license="BSD",
3939
maintainer="Joris Van den Bossche",
4040
maintainer_email="[email protected]",

tests/test_build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def test_navbar_align_right(sphinx_build_factory):
148148

149149

150150
def test_navbar_no_in_page_headers(sphinx_build_factory, file_regression):
151-
# https://github.com/pandas-dev/pydata-sphinx-theme/issues/302
151+
# https://github.com/pydata/pydata-sphinx-theme/issues/302
152152
sphinx_build = sphinx_build_factory("test_navbar_no_in_page_headers").build()
153153

154154
index_html = sphinx_build.html_tree("index.html")

0 commit comments

Comments
 (0)