Skip to content

Commit 028308c

Browse files
tberkelsunqm
authored andcommitted
cleanup: remove old/unused news and update about page
1 parent cc660a2 commit 028308c

File tree

3 files changed

+12
-20
lines changed

3 files changed

+12
-20
lines changed

Diff for: source/about.md

+11-9
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,22 @@ We are dedicated to making participation in the PySCF community a harassment-fre
2222

2323
- [Timothy Berkelbach](https://berkelbach.chem.columbia.edu/), Columbia and Flatiron Institute
2424
- [Garnet Chan](https://www.chan-lab.caltech.edu/), Caltech
25-
- [Sandeep Sharma](https://www.colorado.edu/lab/sharmagroup/), CU Boulder
25+
- [Laura Gagliardi](https://gagliardigroup.uchicago.edu/), UChicago
26+
- [Sandeep Sharma](https://cce.caltech.edu/people/sandeep-sharma/), Caltech
2627
- [Alexander Sokolov](https://research.cbc.osu.edu/sokolov.8/), Ohio State
2728
- Qiming Sun, Bytedance Ltd.
28-
- [Laura Gagliardi](https://gagliardigroup.uchicago.edu/), Chicago
2929

3030
### Maintainers
3131

32-
- [Xing Zhang](https://www.chan-lab.caltech.edu/people), Caltech :
33-
[PySCF](https://github.com/pyscf/pyscf),
34-
[PySCF-Forge](https://github.com/pyscf/pyscf-forge)
35-
- Xiaojie Wu, Bytedance Ltd :
36-
[GPU4PySCF](https://github.com/pyscf/gpu4pyscf),
37-
- [Mattew Hermes](https://gagliardigroup.uchicago.edu/member/dr-matthew-hermes-2/), Chicago :
38-
[PySCF-Forge](https://github.com/pyscf/pyscf-forge)
32+
- [Matthew Hermes](https://gagliardigroup.uchicago.edu/member/dr-matthew-hermes-2/), UChicago
33+
([PySCF-Forge](https://github.com/pyscf/pyscf-forge))
34+
- Xiaojie Wu, Bytedance Ltd
35+
([GPU4PySCF](https://github.com/pyscf/gpu4pyscf))
36+
- [Huanchen Zhai](https://www.simonsfoundation.org/people/huanchen-zhai/), Flatiron Institute
37+
([PySCF](https://github.com/pyscf/pyscf))
38+
- [Xing Zhang](https://www.chan-lab.caltech.edu/people), Caltech
39+
([PySCF](https://github.com/pyscf/pyscf),
40+
[PySCF-Forge](https://github.com/pyscf/pyscf-forge))
3941

4042
## How to cite
4143

Diff for: source/conf.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@
195195
"install": [],
196196
"quickstart": [],
197197
"about": [],
198-
"news": [],
199198
}
200199

201200

@@ -204,7 +203,7 @@
204203

205204
# The name for this set of Sphinx documents. If None, it defaults to
206205
# "<project> v<release> documentation".
207-
html_title = "PySCF"
206+
html_title = "PySCF"
208207

209208
# A shorter title for the navigation bar. Default is the same as html_title.
210209
#html_short_title = "PySCF"

Diff for: source/index.md

-9
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@ html_theme.sidebar_secondary.remove: true
44

55
# Quantum chemistry with Python
66

7-
<div style="background-color: #013243; padding: 5px; border-radius: 2px; font-family: monospace; font-size: 20px; color: white; display: flex; justify-content: center; align-items: center; height: 60px; text-align: center; margin-bottom: 20px;">
8-
9-
<p style="margin: 0;">
10-
<a href="news.html" style="color: white;">2nd PySCF Developers Meeting! 09-18-2024</a>
11-
</p>
12-
13-
</div>
14-
157
```{gallery-grid}
168
:grid-columns: 1 2 2 3
179
@@ -53,5 +45,4 @@ quickstart
5345
user/index
5446
contributor/index
5547
About <about>
56-
News <news>
5748
```

0 commit comments

Comments
 (0)