From 1e5fd0be9e426fbdc7fd59f1d24f95a4bb2fbf41 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Tue, 8 May 2018 13:23:38 -0400 Subject: [PATCH] Updated Adding documentations to DevDocs (markdown) --- Adding-documentations-to-DevDocs.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Adding-documentations-to-DevDocs.md b/Adding-documentations-to-DevDocs.md index 2ce50801..f7c40e65 100644 --- a/Adding-documentations-to-DevDocs.md +++ b/Adding-documentations-to-DevDocs.md @@ -19,6 +19,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. - -return [[Home]] \ 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