3
0
mirror of https://github.com/triqs/dft_tools synced 2024-07-11 05:43:48 +02:00

[doc] install and first page + github logo

This commit is contained in:
Hugo U. R. Strand 2019-04-24 15:19:25 -04:00 committed by Nils Wentzell
parent a113230ffe
commit 171dbcdecf
4 changed files with 16 additions and 18 deletions

BIN
doc/_static/logo_github.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -10,5 +10,5 @@
</p>
<hr>
<p>
<a href="https://github.com/triqs/app4triqs"> <img style="width: 50px; margin: 10px 0 0 5px" src='https://assets-cdn.github.com/images/modules/logos_page/GitHub-Mark.png' alt="Visit the project on GitHub"/> </a>
<a href="https://github.com/triqs/tprf"> <img style="width: 200px; margin: 10px 0 0 5px" src='_static/logo_github.png' alt="Visit the project on GitHub"/> </a>
</p>

View File

@ -3,12 +3,12 @@
app4triqs
=========
.. sidebar:: app4triqs 2.2
.. sidebar:: app4triqs 2.2.0
This is the homepage app4triqs Version 2.2
For changes see, Cf :ref:`changelog page <changelog>`
This is the homepage of app4triqs v2.2.0.
For changes see the :ref:`changelog page <changelog>`.
An example application using cpp2py and triqs.
An example application using cpp2py and TRIQS.
This documentation is generated based on `rst <https://de.wikipedia.org/wiki/ReStructuredText>`_ files
and the comments in the sources and headers.

View File

@ -2,15 +2,15 @@
.. _install:
Compiling AP4TRIQS from source
==============================
Compiling app4triqs from source
===================================
Prerequisite
-------------------
Prerequisites
-------------
#. The :ref:`TRIQS <triqslibs:welcome>` library, see :ref:`TRIQS installation instruction <triqslibs:installation>`.
In the following, we assume that Triqs is installed in the ``path_to_triqs`` directory.
In the following, we assume that TRIQS is installed in the directory ``path_to_triqs``.
Installation steps
------------------
@ -40,12 +40,10 @@ Installation steps
Version compatibility
---------------------
Be careful that the version of the TRIQS library and of the application must be
compatible (more information on the :ref:`TRIQS website <triqslibs:versions>`).
In particular you should make sure that the Major and Minor Version number
of the application and TRIQS agree.
If you want to use a particular version of the application, go into the directory with the sources
and look at all available versions::
Keep in mind that the version of ``app4triqs`` must be compatible with your TRIQS library version,
see :ref:`TRIQS website <triqslibs:versions>`.
In particular the Major and Minor Version numbers have to be the same.
To use a particular version, go into the directory with the sources, and look at all available versions::
$ cd app4triqs.src && git tag
@ -53,12 +51,12 @@ Checkout the version of the code that you want::
$ git checkout 2.1.0
Then follow the steps 2 to 4 described above to compile the code.
and follow steps 2 to 4 above to compile the code.
Custom CMake options
--------------------
Functionality of ``app4triqs`` can be tweaked using extra compile-time options passed to CMake::
The compilation of ``app4triqs`` can be configured using CMake-options::
cmake ../app4triqs.src -DOPTION1=value1 -DOPTION2=value2 ... ../app4triqs.src