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

Use filename instead of full file path as the document title #251

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 10, 2016

  1. Configuration menu
    Copy the full SHA
    42b2985 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2016

  1. Rename document-related arguments

    These may contain file-like objects instead of file paths,
    so the argument names 'filepath' and 'path' are not quite accurate.
    selurvedu committed Jul 11, 2016
    Configuration menu
    Copy the full SHA
    2a5b37f View commit details
    Browse the repository at this point in the history
  2. Use filename instead of full path as the doc title

    create_fake_doc() returns a tuple with 2 elements,
    first is the full file path, second is the base name of the file.
    All document titles are compared to flenames as well.
    selurvedu committed Jul 11, 2016
    Configuration menu
    Copy the full SHA
    e06f235 View commit details
    Browse the repository at this point in the history