From eaf617eda179793d9ea975491e8665e23a18ee6d Mon Sep 17 00:00:00 2001 From: onqtam Date: Mon, 10 Oct 2016 14:10:53 +0300 Subject: [PATCH] split the community/resources sections --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f6bc569..6b978a0 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ Your contributions are highly welcome (first see [CONTRIBUTING.md](CONTRIBUTING. ## Contents -- [Community / Resources](#community--resources) +- [Community](#community) +- [Resources](#resources) - [Package Management / Build Systems](#package-management--build-systems) - [Modules](#modules) - [Utility Scripts](#utility-scripts) @@ -16,17 +17,20 @@ Your contributions are highly welcome (first see [CONTRIBUTING.md](CONTRIBUTING. - [Tutorials / Examples / Templates](#tutorials--examples--templates) - [Other](#other) -## Community / Resources +## Community -* [Latest Documentation](https://cmake.org/cmake/help/latest/) -* [Webinars](https://cmake.org/webinars/) -* [Mailing Lists](https://cmake.org/mailing-lists/) -* [FAQ](https://cmake.org/Wiki/CMake_FAQ) -* [Wiki](https://cmake.org/Wiki/CMake) -* [Stack Overflow](http://stackoverflow.com/questions/tagged/cmake) * [```#cmake``` on Freenode](http://webchat.freenode.net/?channels=cmake) * [```/r/cmake``` on Reddit](https://www.reddit.com/r/cmake/) * [```/r/cpp``` on Reddit](https://www.reddit.com/r/cpp/) +* [Mailing Lists](https://cmake.org/mailing-lists/) +* [Stack Overflow](http://stackoverflow.com/questions/tagged/cmake) + +## Resources + +* [Latest Documentation](https://cmake.org/cmake/help/latest/) +* [FAQ](https://cmake.org/Wiki/CMake_FAQ) +* [Wiki](https://cmake.org/Wiki/CMake) +* [Webinars](https://cmake.org/webinars/) * [CGold](https://github.com/ruslo/CGold) - The Hitchhiker’s [Guide](https://cgold.readthedocs.io) to the CMake. [```[BSD2]```][BSD-2-Clause] * [Modern CMake](https://github.com/toeb/moderncmake) - Modern CMake **PDF** and samples by creator of [cmakepp](https://github.com/toeb/cmakepp). [```[MIT]```][MIT] * [Article - Easy dependency management for C++ with CMake and Git](https://foonathan.github.io/blog/2016/07/07/cmake-dependency-handling.html).