Skip to content

Commit

Permalink
Merge branch 'docs'
Browse files Browse the repository at this point in the history
  • Loading branch information
ifilot committed Sep 22, 2024
2 parents 4d964ba + b11cf03 commit c1b4a2d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/community_guidelines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Community guidelines
********************

* Contributions to :program:`PyDFT` are always welcome and appreciated. Before doing
so, please first read the `CONTRIBUTING <https://gitlab.tue.nl/ifilot/pydft/-/blob/master/CONTRIBUTING.md?ref_type=heads>`_
so, please first read the `CONTRIBUTING <https://github.com/ifilot/pydft/blob/master/CONTRIBUTING.md>`_
guide.
* For reporting issues or problems with the software, you are kindly invited to
`to open a new issue on Gitlab <https://gitlab.tue.nl/ifilot/pydft/-/issues/new>`_.
`to open a new issue on Gitlab <https://github.com/ifilot/pydft/issues/new>`_.
* If you wish to contact the developers, please send an e-mail to i.a.w.filot@tue.nl.
17 changes: 10 additions & 7 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ PyDFT: pure-python density functional theory
:target: https://anaconda.org/ifilot/pydft
.. image:: https://img.shields.io/pypi/v/pydft?color=green
:target: https://pypi.org/project/pydft/
.. image:: https://gitlab.tue.nl/ifilot/pydft/badges/master/pipeline.svg
:target: https://gitlab.tue.nl/ifilot/pydft/-/commits/master
.. image:: https://github.com/ifilot/pydft/actions/workflows/build_pypi.yml/badge.svg
:target: https://github.com/ifilot/pydft/actions/workflows/build_pypi.yml
.. image:: https://github.com/ifilot/pydft/actions/workflows/build_conda.yml/badge.svg
:target: https://github.com/ifilot/pydft/actions/workflows/build_conda.yml
.. image:: https://img.shields.io/badge/License-GPLv3-blue.svg
:target: https://www.gnu.org/licenses/gpl-3.0

Expand All @@ -27,13 +29,14 @@ a working code and a considerable effort was made in documenting everything.

More information on the inner workings of :program:`PyDFT` can be obtained
from the textbook "Elements of Electronic Structure Theory" (specifically
chapter 4), which is freely available `via this website <https://ifilot.pages.tue.nl/elements-of-electronic-structure-theory/>`_.
chapter 4), which is freely available `via this website
<https://ifilot.pages.tue.nl/elements-of-electronic-structure-theory/>`_.

:program:`PyDFT` has been developed at the Eindhoven University of Technology,
Netherlands. :program:`PyDFT` and its development are hosted on `github
<https://gitlab.tue.nl/ifilot/pydft>`_. Bugs and feature
requests are ideally submitted via the `github issue tracker
<https://gitlab.tue.nl/ifilot/pydft/issues>`_.
Netherlands. :program:`PyDFT` and its development are hosted on `Github
<https://www.github.com/ifilot/pydft>`_. Bugs and feature requests are ideally
submitted via the `github issue tracker
<https://www.github.com/ifilot/pydft/issues>`_.

.. toctree::
:maxdepth: 2
Expand Down

0 comments on commit c1b4a2d

Please sign in to comment.