-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
30 changed files
with
237 additions
and
145 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
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 |
---|---|---|
|
@@ -79,4 +79,4 @@ | |
"viewer", | ||
] | ||
|
||
__version__ = "1.0.0rc2" | ||
__version__ = "1.0.0rc3" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
***************** | ||
Contribute to AWB | ||
***************** | ||
************ | ||
Contributing | ||
************ | ||
|
||
If would like to contiribute to the project you can do it in multiple ways: | ||
Contributions to the AiiDAlab widgets are highly welcome and can take different forms: | ||
|
||
* `Create issues <https://github.com/aiidalab/aiidalab-widgets-base/issues/new>`_ in case you found a bug or you need a feature that is not yet implemented. | ||
* Contribute new widgets. | ||
* Help us with fixing the `existing issues <https://github.com/aiidalab/aiidalab-widgets-base/issues>`_. | ||
* Extend the documentation. | ||
* Contribute a widget you created that would be of general interest to AiiDAlab users. | ||
* `Report bugs <https://github.com/aiidalab/aiidalab-widgets-base/issues>`_. | ||
* `Feature requests <https://github.com/aiidalab/aiidalab-widgets-base/issues>`_. | ||
* Help us improve the documentation of widgets. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
************ | ||
Installation | ||
************ | ||
|
||
The AiiDAlab widgets are already pre-installed in the AiiDAlab environment. | ||
|
||
This includes: | ||
|
||
* the ``aiidalab-widgets-base`` Python package that contains the widgets (``from aiidalab_widgets_base import ...``) | ||
* the "AiiDAlab Widgets" app that contains Jupyter notebooks illustrating how to use the widgets | ||
|
||
Installation outside the AiiDAlab | ||
================================= | ||
|
||
Install the Python package from PyPI: | ||
|
||
.. code-block:: bash | ||
pip install aiidalab-widgets-base | ||
Developers may want to clone the git repository containing the app and the notebooks and install the Python package in editable mode: | ||
|
||
.. code-block:: bash | ||
git clone https://github.com/aiidalab/aiidalab-widgets-base.git | ||
cd aiidalab-widgets-base | ||
pip install -e . | ||
Optional dependencies | ||
--------------------- | ||
|
||
The `SmilesWidget` widget requires the `OpenBabel <http://openbabel.org/>`_ library. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.