Skip to content
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

Update pandas-dev->pydata github url #333

Merged
Merged
Show file tree
Hide file tree
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
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