Skip to content

Commit

Permalink
legacy docs: readthedocs update
Browse files Browse the repository at this point in the history
  • Loading branch information
ajz34 committed Feb 23, 2024
1 parent 93d3779 commit bfc8016
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 993 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ release
*.chk
*.bak
*.sav
.idea/
*.iml
*.xml

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
24 changes: 0 additions & 24 deletions .idea/Py_xDH.iml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/inspectionProfiles/profiles_settings.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

932 changes: 0 additions & 932 deletions .idea/workspace.xml

This file was deleted.

5 changes: 3 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ submodules:
include: all

build:
image: latest
image: ubuntu-22.04
apt_packages:
- pandoc

python:
version: 3.7
install:
- requirements: docs/requirements.yml
system_packages: true

formats: [htmlzip]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**This project is under going code refactorization. Document code is currently not updated. Unrestricted and RI implementation is on-going.**

**程序正在进行重构。其所对应的文档目前还没有更新。开窍层与 RI 实现目前还有待完善。**
**程序正在进行重构。其所对应的文档目前还没有更新。开壳层与 RI 实现目前还有待完善。**

| | Badges |
| :------ | :------- |
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
numpy!=1.16
numpy
scipy
jupyter
matplotlib
sphinx
nbsphinx
nbconvert!=5.4
nbconvert
sphinx_rtd_theme
sphinxcontrib-bibtex
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,5 +180,5 @@
"qcbasic/basic_rhf.bib",
"qcbasic/basic_b2plyp.bib",
"qcbasic/basic_xyg3.bib",
"ref.bib",
# "ref.bib",
]
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
pyscf>=1.7.1
numpy!=1.16
pyscf==2.5.0
opt_einsum
scipy
jupyter
sphinx
nbsphinx
Expand Down

0 comments on commit bfc8016

Please sign in to comment.