From 9215d80a81b3a14cce12835ebc42119237baf601 Mon Sep 17 00:00:00 2001 From: anaik Date: Wed, 6 Dec 2023 12:17:39 +0100 Subject: [PATCH] update tutorial --- docs/conf.py | 2 +- docs/tutorial/commandlineinterface.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 2280b6cc..bab8dcfb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,7 +47,7 @@ # autoclass_content = "both" -source_suffix = [".rst", ".md", ".ipynb"] +source_suffix = [".rst", ".md", ".ipynb",] # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"] diff --git a/docs/tutorial/commandlineinterface.rst b/docs/tutorial/commandlineinterface.rst index 9fbd659b..708fe914 100644 --- a/docs/tutorial/commandlineinterface.rst +++ b/docs/tutorial/commandlineinterface.rst @@ -240,10 +240,11 @@ command. Below is an example and sample output using this command. initial Lobster computation. Below is an example and sample output using this command. You can also obtain a label resolved plot using ``lobsterpy automatic-plot-ia --allbonds --label-resolved`` option - + + .. raw:: html :file: tutorial_assets/CdF2.html - + 2. Plotting of COHPs/COBIs/COOPs ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -256,7 +257,6 @@ well (–summed, –integrated). You can switch to COBIs or COOPs by using –cobis or –coops, respectively. Below is an example output of command to plot COHP and COOP for bond 3 and 30. -.. code:: bash lobsterpy plot 3 30 --save-plot COHP_330.png