From 4bf7e0644d8604c7aa674795c1a49b8357e96cb8 Mon Sep 17 00:00:00 2001 From: Jessica Mitchell Date: Mon, 11 Sep 2023 20:06:43 +0200 Subject: [PATCH 1/3] add mc to denote pngs --- doc/htmldoc/examples/index.rst | 2 +- .../static/img/{box_plot.png => mc_box_plot.png} | Bin .../img/{raster_plot.png => mc_raster_plot.png} | Bin pynest/examples/Potjans_2014/README.rst | 4 ++-- 4 files changed, 3 insertions(+), 3 deletions(-) rename doc/htmldoc/static/img/{box_plot.png => mc_box_plot.png} (100%) rename doc/htmldoc/static/img/{raster_plot.png => mc_raster_plot.png} (100%) diff --git a/doc/htmldoc/examples/index.rst b/doc/htmldoc/examples/index.rst index 549e6024cc..828919b9ff 100644 --- a/doc/htmldoc/examples/index.rst +++ b/doc/htmldoc/examples/index.rst @@ -67,7 +67,7 @@ PyNEST examples .. grid-item-card:: Cortical microcircuit (Potjans) - :img-top: ../static/img/pynest/raster_plot.png + :img-top: ../static/img/pynest/mc_raster_plot.png * :doc:`../auto_examples/Potjans_2014/index` diff --git a/doc/htmldoc/static/img/box_plot.png b/doc/htmldoc/static/img/mc_box_plot.png similarity index 100% rename from doc/htmldoc/static/img/box_plot.png rename to doc/htmldoc/static/img/mc_box_plot.png diff --git a/doc/htmldoc/static/img/raster_plot.png b/doc/htmldoc/static/img/mc_raster_plot.png similarity index 100% rename from doc/htmldoc/static/img/raster_plot.png rename to doc/htmldoc/static/img/mc_raster_plot.png diff --git a/pynest/examples/Potjans_2014/README.rst b/pynest/examples/Potjans_2014/README.rst index d2a5963c58..c23c490edc 100644 --- a/pynest/examples/Potjans_2014/README.rst +++ b/pynest/examples/Potjans_2014/README.rst @@ -13,11 +13,11 @@ The network model represents four layers of cortex, L2/3, L4, L5, and L6, each c .. grid-item:: - .. image:: ../../static/img/raster_plot.png + .. image:: ../../static/img/mc_raster_plot.png .. grid-item:: - .. image:: ../../static/img/box_plot.png + .. image:: ../../static/img/mc_box_plot.png From 60f33aedd99012b8e1ce8313dd27c02f930a8670 Mon Sep 17 00:00:00 2001 From: Jessica Mitchell Date: Mon, 11 Sep 2023 20:58:48 +0200 Subject: [PATCH 2/3] fix filepath --- doc/htmldoc/examples/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/htmldoc/examples/index.rst b/doc/htmldoc/examples/index.rst index 828919b9ff..00bac86e95 100644 --- a/doc/htmldoc/examples/index.rst +++ b/doc/htmldoc/examples/index.rst @@ -67,7 +67,7 @@ PyNEST examples .. grid-item-card:: Cortical microcircuit (Potjans) - :img-top: ../static/img/pynest/mc_raster_plot.png + :img-top: ../static/img/mc_raster_plot.png * :doc:`../auto_examples/Potjans_2014/index` From 9b1bed37befcd25beca1b9a15f1b373d414954c5 Mon Sep 17 00:00:00 2001 From: Jessica Mitchell Date: Tue, 12 Sep 2023 16:53:53 +0200 Subject: [PATCH 3/3] rename to potjans --- doc/htmldoc/examples/index.rst | 2 +- .../{mc_box_plot.png => potjans_2014_box_plot.png} | Bin ...crocircuit.png => potjans_2014_microcircuit.png} | Bin ...raster_plot.png => potjans_2014_raster_plot.png} | Bin pynest/examples/Potjans_2014/README.rst | 6 +++--- 5 files changed, 4 insertions(+), 4 deletions(-) rename doc/htmldoc/static/img/{mc_box_plot.png => potjans_2014_box_plot.png} (100%) rename doc/htmldoc/static/img/{microcircuit.png => potjans_2014_microcircuit.png} (100%) rename doc/htmldoc/static/img/{mc_raster_plot.png => potjans_2014_raster_plot.png} (100%) diff --git a/doc/htmldoc/examples/index.rst b/doc/htmldoc/examples/index.rst index 00bac86e95..d7de0a614c 100644 --- a/doc/htmldoc/examples/index.rst +++ b/doc/htmldoc/examples/index.rst @@ -67,7 +67,7 @@ PyNEST examples .. grid-item-card:: Cortical microcircuit (Potjans) - :img-top: ../static/img/mc_raster_plot.png + :img-top: ../static/img/potjans_2014_raster_plot.png * :doc:`../auto_examples/Potjans_2014/index` diff --git a/doc/htmldoc/static/img/mc_box_plot.png b/doc/htmldoc/static/img/potjans_2014_box_plot.png similarity index 100% rename from doc/htmldoc/static/img/mc_box_plot.png rename to doc/htmldoc/static/img/potjans_2014_box_plot.png diff --git a/doc/htmldoc/static/img/microcircuit.png b/doc/htmldoc/static/img/potjans_2014_microcircuit.png similarity index 100% rename from doc/htmldoc/static/img/microcircuit.png rename to doc/htmldoc/static/img/potjans_2014_microcircuit.png diff --git a/doc/htmldoc/static/img/mc_raster_plot.png b/doc/htmldoc/static/img/potjans_2014_raster_plot.png similarity index 100% rename from doc/htmldoc/static/img/mc_raster_plot.png rename to doc/htmldoc/static/img/potjans_2014_raster_plot.png diff --git a/pynest/examples/Potjans_2014/README.rst b/pynest/examples/Potjans_2014/README.rst index c23c490edc..ed00587823 100644 --- a/pynest/examples/Potjans_2014/README.rst +++ b/pynest/examples/Potjans_2014/README.rst @@ -9,15 +9,15 @@ The network model represents four layers of cortex, L2/3, L4, L5, and L6, each c .. grid-item:: - .. image:: ../../static/img/microcircuit.png + .. image:: ../../static/img/potjans_2014_microcircuit.png .. grid-item:: - .. image:: ../../static/img/mc_raster_plot.png + .. image:: ../../static/img/potjans_2014_raster_plot.png .. grid-item:: - .. image:: ../../static/img/mc_box_plot.png + .. image:: ../../static/img/potjans_2014_box_plot.png