Updated Home (markdown) authored by williamfgc's avatar williamfgc
...@@ -6,7 +6,7 @@ This wiki contains guidelines for the developer community contributing to ADIOS2 ...@@ -6,7 +6,7 @@ This wiki contains guidelines for the developer community contributing to ADIOS2
**ADIOS2 C++11 Coding Guidelines** **ADIOS2 C++11 Coding Guidelines**
- [Overview](https://github.com/ornladios/ADIOS2/wiki/Purpose) - [Overview](https://github.com/ornladios/ADIOS2/wiki/Purpose)
- [Clang Format Text Style](https://github.com/ornladios/ADIOS2/wiki/Clang-Format-Text-Style) - [Clang Format Text Style](https://github.com/ornladios/ADIOS2/wiki/Clang-Format-Text-Style)
- [Variables scope, Functions, and Namespaces](https://github.com/ornladios/ADIOS2/wiki/Variables-Scope,-Functions,-and-Namespaces) - [Variables scope, Functions, and Namespaces](https://github.com/ornladios/ADIOS2/wiki/Variables-Scope,-Functions,-and-Namespaces)
- [Classes and Structs](https://github.com/ornladios/ADIOS2/wiki/Classes-and-Structs) - [Classes and Structs](https://github.com/ornladios/ADIOS2/wiki/Classes-and-Structs)
... ...
......