Skip to content

Commit 0962424

Browse files
authored
Merge pull request #99 from braniii/main
Adjust README in gh dark mode to ensure readability of pngs
2 parents d543323 + 60a1cb3 commit 0962424

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Logo](./docs/img/logos/logo.png)
1+
![Logo](./docs/img/logos/logo.png#gh-light-mode-only)![Logo](./docs/img/logos/logo_dark.png#gh-dark-mode-only)
22

33
**Working with molecular structures in pandas DataFrames**
44

@@ -32,7 +32,7 @@ So, why don't we take pandas to the structural biology world? Working with molec
3232

3333
## Examples
3434

35-
![3eiy](./docs/img/index/3eiy.png)
35+
![3eiy](./docs/img/index/3eiy.png#gh-light-mode-only)![3eiy](./docs/img/index/3eiy_dark.png#gh-dark-mode-only)
3636

3737
```python
3838
# Initialize a new PandasPdb object
@@ -42,13 +42,13 @@ So, why don't we take pandas to the structural biology world? Working with molec
4242
>>> ppdb.df['ATOM'].head()
4343
```
4444

45-
![3eiy head](./docs/img/index/3eiy_head.png)
45+
![3eiy head](./docs/img/index/3eiy_head.png#gh-light-mode-only)![3eiy head](./docs/img/index/3eiy_head_dark.png#gh-dark-mode-only)
4646

4747
<br><br>
4848
<br><br>
4949

5050

51-
![3eiy head](./docs/img/index/ligand_rmsd.png)
51+
![3eiy head](./docs/img/index/ligand_rmsd.png#gh-light-mode-only)![3eiy head](./docs/img/index/ligand_rmsd_dark.png#gh-dark-mode-only)
5252

5353
```python
5454
# Load structures from your drive and compute the

docs/img/index/3eiy_dark.png

84.7 KB
Loading

docs/img/index/3eiy_head_dark.png

39.7 KB
Loading

docs/img/index/ligand_rmsd_dark.png

29.5 KB
Loading

docs/img/logos/logo_dark.png

51.7 KB
Loading

0 commit comments

Comments
 (0)