Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help/dev: Adopt C++ subset rules in coding guide | Brad King | 2017-04-19 | 1 | -0/+21 |
| | | | | | | Move the C++ subset rules from the `cmake-developer(7)` into our dedicated coding guide since they do not need to be in user-facing documentation. | ||||
* | Help/dev: Adopt clang-format instructions in coding guide | Brad King | 2017-04-19 | 1 | -0/+14 |
| | | | | | Simplify the `CONTRIBUTING.rst` document by moving the code style section over to our dedicated coding guide and linking to it instead. | ||||
* | Help/dev: Add a CMake Source Code Guide placeholder | Brad King | 2017-04-19 | 2 | -0/+16 |
| | | | | | Create a dedicated document to cover the CMake source code for developers. | ||||
* | Help/dev: Document preferred page for MR comments | Brad King | 2017-04-06 | 1 | -0/+4 |
| | |||||
* | Help/dev: Document `Do: reformat` action | Brad King | 2017-03-22 | 1 | -0/+16 |
| | |||||
* | Help/dev: Make `Do: check` cross-reference more specific | Brad King | 2017-03-22 | 1 | -1/+4 |
| | | | | Add a dedicated subsection header for its documentation. | ||||
* | Help/dev: Document `Topic-rename:` description trailer | Brad King | 2017-03-21 | 1 | -0/+7 |
| | |||||
* | Help/dev: mention how the robot performs its checks | Ben Boeckel | 2017-03-21 | 1 | -3/+8 |
| | | | | Fixes: #16264. | ||||
* | Help/dev: Document the CMake Testing Process | Brad King | 2017-03-07 | 3 | -8/+54 |
| | |||||
* | Help/dev: Revise README to have a bullet list of available documents | Brad King | 2017-03-07 | 1 | -2/+4 |
| | |||||
* | Help/dev: Document the CMake Review Process | Brad King | 2017-03-03 | 2 | -0/+316 |
| | |||||
* | Help/dev: Exclude this directory from user-facing documentation | Brad King | 2017-03-01 | 1 | -0/+15 |
Teach Sphinx and our own install rules to skip a `Help/dev` directory. This will give us a place to put developer-only documentation that should not be included in the user-facing documentation. Add a placeholder README. |