Skip to content

Commit

Permalink
Merge pull request #161 from volkamerlab/nbsphinx-gallery
Browse files Browse the repository at this point in the history
Add missing nbsphinx thumbnails for nbsphinx gallery
  • Loading branch information
dominiquesydow authored Oct 29, 2021
2 parents 37f237a + 7b76174 commit 6c9ec82
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 9 deletions.
Binary file removed docs/_static/images/download_repo.png
Binary file not shown.
Binary file removed docs/_static/images/jupyter_kernel_teachopencadd.png
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,11 @@
{
"cell_type": "code",
"execution_count": 6,
"metadata": {},
"metadata": {
"tags": [
"nbsphinx-thumbnail"
]
},
"outputs": [
{
"name": "stdout",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1499,7 +1499,11 @@
{
"cell_type": "code",
"execution_count": 20,
"metadata": {},
"metadata": {
"tags": [
"nbsphinx-thumbnail"
]
},
"outputs": [
{
"data": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,11 @@
{
"cell_type": "code",
"execution_count": 19,
"metadata": {},
"metadata": {
"tags": [
"nbsphinx-thumbnail"
]
},
"outputs": [
{
"data": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,11 @@
{
"cell_type": "code",
"execution_count": 26,
"metadata": {},
"metadata": {
"tags": [
"nbsphinx-thumbnail"
]
},
"outputs": [
{
"data": {
Expand Down
6 changes: 5 additions & 1 deletion teachopencadd/talktorials/T020_md_analysis/talktorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,11 @@
{
"cell_type": "code",
"execution_count": 18,
"metadata": {},
"metadata": {
"tags": [
"nbsphinx-thumbnail"
]
},
"outputs": [
{
"data": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,11 @@
{
"cell_type": "code",
"execution_count": 7,
"metadata": {},
"metadata": {
"tags": [
"nbsphinx-thumbnail"
]
},
"outputs": [
{
"data": {
Expand Down Expand Up @@ -1271,8 +1275,7 @@
"# Pass the index of the longest SMILES string to visualize the matrix\n",
"one_hot_matrix_plot(\n",
" df.iloc[longest_smiles_index[0]][\"unique_char_ohe_matrix\"], unique_char, longest_smiles\n",
")\n",
"# NBVAL_CHECK_OUTPUT"
")"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,11 @@
{
"cell_type": "code",
"execution_count": 16,
"metadata": {},
"metadata": {
"tags": [
"nbsphinx-thumbnail"
]
},
"outputs": [
{
"data": {
Expand Down

0 comments on commit 6c9ec82

Please sign in to comment.