Skip to content

Commit

Permalink
Update pandas-dev->pydata github url (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche authored Mar 10, 2021
1 parent 65ca2db commit f2d189a
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/_templates/custom-template.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="sidebar-message">
This is a community-supported theme.
If you'd like to contribute,
<a href="https://github.com/pandas-dev/pydata-sphinx-theme">check out our GitHub repository</a>
<a href="https://github.com/pydata/pydata-sphinx-theme">check out our GitHub repository</a>
Your contributions are welcome!
</div>
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Changelog
*********

See the `GitHub Releases <https://github.com/pandas-dev/pydata-sphinx-theme/releases>`_ for the changelog of each release.
See the `GitHub Releases <https://github.com/pydata/pydata-sphinx-theme/releases>`_ for the changelog of each release.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"external_links": [
{"url": "https://pandas.pydata.org/pandas-docs/stable/", "name": "Pandas Docs"}
],
"github_url": "https://github.com/pandas-dev/pydata-sphinx-theme",
"github_url": "https://github.com/pydata/pydata-sphinx-theme",
"twitter_url": "https://twitter.com/pandas_dev",
"icon_links": [
{
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -325,4 +325,4 @@ Make a release
==============

This theme uses GitHub tags and releases to automatically push new releases to
PyPI. For information on this process, see `the release checklist <https://github.com/pandas-dev/pydata-sphinx-theme/wiki/Release-checklist#release-instructions>`_.
PyPI. For information on this process, see `the release checklist <https://github.com/pydata/pydata-sphinx-theme/wiki/Release-checklist#release-instructions>`_.
2 changes: 1 addition & 1 deletion docs/user_guide/customizing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ often paired together, can be replaced (or removed altogether) by:
</style>
{% endblock %}

.. _pydata-css-variables: https://github.com/pandas-dev/pydata-sphinx-theme/blob/master/pydata_sphinx_theme/static/css/theme.css
.. _pydata-css-variables: https://github.com/pydata/pydata-sphinx-theme/blob/master/pydata_sphinx_theme/static/css/theme.css
.. _css-variable-help: https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
4 changes: 2 additions & 2 deletions docs/user_guide/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ install it from the git repo:

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

.. code:: none
- pip:
- git+https://github.com/pandas-dev/pydata-sphinx-theme.git@master
- git+https://github.com/pydata/pydata-sphinx-theme.git@master
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pydata_sphinx_theme",
"version": "0.0.1",
"main": "js/index.js",
"repository": "https://github.com/pandas-dev/pydata-sphinx-theme",
"repository": "https://github.com/pydata/pydata-sphinx-theme",
"scripts": {
"start": "yarn build:dev",
"build": "yarn build:production",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def find_version(*file_paths):
description="Bootstrap-based Sphinx theme from the PyData community",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/pandas-dev/pydata-sphinx-theme",
url="https://github.com/pydata/pydata-sphinx-theme",
license="BSD",
maintainer="Joris Van den Bossche",
maintainer_email="jorisvandenbossche@gmail.com",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def test_navbar_align_right(sphinx_build_factory):


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

index_html = sphinx_build.html_tree("index.html")
Expand Down

0 comments on commit f2d189a

Please sign in to comment.