Skip to content

Commit

Permalink
Update docs2
Browse files Browse the repository at this point in the history
  • Loading branch information
lorien committed Dec 16, 2013
1 parent b5dee92 commit 0ca7188
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs2/source/grab_what_is_inside.rst
@@ -0,0 +1,16 @@
.. _grab_waht_is_inside:

Grab What's Inside
==================

Libraries that Grab uses
------------------------

In short, Grab is a wrapper on top of two powerful libraries: lxml and pycurl.

* The pycurl library allows to configure and perform synchronouse and asynchronous networks equests.
* The lxml library allows to works with DOM tree of HTML document. It allows to select elements with XPATH expressions.

Beside these two libraries Grab uses multiple libraries from the standard python library.
I recommend you to study lxml library for better understaning of how Grab selectors work. Thanks
to lxml developers, they created great documentation: http://lxml.de/
1 change: 1 addition & 0 deletions docs2/source/index.rst
Expand Up @@ -42,6 +42,7 @@ Grab User Manual
pycurl
changelog
grab_response
grab_what_is_inside

API Reference
-------------
Expand Down

0 comments on commit 0ca7188

Please sign in to comment.