Skip to content

Commit c57e3e4

Browse files
committed
Move the message at the bottom to the footer
1 parent 9dd1a51 commit c57e3e4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Adding-documentations-to-DevDocs.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,4 @@ 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.
25-
26-
---
27-
_Feel free to edit this page or ask for improvements on the [mailing list](https://groups.google.com/d/forum/devdocs)._
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.

0 commit comments

Comments
 (0)