Vinayak Mehta
a6bee88053
Merge pull request #119 from jedie/patch-1
...
Update advanced.rst
2020-08-14 02:27:49 +05:30
Vinayak Mehta
1e050e1960
Remove plt.show() usage
2020-08-14 02:27:07 +05:30
Vinayak Mehta
28371817db
Fix doc link
2020-08-14 02:09:56 +05:30
Vinayak Mehta
e5b143d9a8
Update install instructions
2020-07-20 15:59:42 +05:30
Steven Stockhamer
8e5a8e6712
Update install.rst
...
MacOS now uses zsh by default. Square brackets must be escaped in zsh
2020-07-19 20:44:16 -04:00
Vinayak Mehta
7d4c9e53c6
Update README
2020-03-21 18:07:29 +05:30
Jens Diemer
dbdbc5f19e
Update advanced.rst
...
Bugfix plot example.
2020-03-15 13:12:17 +01:00
Vinayak Mehta
44193e0d26
Add deepsource badge to docs
2019-12-24 13:08:46 +05:30
Vasant Vohra
167ee9ac69
Update how-it-works.rst
...
minor typo
2019-10-17 14:04:18 +05:30
Vinayak Mehta
2340833bb8
Merge branch 'master' into add-opencollective
2019-10-14 23:57:40 +05:30
Kishore Vancheeshwaran
a6d32ecddb
added 3.7 version to installation docs
2019-10-14 12:52:51 +05:30
Pravar Agrawal
ea3eac3c40
[DevSprint] push new branch, fix typo in index.rst change
2019-10-14 12:33:13 +05:30
Pravar Agrawal
28a8112c6d
[DevSprint] Fix typo in index.rst for opencollective link
2019-10-14 12:25:17 +05:30
Pravar Agrawal
45384106c8
[DevSprint] Add opencollective link to README and Docs
2019-10-14 12:21:09 +05:30
Vinayak Mehta
f7b94b3e57
Add black badge to index.rst
2019-07-07 16:15:04 +05:30
Vinayak Mehta
b8c55383ea
Update docs
2019-07-06 04:28:32 +05:30
Vinayak Mehta
857edcd86e
Merge pull request #250 from davidkong0987/patch-1
...
[MRG] Update advanced.rst
2019-05-26 16:57:09 +05:30
Vinayak Mehta
8c11608078
Update advanced.rst
2019-05-26 16:44:26 +05:30
Vinayak Mehta
4355bc98ab
Update cli.rst
2019-05-08 12:13:47 -04:00
Suyash458
3ac9318300
add `-strip` to cli docs
2019-04-27 14:46:47 +05:30
davidkong0987
24e58d0759
Update advanced.rst
...
added .. note:: in front
2019-01-10 00:49:42 -05:00
davidkong0987
88a6d0b761
Update advanced.rst
...
added .. note:: in front
2019-01-10 00:48:34 -05:00
davidkong0987
ddec47964c
Update advanced.rst
2019-01-09 10:05:51 -05:00
Vinayak Mehta
1125952661
Update HISTORY.md
2019-01-05 12:14:50 +05:30
Vinayak Mehta
506cec7f6b
Add sqlite support
2019-01-05 01:50:27 +05:30
Vinayak Mehta
302a506e1c
Update advanced docs
2019-01-04 21:27:51 +05:30
Vinayak Mehta
03f301b25c
Add table regions support
2019-01-04 19:17:54 +05:30
Kasper Socha
417db134fc
Remove mention of old mesh kwarg
2019-01-03 15:07:44 +01:00
Vinayak Mehta
be1f0a2884
Update advanced docs
2018-12-21 16:32:44 +05:30
Vinayak Mehta
50b4468aff
Rename kwargs and add tests
2018-12-21 15:09:37 +05:30
Vinayak Mehta
e0cb935130
Fix docs
2018-12-19 18:45:17 +05:30
Vinayak Mehta
48b2dce633
Update advanced docs
2018-12-19 18:19:39 +05:30
Vinayak Mehta
eb7be9c8e6
Add equivalent CLI examples
2018-12-14 13:39:05 +05:30
Vinayak Mehta
3ef50f6f8d
Fix cli.rst
2018-12-14 12:57:32 +05:30
Vinayak Mehta
e50f9c8847
Change suppress_warnings to verbose
2018-12-12 09:58:34 +05:30
Vinayak Mehta
656c4e09bc
Update docs
2018-12-12 08:18:49 +05:30
Vinayak Mehta
451fac9e53
Add updated stream benchmark
2018-12-11 21:28:42 +05:30
Vinayak Mehta
649fd67c44
Rename file
2018-12-11 21:17:50 +05:30
Vinayak Mehta
e45e7478bf
Add updated stream benchmark
2018-12-11 21:16:16 +05:30
Vinayak Mehta
d6ffe0f1a9
Add pdfplumber benchmark
2018-12-11 20:34:43 +05:30
Vinayak Mehta
7bdd9a3156
Update docs
2018-12-01 06:29:35 +05:30
Vinayak Mehta
23ec6b55f7
Add docstrings and update docs
2018-11-23 21:04:10 +05:30
Vinayak Mehta
cd3aa38f7e
Change table to grid ( #196 )
2018-11-06 19:18:45 +05:30
Palash Chatterjee
a60ce38d4d
[MRG + 1] Fix the order of coordinates in docs ( #191 )
2018-11-03 01:06:44 +05:30
Vinayak Mehta
db3f8c6897
[MRG] Make matplotlib optional ( #190 )
...
* Rename png files
* Convert plot to PlotMethods class and update docs
* Update test
* Update setup.py and docs
* Refactor PlotMethods
* Make matplotlib optional
* Raise ImportError in cli
2018-11-02 23:16:03 +05:30
Suyash Behera
c0e9235164
[MRG + 1] Create a new figure and test each plot type #127 ( #179 )
...
* [MRG] Create a new figure and test each plot type #127
- move `plot()` to `plotting.py` as `plot_pdf()`
- modify plotting functions to return matplotlib figures
- add `test_plotting.py` and baseline images
- import `plot_pdf()` in `__init__`
- update `cli.py` to use `plot_pdf()`
- update advanced usage docs to reflect changes
* Change matplotlib backend for image comparison tests
* Update plotting and tests
- use matplotlib rectangle instead of `cv2.rectangle` in
`plot_contour()`
- set matplotlib backend in `tests/__init__`
- update contour plot baseline image
- update `test_plotting` with more checks
* Update plot tests and config
- remove unnecessary asserts
- update setup.cfg and makefile with `--mpl`
* Add to
* Add tolerance
* remove text from baseline plots
update plot tests with `remove_text`
* Change method name, update docs and add pep8
* Update docs
2018-11-02 20:57:02 +05:30
Vinayak Mehta
79db6e3d1b
Add gitter badge
2018-10-31 17:33:40 +05:30
Vinayak Mehta
29f22ad1a6
Update conda definition
2018-10-30 23:48:56 +05:30
Vinayak Mehta
e8af4c2c1c
Update conda install instructions
2018-10-30 23:36:31 +05:30
Vinayak Mehta
220d6ad29c
Fix cli doc
2018-10-29 01:03:36 +05:30