Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ Quick Example
print(market.consumer_surplus)
print(market.producer_surplus)

**Output:**

.. code-block:: text

Market(price=5.0, quantity=10.0)
25.0
37.5

The plot shows the supply and demand curves with the equilibrium point clearly marked,
and the consumer and producer surplus areas shaded:
Expand All @@ -91,6 +98,12 @@ and the consumer and producer surplus areas shaded:
games
tutorials/quickstart

.. toctree::
:maxdepth: 1
:caption: Tutorials

tutorials/prisoners_dilemma



Indices and tables
Expand Down
Loading
Loading