JaGeo / LobsterPy

Package to perform automatic bonding analysis with the program Lobster in the field of computational materials science and quantum chemistry
https://jageo.github.io/LobsterPy/
BSD 3-Clause "New" or "Revised" License
74 stars 28 forks source link

The inappropriate code snippet appeared in the `Command line interface` tutorial. #318

Closed hongyi-zhao closed 1 month ago

hongyi-zhao commented 1 month ago

I noticed the following code snippet in the Command line interface tutorial:

import os
os.chdir('Basis_0/') # Navigate to directory containing the files of lobster runs

What makes me feel strange is that this part of the tutorial is all about explaining the command line interface. Why would it suddenly provide the above Python code? It doesn't have any direct correlation with the operations in this context.

Regards, Zhao

naik-aakash commented 1 month ago

Thanks for notifying us. Agreed, this is leftover of previous version of documentation and has been removed now.