Skip to content

Commit

Permalink
change repo (#40)
Browse files Browse the repository at this point in the history
* change github repo
  • Loading branch information
luweizheng authored Apr 24, 2024
1 parent dea53e6 commit 7abb591
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,25 @@
'colab_url': 'https://colab.research.google.com'
},
'path_to_docs': 'docs',
'repository_url': 'https://github.com/godaai/distributed-python',
'repository_url': 'https://github.com/godaai/scale-py-zh',
'repository_branch': 'main',
'extra_footer': '',
'home_page_in_toc': True,
'icon_links': [
{
"name": "English Version",
"url": "https://godaai.github.io/distributed-python-en/", # required
"url": "https://godaai.github.io/scale-py/", # required
"icon": "fa fa-language",
"type": "fontawesome",
},
{
"name": "GitHub",
"url": "https://github.com/godaai/distributed-python",
"icon": "https://img.shields.io/github/stars/godaai/distributed-python?style=for-the-badge",
"url": "https://github.com/godaai/scale-py-zh",
"icon": "https://img.shields.io/github/stars/godaai/scale-py-zh?style=for-the-badge",
"type": "url",
},
],
'announcement': "如果你觉得内容对你有帮助,请在 <a href=\"https://github.com/godaai/distributed-python\">GitHub</a> 上点个 star 吧!",
'announcement': "如果你觉得内容对你有帮助,请在 <a href=\"https://github.com/godaai/scale-py-zh\">GitHub</a> 上点个 star 吧!",
'analytics': {'google_analytics_id': ''},
'use_repository_button': True,
'use_edit_page_button': False,
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Dask、Ray、Xorbits、mpi4py

% The SVG rendering breaks latex builds for the GitHub badge, so only include in HTML
```{only} html
[![](https://img.shields.io/github/stars/godaai/distributed-python?style=for-the-badge)](https://github.com/godaai/distributed-python)
[![](https://img.shields.io/github/stars/godaai/scale-py-zh?style=for-the-badge)](https://github.com/godaai/distributed-python)
```

:::
Expand Down

0 comments on commit 7abb591

Please sign in to comment.