diff --git a/doc/conf.py.in b/doc/conf.py.in index 4fc5b7a1..ea3819ab 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -29,7 +29,7 @@ html_theme = 'triqs' html_theme_path = ['@TRIQS_THEMES_PATH@'] html_show_sphinx = False html_context = {'header_title': 'dft tools', - 'header_subtitle': 'connecting TRIQS to DFT packages', + 'header_subtitle': 'connecting TRIQS to DFT packages', 'header_links': [['Install', 'install'], ['Documentation', 'documentation'], ['Issues', 'issues'], @@ -39,4 +39,4 @@ html_sidebars = {'index': ['sideb.html', 'searchbox.html']} htmlhelp_basename = 'TRIQSDftToolsdoc' -intersphinx_mapping = {'python': ('http://docs.python.org/2.7', None), 'triqslibs': ('http://triqs.ipht.cnrs.fr/1.x', None), 'triqscthyb': ('https://triqs.ipht.cnrs.fr/1.x/applications/cthyb/', None)} +intersphinx_mapping = {'python': ('http://docs.python.org/2.7', None), 'triqslibs': ('http://triqs.github.io/triqs', None), 'triqscthyb': ('https://triqs.github.io/cthyb', None)} diff --git a/doc/guide/dftdmft_singleshot.rst b/doc/guide/dftdmft_singleshot.rst index f1ac3b81..3d2e1135 100644 --- a/doc/guide/dftdmft_singleshot.rst +++ b/doc/guide/dftdmft_singleshot.rst @@ -33,7 +33,7 @@ The next step is to setup an impurity solver. There are different solvers available within the :ref:`TRIQS ` framework. E.g. for :ref:`SrVO3 `, we will use the hybridization expansion :ref:`CTHYB solver `. Later on, we will -see also the example of the `Hubbard-I solver `_. +see also the example of the `Hubbard-I solver `_. They all have in common, that they are called by an uniform command:: S.solve(params) @@ -140,7 +140,7 @@ Be careful when storing the :emphasis:`iteration_number` as we also have to add iteration count:: ar['dmft_output']['iterations'] = iteration_number + previous_runs - + .. _mixing: