mirror of
https://github.com/triqs/dft_tools
synced 2025-01-08 20:33:16 +01:00
final version of the new rtd design update
This commit is contained in:
parent
a06301304f
commit
17eee7a13d
@ -1,5 +1,9 @@
|
|||||||
Version 3.0.0
|
(changelog)=
|
||||||
=============
|
|
||||||
|
# Changelog
|
||||||
|
|
||||||
|
## Version 3.0.0
|
||||||
|
|
||||||
|
|
||||||
app4triqs version 3.0.0 is a compatibility
|
app4triqs version 3.0.0 is a compatibility
|
||||||
release for TRIQS version 3.0.0 that
|
release for TRIQS version 3.0.0 that
|
||||||
@ -8,8 +12,7 @@ release for TRIQS version 3.0.0 that
|
|||||||
* fixes several application issues
|
* fixes several application issues
|
||||||
|
|
||||||
|
|
||||||
Version 2.2.0
|
## Version 2.2.0
|
||||||
=============
|
|
||||||
|
|
||||||
app4triqs Version 2.2.0 provides a project
|
app4triqs Version 2.2.0 provides a project
|
||||||
skeleton for TRIQS applications based on
|
skeleton for TRIQS applications based on
|
||||||
|
5
doc/_static/css/custom.css
vendored
Normal file
5
doc/_static/css/custom.css
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
@import url("theme.css");
|
||||||
|
|
||||||
|
.wy-nav-content {
|
||||||
|
max-width: 70em;
|
||||||
|
}
|
@ -1,7 +1,7 @@
|
|||||||
.. _about:
|
.. _about:
|
||||||
|
|
||||||
About app4triqs
|
About app4triqs
|
||||||
===============
|
***************
|
||||||
|
|
||||||
An example application using ``cpp2py`` and TRIQS.
|
An example application using ``cpp2py`` and TRIQS.
|
||||||
|
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
.. _changelog:
|
|
||||||
|
|
||||||
Changelog
|
|
||||||
=========
|
|
||||||
|
|
||||||
This document describes the main changes in APP4TRIQS.
|
|
||||||
|
|
||||||
.. include:: ChangeLog.md
|
|
@ -16,21 +16,44 @@ extensions = ['sphinx.ext.autodoc',
|
|||||||
'sphinx.ext.githubpages',
|
'sphinx.ext.githubpages',
|
||||||
'sphinx_autorun',
|
'sphinx_autorun',
|
||||||
'nbsphinx',
|
'nbsphinx',
|
||||||
|
'myst_parser',
|
||||||
'matplotlib.sphinxext.plot_directive',
|
'matplotlib.sphinxext.plot_directive',
|
||||||
'numpydoc']
|
'numpydoc']
|
||||||
|
|
||||||
|
myst_enable_extensions = [
|
||||||
|
"amsmath",
|
||||||
|
"colon_fence",
|
||||||
|
"deflist",
|
||||||
|
"dollarmath",
|
||||||
|
"html_admonition",
|
||||||
|
"html_image",
|
||||||
|
"linkify",
|
||||||
|
"replacements",
|
||||||
|
"smartquotes",
|
||||||
|
"substitution",
|
||||||
|
"tasklist",
|
||||||
|
]
|
||||||
|
|
||||||
|
# The name of the Pygments (syntax highlighting) style to use.
|
||||||
|
pygments_style = 'sphinx'
|
||||||
|
|
||||||
source_suffix = '.rst'
|
source_suffix = '.rst'
|
||||||
|
|
||||||
project = '@PROJECT_NAME@'
|
project = '@PROJECT_NAME@'
|
||||||
version = '@PROJECT_VERSION@'
|
version = '@PROJECT_VERSION@'
|
||||||
|
|
||||||
copyright = '2017-2018 N. Wentzell, O. Parcollet 2018-2019 The Simons Foundation, authors: N. Wentzell, D. Simons, H. Strand, O. Parcollet'
|
copyright = '2017-2018 N. Wentzell, O. Parcollet 2018-2021 The Simons Foundation, authors: N. Wentzell, D. Simons, H. Strand, O. Parcollet'
|
||||||
|
|
||||||
mathjax_path = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=default"
|
mathjax_path = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=default"
|
||||||
templates_path = ['@CMAKE_CURRENT_SOURCE_DIR@/_templates']
|
templates_path = ['@CMAKE_CURRENT_SOURCE_DIR@/_templates']
|
||||||
|
|
||||||
# this requires the sphinx_rtd_theme to be installed via pip
|
# this requires the sphinx_rtd_theme to be installed via pip
|
||||||
html_theme = 'sphinx_rtd_theme'
|
html_theme = 'sphinx_rtd_theme'
|
||||||
|
# this loads the custom css file to change the page width
|
||||||
|
html_style = 'css/custom.css'
|
||||||
|
|
||||||
|
#html_favicon = '@CMAKE_CURRENT_SOURCE_DIR@/logos/favicon.ico'
|
||||||
|
#html_logo = '@CMAKE_CURRENT_SOURCE_DIR@/logos/logo.png'
|
||||||
|
|
||||||
# options for the the rtd theme
|
# options for the the rtd theme
|
||||||
html_theme_options = {
|
html_theme_options = {
|
||||||
@ -39,7 +62,7 @@ html_theme_options = {
|
|||||||
'prev_next_buttons_location': 'bottom',
|
'prev_next_buttons_location': 'bottom',
|
||||||
'style_external_links': False,
|
'style_external_links': False,
|
||||||
'vcs_pageview_mode': '',
|
'vcs_pageview_mode': '',
|
||||||
# 'style_nav_header_background': '#7E588A',
|
'style_nav_header_background': '#7E588A',
|
||||||
# Toc options
|
# Toc options
|
||||||
'collapse_navigation': False,
|
'collapse_navigation': False,
|
||||||
'sticky_navigation': True,
|
'sticky_navigation': True,
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
Table of contents
|
|
||||||
=================
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:maxdepth: 2
|
|
||||||
|
|
||||||
index
|
|
||||||
install
|
|
||||||
documentation
|
|
||||||
issues
|
|
||||||
changelog
|
|
||||||
about
|
|
@ -1,7 +1,7 @@
|
|||||||
.. _documentation:
|
.. _documentation:
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
=============
|
*************
|
||||||
|
|
||||||
|
|
||||||
.. math::
|
.. math::
|
||||||
@ -9,20 +9,9 @@ Documentation
|
|||||||
(a + b)^2 &= (a + b)(a + b) \\
|
(a + b)^2 &= (a + b)(a + b) \\
|
||||||
&= a^2 + 2ab + b^2
|
&= a^2 + 2ab + b^2
|
||||||
|
|
||||||
Table of Contents
|
|
||||||
-----------------
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:maxdepth: 5
|
|
||||||
|
|
||||||
index
|
|
||||||
install
|
|
||||||
issues
|
|
||||||
changelog
|
|
||||||
about
|
|
||||||
|
|
||||||
C++ reference manual
|
C++ reference manual
|
||||||
--------------------
|
====================
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 5
|
:maxdepth: 5
|
||||||
@ -30,7 +19,7 @@ C++ reference manual
|
|||||||
cpp2rst_generated/contents
|
cpp2rst_generated/contents
|
||||||
|
|
||||||
Python reference manual
|
Python reference manual
|
||||||
-----------------------
|
=======================
|
||||||
|
|
||||||
.. automodule:: app4triqs
|
.. automodule:: app4triqs
|
||||||
:members:
|
:members:
|
||||||
|
@ -1,12 +1,18 @@
|
|||||||
.. _welcome:
|
.. _welcome:
|
||||||
|
|
||||||
app4triqs
|
app4triqs
|
||||||
=========
|
*********
|
||||||
|
|
||||||
.. sidebar:: app4triqs 2.2.0
|
.. sidebar:: app4triqs 3.0.0
|
||||||
|
|
||||||
This is the homepage of app4triqs v2.2.0.
|
This is the homepage of app4triqs v3.0.0.
|
||||||
For changes see the :ref:`changelog page <changelog>`.
|
For changes see the :ref:`changelog page <changelog>`.
|
||||||
|
|
||||||
|
.. image:: _static/logo_github.png
|
||||||
|
:width: 75%
|
||||||
|
:align: center
|
||||||
|
:target: https://github.com/triqs/app4triqs
|
||||||
|
|
||||||
|
|
||||||
An example application using cpp2py and :ref:`TRIQS <triqslibs:welcome>`.
|
An example application using cpp2py and :ref:`TRIQS <triqslibs:welcome>`.
|
||||||
|
|
||||||
@ -15,5 +21,13 @@ and the comments in the sources and headers.
|
|||||||
|
|
||||||
Learn how to use app4triqs in the :ref:`documentation`.
|
Learn how to use app4triqs in the :ref:`documentation`.
|
||||||
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
:hidden:
|
||||||
|
|
||||||
|
install
|
||||||
|
documentation
|
||||||
|
issues
|
||||||
|
ChangeLog.md
|
||||||
|
about
|
||||||
|
@ -2,9 +2,13 @@
|
|||||||
|
|
||||||
.. _install:
|
.. _install:
|
||||||
|
|
||||||
|
Install app4triqs
|
||||||
|
*******************
|
||||||
|
|
||||||
Compiling app4triqs from source
|
Compiling app4triqs from source
|
||||||
===============================
|
===============================
|
||||||
|
|
||||||
|
.. note:: To guarantee reproducibility in scientific calculations we strongly recommend the use of a stable `release <https://github.com/TRIQS/triqs/releases>`_ of both TRIQS and its applications.
|
||||||
|
|
||||||
Prerequisites
|
Prerequisites
|
||||||
-------------
|
-------------
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
.. _issues:
|
.. _issues:
|
||||||
|
|
||||||
Reporting issues
|
Reporting issues
|
||||||
================
|
****************
|
||||||
|
|
||||||
Please report all problems and bugs directly at the github issue page
|
Please report all problems and bugs directly at the github issue page
|
||||||
`<https://github.com/TRIQS/app4triqs/issues>`_. In order to make it easier for us
|
`<https://github.com/TRIQS/app4triqs/issues>`_. In order to make it easier for us
|
||||||
|
Loading…
Reference in New Issue
Block a user