File: index.rst

package info (click to toggle)
python-web-poet 0.23.2-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 908 kB
  • sloc: python: 6,112; makefile: 19
file content (54 lines) | stat: -rw-r--r-- 1,054 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
========
web-poet
========

.. include:: ../README.rst
   :start-after: intro starts
   :end-before: intro ends

.. warning:: web-poet is in early stages of development; backward-incompatible
             changes are possible.

.. toctree::
   :caption: Getting started
   :maxdepth: 1

   intro/overview
   intro/install
   intro/tutorial
   intro/from-ground-up

.. toctree::
   :caption: Writing page objects
   :maxdepth: 1

   page-objects/index
   page-objects/inputs
   page-objects/items
   page-objects/rules
   page-objects/fields
   page-objects/additional-requests
   page-objects/input-validation
   page-objects/page-params
   page-objects/stats
   page-objects/testing
   page-objects/frameworks

.. toctree::
   :caption: Writing frameworks
   :maxdepth: 1

   frameworks/index
   Rules <frameworks/rules>
   Additional requests <frameworks/additional-requests>
   Retries <frameworks/retries>
   Frameworks <frameworks/stats>

.. toctree::
   :caption: Reference
   :maxdepth: 1

   api-reference
   contributing
   changelog
   license