3
0
mirror of https://github.com/triqs/dft_tools synced 2024-10-31 19:23:45 +01:00
Commit Graph

83 Commits

Author SHA1 Message Date
Olivier Parcollet
f3480b60c6 doc : add some file 2013-09-08 15:42:44 +02:00
Olivier Parcollet
1dd2d9e691 correction after compiling on linux gcc 4.8.1/ clang 3.3
- clef : lazy_method is broken . remove it from the test for the moment.
2013-09-08 15:35:57 +02:00
Olivier Parcollet
2c542647fd clef : new version using lvalues and moving rvalues
- change : all objects are by default
  stored now by reference, not by copy any more.
  Unless the trait force_copy_in_expr is true.
- rvalue refs are moved into the tree
- simplifies a lot the writing of lazy method, objects.
- added a macro for methods
- tests ok. Further check needed to control absence of copies...
- improved documentation
2013-09-08 15:04:12 +02:00
Olivier Parcollet
9dc4e0f8cc doc: git only in html mode 2013-09-06 16:00:13 +02:00
Michel Ferrero
9e10d44f2a Put applications in applications/ subdir
modified:   doc/about.rst
  modified:   doc/applications.rst
2013-09-05 10:23:16 +02:00
Olivier Parcollet
f251308959 Work on doc 2013-09-04 17:05:45 +02:00
Michel Ferrero
217f933634 Minimal changes in the doc 2013-09-03 19:14:24 +02:00
Michel Ferrero
eb8060c290 Get rid of boost_for_triqs in doc 2013-09-03 19:14:24 +02:00
Olivier Parcollet
352d049137 Work on doc 2013-09-02 21:25:43 +02:00
Olivier Parcollet
3305185bee Work on doc
- remove empty parts, start to clean the tour.
- added export of _template and _static to reuse in appli doc.
- clean tutorial part. rm cookbook.
2013-08-31 15:22:36 +02:00
Olivier Parcollet
59dbacedb6 Work on doc
- added ERC logo
- worked on first page
- added : packaging/os_x : brew formula for boost, triqs, applications
2013-08-30 20:28:41 +02:00
Michel Ferrero
96bedae5f1 Work on documentation
modified:   doc/applications.rst
  modified:   doc/index.rst
  modified:   doc/install.rst
  modified:   doc/installation/clang.rst
  modified:   doc/installation/install_options.rst
  modified:   doc/installation/requirements.rst
  modified:   doc/installation/ubuntu.rst
  new file:   doc/changelog.rst
  new file:   doc/versions.rst
2013-08-30 16:34:35 +02:00
Olivier Parcollet
741829909f Work on doc 2013-08-30 12:59:47 +02:00
Olivier Parcollet
d6c74f95c5 Work on doc 2013-08-29 19:21:50 +02:00
Michel Ferrero
009f0ea829 Work on documentation
The theme has been improved to be more flexible. Some work on the
installation steps to get rid of BOOST_SOURCE_DIR. Took out the
bundles. Changed the header items and added a link to documentation.
2013-08-29 17:23:40 +02:00
Michel Ferrero
f58569dec5 Fix for boost linking in doc
I hope this time it works everywhere...

  modified:   doc/CMakeLists.txt
2013-08-28 10:59:36 +02:00
Michel Ferrero
768f537f4d Work on documentation
Included logos, added docuentation thumbnail and organized contents
in a way that navigating in the python and c++ reference will be
easier. Applications appear in a special sidebar.
2013-08-28 10:19:34 +02:00
Olivier Parcollet
0f524b26fc work on doc 2013-08-27 13:43:58 +02:00
Olivier Parcollet
2dfc303372 cmake : doc : correction boost link
readd the -L for boost_for_triqs link
in doc compilation
2013-08-27 13:43:58 +02:00
Michel Ferrero
2b0e27835e Small fix in doc configuration
modified:   doc/conf.py.in
2013-08-22 17:41:56 +02:00
Michel Ferrero
a23c6a231b Work on new documentation structure
It is just the structure for now. Some cleaning of useless files as well.
2013-08-22 16:20:41 +02:00
Michel Ferrero
6fd3fb091d Minor modifications in theme triqs
modified:   doc/themes/triqs/layout.html
2013-08-22 16:20:24 +02:00
Michel Ferrero
06265cba61 Fix doc CMakeLists to have system boost linked too
modified:   doc/CMakeLists.txt
2013-08-22 16:18:09 +02:00
Michel Ferrero
e9628aa902 Fix a name in triqs theme
modified:   doc/themes/triqs/layout.html
2013-08-22 10:18:54 +02:00
Michel Ferrero
e90bd92d99 Add documentation about operators and IPT
new file:   doc/reference/python/operators/
  new file:   doc/tutorials/python/ipt/
2013-08-21 10:12:15 +02:00
Michel Ferrero
6589310b1b Add new triqs theme
modified:   doc/CMakeLists.txt
  new file:   doc/themes/triqs/
2013-08-21 10:11:31 +02:00
Michel Ferrero
526859bf14 Fix a bit the documentation
modified:   doc/CMakeLists.txt
  deleted:    doc/reference/c++/CMakeLists.txt.v1
  deleted:    doc/reference/c++/arrays/examples_h5/CMakeLists.txt
  deleted:    doc/reference/c++/arrays_old/CMakeLists.txt.Old
  deleted:    doc/reference/c++/clef/CMakeLists.txt
  modified:   doc/reference/c++/det_manip/CMakeLists.txt
  modified:   doc/reference/c++/gf/CMakeLists.txt
  modified:   doc/reference/c++/parameters/CMakeLists.txt
  deleted:    doc/reference/python/CMakeLists.txt
  deleted:    doc/reference/python/data_analysis/hdf5/CMakeLists.txt
2013-08-02 10:14:33 +02:00
Olivier Parcollet
bd4926157c [API BREAK] rename directory gf -> gfs 2013-07-29 11:53:02 +02:00
Olivier Parcollet
7847b71552 [API BREAK] gf : mesh_pt into []
- All access to grid is now using the [] operator.
() always returns const, and is an evaluation over the domain.

- Now :
 * () is always a call to evaluator (or a lazy expression).
 * mesh_pt accepted by [] , both const and non const,
and not by ().

- Ported the libs (fourier et al.) but this break API.
2013-07-29 11:52:53 +02:00
Olivier Parcollet
54f12f9fc0 doc: fix the MathJax option
- if Mathjax is detected, use it by default,
it not do not use it by default but allow the user
to provide the path.
2013-07-28 11:49:28 +02:00
Laura Messio
76d74ce0da doc : gf, fourier,meshes 2013-07-23 11:31:22 +02:00
Laura Messio
344a8f6b32 work on gf documentation 2013-07-19 13:41:27 +02:00
Olivier Parcollet
f2c7d449cc First commit : triqs libs version 1.0 alpha1
for earlier commits, see TRIQS0.x repository.
2013-07-17 19:24:07 +02:00