Merge branch 'master' into yaml

This commit is contained in:
Radovan Bast 2016-05-20 11:29:18 +02:00
commit 84b0e7c93c
3 changed files with 9 additions and 3 deletions

View File

@ -10,7 +10,13 @@ Licensed under [BSD-3](../master/LICENSE).
See http://autocmake.org. See http://autocmake.org.
### Projects using Autocmake ## Documentation
- [Latest stable code](http://autocmake.readthedocs.io/en/stable-0.x/)
- [Bleeding edge code](http://autocmake.readthedocs.io/en/latest/)
## Projects using Autocmake
- [Numgrid](https://github.com/dftlibs/numgrid/) - [Numgrid](https://github.com/dftlibs/numgrid/)
- [XCint](https://github.com/dftlibs/xcint/) - [XCint](https://github.com/dftlibs/xcint/)

View File

@ -9,7 +9,7 @@ This documentation is refreshed upon each push to the central repository.
The module reference documentation is generated from the module sources using The module reference documentation is generated from the module sources using
``#.rst:`` tags (compare for instance ``#.rst:`` tags (compare for instance
http://autocmake.readthedocs.org/en/latest/module-reference.html#cc-cmake with http://autocmake.readthedocs.io/en/latest/module-reference.html#cc-cmake with
https://github.com/coderefinery/autocmake/blob/master/modules/cc.cmake). https://github.com/coderefinery/autocmake/blob/master/modules/cc.cmake).
Please note that the lines following ``# autocmake.cfg configuration::`` are Please note that the lines following ``# autocmake.cfg configuration::`` are

View File

@ -1,5 +1,5 @@
# CMakeLists.txt and setup script will be generated from this file # CMakeLists.txt and setup script will be generated from this file
# see: http://autocmake.readthedocs.org/en/latest/developers/configuration.html # see: http://autocmake.readthedocs.io/en/latest/developers/configuration.html
# adapt the following lines and expand # adapt the following lines and expand
name: myproject name: myproject
min_cmake_version: 2.8 min_cmake_version: 2.8