3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-30 00:44:34 +02:00
Commit Graph

42 Commits

Author SHA1 Message Date
Nils Wentzell
a631b46d14 [cmake] Documentation build no longer requires triqs to be build with doc 2020-05-07 17:50:56 -04:00
Nils Wentzell
b9d934554c [cmake] Manage dependencies in a seperate deps subdirectory 2020-04-22 15:04:30 -04:00
Nils Wentzell
ed1e683b69 Port py files to python3 2020-04-03 16:21:07 -04:00
Nils Wentzell
357c4b81ba [cmake] Use PROJECT_BINARY_DIR over CMAKE_BINARY_DIR 2019-12-16 10:54:50 -05:00
Nils Wentzell
7b91cfbbb3 [doc] Fix sphinx target dependencies for the case of no CPP2PY modules 2019-12-02 15:16:13 -05:00
Nils Wentzell
b7dafbd2e6 Use PROJECT_VERSION over APP4TRIQS_VERSION 2019-10-28 18:23:15 -04:00
Nils Wentzell
9f5aa8578c [cmake] Provide extract_flags macro in share/cmake directory, simplify creation of docs_cpp2rst target 2019-09-24 15:17:47 -04:00
Nils Wentzell
bdf91fa925 [app4triqs] Include cpp2rst_generated/contents in toctree 2019-09-04 17:37:50 -04:00
Nils Wentzell
28d600f149 [app4triqs] Rename files and Python module from toto to app4triqs
-Automatically detect any wrap generator files
-rename tests to basic/Py_Basic
2019-09-04 17:37:50 -04:00
Nils Wentzell
f28f0e68a4 [doc] Add cpp2rst and example output generation to doc building 2019-08-27 15:43:37 -04:00
Nils Wentzell
66f270e741 App4triqs changelog 2019-08-27 15:42:39 -04:00
Nils Wentzell
cd758dd639 [doc] Add triqs-link to welcome page 2019-08-19 18:25:15 -04:00
Nils Wentzell
ce19003682 [doc] Update triqs links in conf.py.in 2019-08-19 18:10:26 -04:00
Nils Wentzell
bb3eb8ecad [cmake] Install svg figures together with documentation 2019-07-16 11:26:38 -04:00
Nils Wentzell
d02eff9ce3 [cmake] Consistently use PROJECT_SOURCE_DIR over CMAKE_SOURCE_DIR 2019-06-26 11:35:52 -04:00
Nils Wentzell
5fda45520c [doc] Keep toctree (depth2) in index.rst 2019-05-22 16:50:43 -04:00
Nils Wentzell
c492078f77 [doc] Major cleaning of doc targets and CMakeLists.txt 2019-04-26 12:40:44 -04:00
Nils Wentzell
219bd830a5 [doc] Minor cleanings of app4triqs doc examples 2019-04-26 10:23:58 -04:00
Nils Wentzell
1d2e845f66 [doc] Disable copy of rst-files to binary dir 2019-04-26 10:20:06 -04:00
Olivier Parcollet
038b41bd47 minor 2019-04-25 15:48:58 -04:00
Nils Wentzell
f9415b7385 Minor Corrections to PR #3 2019-04-25 14:26:36 -04:00
Hugo U. R. Strand
8529bc164a [doc] add contents.rst and documentation.rst
The upper doc link was broken, it expected a documentation.rst to exist.
Small polish of text.
2019-04-25 13:56:12 -04:00
Hugo U. R. Strand
171dbcdecf [doc] install and first page + github logo 2019-04-25 13:56:12 -04:00
Nils Wentzell
e03eb002cf [cmake] docs_sphinx target should depend on generated module due to autodoc usage, Fix #2 2019-04-25 13:53:33 -04:00
Olivier Parcollet
e375861950
Merge branch 'unstable' into dev_autodoc 2019-04-23 16:48:49 -04:00
Olivier Parcollet
e055902496 Make doc a bit more complex 2019-04-23 16:44:00 -04:00
Hugo U. R. Strand
60671ba75b [autodoc] adding python autodoc of c++ wrapped python module 2019-04-23 14:14:34 -04:00
Nils Wentzell
bb518a3e4c [doc] Small fix in conf.py.in 2019-04-16 18:11:20 -04:00
Nils Wentzell
f4ba085165 Add missing logos to docs 2019-04-16 18:11:20 -04:00
Nils Wentzell
9e606ab9ca [cmake] Bump Version number and triqs requirement to 2.2(dev) 2019-04-16 16:32:44 -04:00
Nils Wentzell
00b940dc17 [doc] Synchronize install page with qmc solvers 2019-04-16 15:04:04 -04:00
Nils Wentzell
57c5c8a892 [cmake] Remove remainders of separate cpp2py install (now included with triqs) 2019-04-16 11:17:17 -04:00
Nils Wentzell
095409d879 Major cleaning, Synchronize project structure with qmc codes 2019-04-12 16:36:03 -04:00
Nils Wentzell
4d2ba07226 Make generation of generated docs optional through docs_cpp2rst target 2019-04-02 11:13:11 -04:00
Nils Wentzell
548993e1d0 [doc] Update website logos 2018-09-17 15:00:54 -04:00
Nils Wentzell
afe06474ff [cmake] Fix python environment for doc generation 2018-09-17 15:00:40 -04:00
Nils Wentzell
81ed3a9696 [doc] Fix a few doc warnings 2018-06-03 22:32:24 -04:00
Nils Wentzell
4a7ffbdf92 [doc] Fix few doc problems, add changelog 2018-06-03 22:28:55 -04:00
Nils Wentzell
2cd1a9384f [cmake] app4triqs version detection via git, some cleaning in conf.py.in 2018-06-01 09:38:03 -04:00
Nils Wentzell
f2d7e84bdd Major update and Cleaning
-consistent indends in all cmake files
-add static analyzer checks with both cppcheck and clang-tidy
-add dynamic analyzer checks with Address Sanitizer and option ASAN
-add dynamic analyzer checks with Undefined Behavior Sanitizer and option UBSAN
-Further Cleaning and Comments
2018-03-25 19:21:18 +02:00
Nils Wentzell
6bf4afd316 Adding cmake config files to install targets, Major cleaning 2018-03-23 16:59:38 +01:00
Nils Wentzell
2b76c51f12 First draft of the triqs application skeleton 2018-03-22 18:16:10 +01:00