Skip to content

Commit

Permalink
docs tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
exs-whaddadin committed Oct 16, 2024
1 parent 5eabf4c commit cf04dde
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/source/pages/datasets/featurising.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ kernelspec:

```{code-cell} ipython3
:tags: [remove-cell]
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from rdkit import RDLogger
RDLogger.DisableLog('rdApp.*')
```

# Featurising
Expand Down
4 changes: 2 additions & 2 deletions docs/source/pages/features/basic_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ kernelspec:

```{code-cell} ipython3
:tags: [remove-cell]
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from rdkit import RDLogger
RDLogger.DisableLog('rdApp.*')
```

# Basic usage
Expand Down
4 changes: 2 additions & 2 deletions docs/source/pages/tutorials/esol_cls.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ kernelspec:

```{code-cell} ipython3
:tags: [remove-cell]
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from rdkit import RDLogger
RDLogger.DisableLog('rdApp.*')
```

# ESOL classification
Expand Down
4 changes: 2 additions & 2 deletions docs/source/pages/tutorials/esol_reg.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ kernelspec:

```{code-cell} ipython3
:tags: [remove-cell]
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from rdkit import RDLogger
RDLogger.DisableLog('rdApp.*')
```

# ESOL regression
Expand Down
4 changes: 2 additions & 2 deletions docs/source/pages/tutorials/qm9_reg_3d.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ kernelspec:

```{code-cell} ipython3
:tags: [remove-cell]
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
from rdkit import RDLogger
RDLogger.DisableLog('rdApp.*')
```

# QM9 Regression
Expand Down

0 comments on commit cf04dde

Please sign in to comment.