-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a chemiscope example. #536
Add a chemiscope example. #536
Conversation
i think having the code testable is worth a dev dependcy |
Added the dependency, tests should pass. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
happy to merge after backticks are fixed
docs/source/basic_examples.rst
Outdated
Requirements | ||
------------ | ||
|
||
:mod:`chemiscope` makes it easy for you to write a `.json` or `.json.gz` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be dboule backtics for .json and .json.gz
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed, ty!
docs/source/basic_examples.rst
Outdated
|
||
__ https://cgmodels.readthedocs.io/en/latest/cg_model_jul2023_2p3_ton.html | ||
|
||
Either way, you need to write a `.json` or `.json.gz` file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed, ty!
Just adding a small example to raise awareness of the utility of the tool. I am happy to change the scope as necessary.
Note that I have not made the python code testable to avoid the need for a new dev dependancy,