-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs restructuring, link to the examples
- Loading branch information
Showing
17 changed files
with
211 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{{ toctree(maxdepth=2|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }} | ||
{{ toctree(maxdepth=2|toint, collapse=True, includehidden=True) }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Command line interface | ||
----------------------- | ||
|
||
.. sphinx_argparse_cli:: | ||
:module: chemiscope.main | ||
:func: _chemiscope_input_parser | ||
:prog: chemiscope-input | ||
:title: | ||
:group_title_prefix: |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
.. _python-module: | ||
|
||
Python module | ||
============= | ||
|
||
The `chemiscope` package provides utilities to prepare JSON input files, | ||
and to visualize them in a :ref:`jupyter environment <jupyter>`. | ||
The package also provides a small set of utility functions to convert `ase`_ | ||
structure data, and a command-line command to convert structure files to | ||
a JSON input. | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
installation | ||
cli | ||
reference | ||
jupyter | ||
gallery | ||
|
||
|
||
.. _ase: https://wiki.fysik.dtu.dk/ase/index.html | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Installation | ||
------------ | ||
|
||
The latest release of the `chemiscope` Python package can be installed from | ||
the Python package index, using | ||
|
||
.. code-block:: | ||
pip install chemiscope | ||
To install a development version, one should instead clone the | ||
`github repository <https://github.com/lab-cosmo/chemiscope>`_, | ||
make sure that all the dependencies (including those needed to compile | ||
the typescript library) are present and then run | ||
|
||
.. code-block:: | ||
pip install . | ||
in the main folder. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
.. _reference: | ||
|
||
``chemiscope`` functions reference | ||
---------------------------------- | ||
|
||
.. autofunction:: chemiscope.write_input | ||
|
||
.. autofunction:: chemiscope.create_input | ||
|
||
.. autofunction:: chemiscope.quick_settings | ||
|
||
.. autofunction:: chemiscope.extract_properties | ||
|
||
.. autofunction:: chemiscope.composition_properties | ||
|
||
.. autofunction:: chemiscope.all_atomic_environments | ||
|
||
.. autofunction:: chemiscope.librascal_atomic_environments | ||
|
||
.. autofunction:: chemiscope.ellipsoid_from_tensor | ||
|
||
.. autofunction:: chemiscope.arrow_from_vector | ||
|
||
.. autofunction:: chemiscope.ase_vectors_to_arrows | ||
|
||
.. autofunction:: chemiscope.ase_tensors_to_ellipsoids | ||
|
||
.. _chemiscope-input-cli: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.