.. _simple_tables:

=============
Simple tables
=============

========================  ========================  ========================
A                         B                         A and B
========================  ========================  ========================
False                     False                     False
------------------------  ------------------------  ------------------------
True                      False                     False
------------------------  ------------------------  ------------------------
False                     True                      False
------------------------  ------------------------  ------------------------
True                      True                      True
========================  ========================  ========================

========================  ========================  ========================
Inputs                                              Output
========================  ========================  ========================
A                         B                         A or B
------------------------  ------------------------  ------------------------
False                     False                     False
------------------------  ------------------------  ------------------------
True                      False                     True
------------------------  ------------------------  ------------------------
False                     True                      True
------------------------  ------------------------  ------------------------
True                      True                      True
========================  ========================  ========================

======================================  ======================================
col 1                                   col 2
======================================  ======================================
1                                       Second column of row 1.
--------------------------------------  --------------------------------------
2                                       Second column of row 2. Second line of
                                        paragraph.
--------------------------------------  --------------------------------------
3                                       - Second column of row 3.
                                        
                                        - Second item in bullet list \(row 3,
                                          column 2\).
======================================  ======================================
