Skip to content

Commit

Permalink
update tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
naik-aakash committed Dec 6, 2023
1 parent 179d212 commit 9215d80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
6 changes: 3 additions & 3 deletions docs/tutorial/commandlineinterface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -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

Expand Down

0 comments on commit 9215d80

Please sign in to comment.