Skip to content

Commit 68e12ca

Browse files
committed
Updated Adding documentations to DevDocs (markdown => mediawiki)
1 parent 56b75ca commit 68e12ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Adding-documentations-to-DevDocs.md renamed to Adding-documentations-to-DevDocs.mediawiki

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

2222
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.)
2323

24-
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.
24+
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.
25+
26+
return [[Home]]

0 commit comments

Comments
 (0)