Skip to content

Commit 939a5ff

Browse files
authored
Merge pull request #175 from ralphptorres/fix-urls-extensions
linkify repo urls in extensions page
2 parents c4f4c09 + b92ce86 commit 939a5ff

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

source/user/extensions.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -20,30 +20,30 @@ MINDO3(mol).run()
2020

2121
A list of PySCF extensions is given below.
2222

23-
| Project | URL |
24-
| --------------- | ------------------------------------------- |
25-
| cas_ac0 | https://github.com/CQCL/pyscf-ac0 |
26-
| cornell-shci | https://github.com/pyscf/cornell-shci |
27-
| ccpy | https://github.com/piecuch-group/ccpy |
28-
| cppe | https://github.com/maxscheurer/cppe |
29-
| dftd3 | https://github.com/pyscf/dftd3 |
30-
| dispersion | https://github.com/pyscf/dispersion |
31-
| dmrgscf | https://github.com/pyscf/dmrgscf |
32-
| doci | https://github.com/pyscf/doci |
33-
| fciqmc | https://github.com/pyscf/fciqmc |
34-
| forge | https://github.com/pyscf/pyscf-forge |
35-
| icmpspt | https://github.com/pyscf/icmpspt |
36-
| mbd | https://github.com/pyscf/mbd |
37-
| naive-hci | https://github.com/pyscf/naive-hci |
38-
| nao | https://github.com/pyscf/nao |
39-
| properties | https://github.com/pyscf/properties |
40-
| pyqmc | https://github.com/WagnerGroup/pyqmc |
41-
| qsdopt | https://github.com/pyscf/qsdopt |
42-
| rt | https://github.com/pyscf/rt |
43-
| semiempirical | https://github.com/pyscf/semiempirical |
44-
| shciscf | https://github.com/pyscf/shciscf |
45-
| zquatev | https://github.com/sunqm/zquatev |
46-
| tblis | https://github.com/pyscf/pyscf-tblis |
23+
| Project | URL |
24+
| ------------- | -------------------------------------------------------------------------------- |
25+
| cas_ac0 | [github.com/CQCL/pyscf-ac0](https://github.com/CQCL/pyscf-ac0) |
26+
| cornell-shci | [github.com/pyscf/cornell-shci](https://github.com/pyscf/cornell-shci) |
27+
| ccpy | [github.com/piecuch-group/ccpy](https://github.com/piecuch-group/ccpy) |
28+
| cppe | [github.com/maxscheurer/cppe](https://github.com/maxscheurer/cppe) |
29+
| dftd3 | [github.com/pyscf/dftd3](https://github.com/pyscf/dftd3) |
30+
| dispersion | [github.com/pyscf/dispersion](https://github.com/pyscf/dispersion) |
31+
| dmrgscf | [github.com/pyscf/dmrgscf](https://github.com/pyscf/dmrgscf) |
32+
| doci | [github.com/pyscf/doci](https://github.com/pyscf/doci) |
33+
| fciqmc | [github.com/pyscf/fciqmc](https://github.com/pyscf/fciqmc) |
34+
| forge | [github.com/pyscf/pyscf-forge](https://github.com/pyscf/pyscf-forge) |
35+
| icmpspt | [github.com/pyscf/icmpspt](https://github.com/pyscf/icmpspt) |
36+
| mbd | [github.com/pyscf/mbd](https://github.com/pyscf/mbd) |
37+
| naive-hci | [github.com/pyscf/naive-hci](https://github.com/pyscf/naive-hci) |
38+
| nao | [github.com/pyscf/nao](https://github.com/pyscf/nao) |
39+
| properties | [github.com/pyscf/properties](https://github.com/pyscf/properties) |
40+
| pyqmc | [github.com/WagnerGroup/pyqmc](https://github.com/WagnerGroup/pyqmc) |
41+
| qsdopt | [github.com/pyscf/qsdopt](https://github.com/pyscf/qsdopt) |
42+
| rt | [github.com/pyscf/rt](https://github.com/pyscf/rt) |
43+
| semiempirical | [github.com/pyscf/semiempirical](https://github.com/pyscf/semiempirical) |
44+
| shciscf | [github.com/pyscf/shciscf](https://github.com/pyscf/shciscf) |
45+
| zquatev | [github.com/sunqm/zquatev](https://github.com/sunqm/zquatev) |
46+
| tblis | [github.com/pyscf/pyscf-tblis](https://github.com/pyscf/pyscf-tblis) |
4747

4848
## How to install extensions
4949

0 commit comments

Comments
 (0)