Skip to content

Commit

Permalink
Merge pull request #103 from WenjieDu/dev
Browse files Browse the repository at this point in the history
Update docs, and fix the misdisplayed footer on the page `References`
  • Loading branch information
WenjieDu committed May 12, 2023
2 parents da5310c + 50d67f3 commit ca2d84f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ blank_issues_enabled: true
version: 2.1
contact_links:
- name: PyPOTS Community on Slack
url: https://pypots-dev.slack.com
url: https://pypots-org.slack.com
about: General usage questions, community discussions, and the development team are here.
7 changes: 6 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,9 @@ build:
- pip install torch==1.13.1 -f https://download.pytorch.org/whl/cpu
- pip install torch-geometric torch-scatter torch-sparse -f "https://data.pyg.org/whl/torch-1.13.1+cpu.html"
- pip install pypots
- pip install sphinx==6.2.1 docutils==0.19 sphinxcontrib-bibtex sphinxcontrib-gtagjs furo
- pip install sphinx==6.2.1 docutils==0.19 sphinxcontrib-bibtex==2.1.4 sphinxcontrib-gtagjs furo

post_install:
- pip install docutils==0.20
# this version fixes issue#102, put it in post_install to avoid being
# overwritten by other versions (like 0.19) while installing other packages
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ Your star is your recognition to PyPOTS, and it matters!
## ❖ Community
We care about the feedback from our users, so we're building PyPOTS community on

- [Slack](https://pypots-dev.slack.com). General discussion, Q&A, and our development team are here;
- [Slack](https://pypots-org.slack.com). General discussion, Q&A, and our development team are here;
- [LinkedIn](https://www.linkedin.com/company/pypots). Official announcements and news are here;
- [WeChat (微信公众号)](https://mp.weixin.qq.com/s/m6j83SJNgz-xySSZd-DTBw). We also run a group chat on WeChat,
and you can get the QR code from the official account after following it;
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ The lists of PyPOTS stargazers and forkers are shown below, and we're so proud t
^^^^^^^^^^^^
We care about the feedback from our users, so we're building PyPOTS community on

- `Slack <https://pypots-dev.slack.com>`_. General discussion, Q&A, and our development team are here;
- `Slack <https://pypots-org.slack.com>`_. General discussion, Q&A, and our development team are here;
- `LinkedIn <https://www.linkedin.com/company/pypots>`_. Official announcements and news are here;
- `WeChat (微信公众号) <https://mp.weixin.qq.com/s/m6j83SJNgz-xySSZd-DTBw>`_. We also run a group chat on WeChat,
and you can get the QR code from the official account after following it;
Expand Down

0 comments on commit ca2d84f

Please sign in to comment.