Skip to content

Commit

Permalink
Docs: Revamp Intro/Install (#4060)
Browse files Browse the repository at this point in the history
Revision of all sections within the first chapter.

Co-authored-by: Carl Simon Adorf <carl.simon.adorf@gmail.com>
  • Loading branch information
chrisjsewell and csadorf authored May 28, 2020
1 parent 005acdf commit d35b6c5
Show file tree
Hide file tree
Showing 16 changed files with 1,470 additions and 1,155 deletions.
1 change: 0 additions & 1 deletion docs/requirements_for_rtd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ spglib~=1.14
sphinx-copybutton~=0.2.11
sphinx-panels~=0.4.0
sphinx-rtd-theme~=0.4.3
sphinxcontrib-contentui~=0.2.4
sphinxcontrib-details-directive~=0.1.0
sphinx~=2.2
sqlalchemy-diff~=0.1.3
Expand Down
17 changes: 16 additions & 1 deletion docs/source/_static/aiida-custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
margin-right:.5rem;
content: "\f085"
}
.title-icon-code-fork .admonition-title:before {
margin-right:.5rem;
content: "\f126"
}
/* Semantic icon names */
.title-icon-launch-software .admonition-title:before {
margin-right:.5rem;
Expand Down Expand Up @@ -88,4 +92,15 @@

.dropdown-group .dropdown:last-child {
margin-bottom: 24px !important;
}
}

div.admonition :last-child {
margin-bottom: 0
}

div.highlight-bash div.highlight {
background-color: aliceblue;
}
div.highlight-console div.highlight {
background-color: aliceblue;
}
6 changes: 0 additions & 6 deletions docs/source/_static/custom.css

This file was deleted.

29 changes: 0 additions & 29 deletions docs/source/_static/link-box.css

This file was deleted.

1 change: 1 addition & 0 deletions docs/source/howto/data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,7 @@ This command will delete both the file repository and the database.

It is not possible to restore a deleted profile unless it was previously backed up!

.. _how-to:data:serve:

Serving your data to others
===========================
Expand Down
91 changes: 56 additions & 35 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,85 +1,105 @@
.. aiida documentation master file, created by
sphinx-quickstart on Wed Oct 24 11:33:37 2012.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
**aiida-core version:** |release|

.. figure:: images/AiiDA_transparent_logo.png
.. image:: images/AiiDA_transparent_logo.png
:width: 250px
:align: center

Automated Interactive Infrastructure and Database for Computational Science
:alt: AiiDA logo
:class: mb-3

#################################
Welcome to AiiDA's documentation!
#################################

**aiida-core version:** |release|

`AiiDA`_ is an open-source framework implemented in Python that aims to help researchers with managing simple to complex workflows and making them fully reproducible.

.. _AiiDA: https://www.aiida.net

.. panels::
:centred:
:body: bg-light text-center
:footer: bg-light border-0


**Getting Started**
:fa:`rocket,mr-1` **Getting Started**

First time user or are looking for installation instructions? Start here!

.. container:: link-box bottom
+++++++++++++++++++++++++++++++++++++++++++++

:ref:`To the getting started guides <intro/get_started>`
.. link-button:: intro/get_started
:type: ref
:text: To the installation guides
:classes: btn-outline-primary btn-block stretched-link

---
----------------------------------------------

**Tutorial**
:fa:`info-circle,mr-1` **Tutorial**

Get your feet wet with a brief introduction to the basics of AiiDA.

.. container:: link-box bottom
+++++++++++++++++++++++++++++++++++++++++++++

:ref:`To the tutorials <tutorials>`
.. link-button:: tutorial
:type: ref
:text: To the tutorials
:classes: btn-outline-primary btn-block stretched-link

---
----------------------------------------------

**How-To Guides**
:fa:`question-circle,mr-1` **How-To Guides**

Learn how to use AiiDA to power your own work.

.. container:: link-box bottom
+++++++++++++++++++++++++++++++++++++++++++++

:ref:`To the how-to guides <how-to>`
.. link-button:: howto/codes
:type: ref
:text: To the how-to guides
:classes: btn-outline-primary btn-block stretched-link

---
----------------------------------------------

**Topics**
:fa:`bookmark,mr-1` **Topics**

Comprehensive background information for those who want to learn more about AiiDA's underlying concepts.

.. container:: link-box bottom
+++++++++++++++++++++++++++++++++++++++++++++

:ref:`To the topics <topics>`
.. link-button:: topics/cli
:type: ref
:text: To the topics
:classes: btn-outline-primary btn-block stretched-link

---
----------------------------------------------

**API Reference**
:fa:`cogs,mr-1` **API Reference**

Comprehensive description of all AiiDA components and APIs, including the command-line-interface, the Python interface, and the RESTful API.

.. container:: link-box bottom
+++++++++++++++++++++++++++++++++++++++++++++

:ref:`To the reference guide <api>`
.. link-button:: reference/command_line
:type: ref
:text: To the reference guide
:classes: btn-outline-primary btn-block stretched-link

---
----------------------------------------------

**Development**
:fa:`sitemap,mr-1` **Internal Architecture**

Saw a typo in the documentation? Want to improve existing functionalities? The contributing guidelines will guide you through the process of improving AiiDA.
Detailed information and rationale for the design and architecture of AiiDA and its components.

.. container:: link-box bottom
+++++++++++++++++++++++++++++++++++++++++++++

:ref:`To the development guide <development>`
.. link-button:: internals/global_design
:type: ref
:text: To the architecture guide
:classes: btn-outline-primary btn-block stretched-link

.. admonition:: Development Contributions
:class: title-icon-code-fork

Saw a typo in the documentation? Want to improve existing functionalities?
The contributing guidelines are hosted on the `aiida-core wiki <https://github.com/aiidateam/aiida-core/wiki>`__ and will guide you through the process of improving AiiDA.

.. toctree::
:maxdepth: 2
Expand Down Expand Up @@ -163,6 +183,7 @@ Acknowledgements
****************

This work is supported by:

* the `MARVEL National Centre for Competency in Research`_ funded by the `Swiss National Science Foundation`_;
* the `MaX European Centre of Excellence`_ funded by the Horizon 2020 EINFRA-5 program, Grant No. 676598;
* the `swissuniversities P-5 project "Materials Cloud"`_.
Expand Down
52 changes: 0 additions & 52 deletions docs/source/install/configuration.rst

This file was deleted.

Loading

0 comments on commit d35b6c5

Please sign in to comment.