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

[MISC] add brief note that TSV example in the spec may currently use either tab or space characters #643

Merged
merged 4 commits into from
Nov 2, 2020

Commits on Oct 8, 2020

  1. BF: make TAB-like-separate TSV example use tabs

    Original example in .md looks like tab separated since its
    rendition is ugly, but it is just that -- spaces were not
    used, not tabs.
    
    Just so it might come handy (may be there is a command for that)
    to display spaces and tabs for content in clipboard you could use
    smth like
    
    	$> xsel -o | sed -e 's, ,·,g' -e 's,\t,⇰,g'
    	onset·duration⇰response_time⇰correct⇰stop_trial⇰go_trial
    	200⇰200⇰0⇰n/a⇰n/a⇰n/a%
    yarikoptic committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    c1506b3 View commit details
    Browse the repository at this point in the history
  2. ENH: add a note about tabs replaced with spaces in examples/html/pdf

    More work needs to be done to make it all uniform and factually correct.
    In "theory" markdown sources should use tabs.  HTML (and PDF) rendering should
    provide nice rendition of those while layouting into a proper tabular presentation
    and using some unicode characters to depict tab symbols.
    
    For now -- note should suffice
    yarikoptic committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    1cae338 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Improve note on spaces being used in this document

    Co-authored-by: Stefan Appelhoff <stefan.appelhoff@mailbox.org>
    yarikoptic and sappelhoff authored Oct 29, 2020
    Configuration menu
    Copy the full SHA
    985cc8a View commit details
    Browse the repository at this point in the history
  2. add line break

    sappelhoff authored Oct 29, 2020
    Configuration menu
    Copy the full SHA
    593d78f View commit details
    Browse the repository at this point in the history