From 88a6d0b76152fe6eb170788ad982b28a48351a26 Mon Sep 17 00:00:00 2001 From: davidkong0987 <41882241+davidkong0987@users.noreply.github.com> Date: Thu, 10 Jan 2019 00:48:34 -0500 Subject: [PATCH] Update advanced.rst added .. note:: in front --- docs/user/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index a2eb2ef..2af8e44 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -208,7 +208,7 @@ Specify table areas In cases such as `these <../_static/pdf/table_areas.pdf>`__, it can be useful to specify exact table boundaries. You can plot the text on this page and note the top left and bottom right coordinates of the table. -Table areas that you want Camelot to analyze can be passed as a list of comma-separated strings to :meth:`read_pdf() `, using the ``table_areas`` keyword argument. +.. note:: Table areas that you want Camelot to analyze can be passed as a list of comma-separated strings to :meth:`read_pdf() `, using the ``table_areas`` keyword argument. ::