Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link do docs in README #326

Merged
merged 2 commits into from
Nov 2, 2019
Merged

Add link do docs in README #326

merged 2 commits into from
Nov 2, 2019

Conversation

igormp
Copy link
Contributor

@igormp igormp commented Nov 1, 2019

Description

Let's make it easier for people to learn how to use the program.

Fixes a lot of issues asking how to use it.

Checklist

  • I have added tests that prove my fix is effective or that my feature works
  • I have updated the README.md and other documentation, or I am sure that this is not necessary
  • I have added a consice human-readable description of the change to CHANGELOG.md
  • I have added docstrings to newly created methods and classes
  • I have optimized the code at least one time after creating the initial version

mikkkee and others added 2 commits October 31, 2019 09:22
Changed: using a heap instead of a SortedList and avoid rebuilding the heap in each iteration
Changed: avoid potentially huge number of variable assignments in list comprehension.
Changed: avoid repeatly evaluating `obj is obj` in list comprehension by storing id(obj).
Let's make it easier for people to learn how to use the program
@pietermarsman pietermarsman changed the base branch from develop to documentation November 2, 2019 09:19
@pietermarsman
Copy link
Member

I am going to merge this with the documentation branch.

@pietermarsman pietermarsman merged commit a02978d into pdfminer:documentation Nov 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants