From c57e3e49a4c926fef3980f8c0da0dc734de0b51a Mon Sep 17 00:00:00 2001 From: Jed Fox Date: Tue, 31 Oct 2017 18:03:57 -0400 Subject: [PATCH] Move the message at the bottom to the footer --- Adding-documentations-to-DevDocs.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Adding-documentations-to-DevDocs.md b/Adding-documentations-to-DevDocs.md index 00e250f7..df2e5658 100644 --- a/Adding-documentations-to-DevDocs.md +++ b/Adding-documentations-to-DevDocs.md @@ -21,7 +21,4 @@ Adding a documentation may look like a daunting task but once you get the hang o If the documentation includes more than a few hundreds pages and is available for download, try to scrape it locally (e.g. using `FileScraper`). It'll make the development process much faster and avoids putting too much load on the source site. (It's not a problem if your scraper is coupled to your local setup, just explain how it works in your pull request.) -Finally, try to document your scraper and filters' behavior as much as possible using comments (e.g. why some URLs are ignored, HTML markup removed, metadata that way, etc.). It'll make updating the documentation much easier. - ---- -_Feel free to edit this page or ask for improvements on the [mailing list](https://groups.google.com/d/forum/devdocs)._ \ No newline at end of file +Finally, try to document your scraper and filters' behavior as much as possible using comments (e.g. why some URLs are ignored, HTML markup removed, metadata that way, etc.). It'll make updating the documentation much easier. \ No newline at end of file