Skip to content

Commit 1e5fd0b

Browse files
committed
Updated Adding documentations to DevDocs (markdown)
1 parent 308c625 commit 1e5fd0b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Adding-documentations-to-DevDocs.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,4 @@ Adding a documentation may look like a daunting task but once you get the hang o
1919

2020
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.)
2121

22-
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.
23-
24-
return [[Home]]
22+
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.

0 commit comments

Comments
 (0)