From: Harry Wood Date: Sat, 12 Feb 2022 17:58:43 +0000 (+0000) Subject: Remove section on removed rake doc:app X-Git-Tag: live~1379^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/1714e2f02dac45b87d35cecc0633379e70e38fbb Remove section on removed rake doc:app Remove the section of contributing docs about how `rake doc:app` can be used to generate some sort of documentation. That will not work any more, since this task was removed from Rails v5 because people don't generally use it! https://stackoverflow.com/a/36804474/338265 --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 61e23f810..aaa1b5d4b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -79,14 +79,6 @@ database, and update the list of available keys manually. Adding or removing keys to this list is therefore discouraged, but contributions to the descriptive texts are welcome. -## Code Documentation - -To generate the HTML documentation of the API/rails code, run the command - -``` -rake doc:app -``` - ## Committing When you submit patches, the project maintainer has to read them and