kinverarity1 / lasio

Python library for reading and writing well data using Log ASCII Standard (LAS) files
https://lasio.readthedocs.io/en/latest/
MIT License
343 stars 151 forks source link

For issue 551: Display missing shell commands in installation doc #553

Closed dcslagel closed 1 year ago

dcslagel commented 1 year ago

Description:

This is expected to fix missing shell commands in the installation.html in the lastest docs: https://lasio.readthedocs.io/en/latest/installation.html

It adds the bash programming-language indicator as part of the sphinx code-block indicator.

Test Results:

This works on locally compiled docs. However, locally compiled docs without this change also correctly displayed the shell commands. So this change will have to merge to main and then see if the shell commands are visible at https://lasio.readthedocs.io/en/latest/installation.html.

--

Let me know if this change could be accepted (or rejected) or needs some additional changes to be approved and merged.

Thank you, DC

dcslagel commented 1 year ago

Update: With the merge of this Pull-Request to main, the issue #551 is fixed in the the latest docs. https://lasio.readthedocs.io/en/latest/installation.html