Skip to content
This repository has been archived by the owner on May 31, 2020. It is now read-only.

How-To Update for Docs (building on #816) #826

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

How-To Update for Docs (building on #816) #826

wants to merge 30 commits into from

Commits on Jun 11, 2019

  1. Updated the how-tos with a bunch of stuff. Split out tests to its own…

    … section. Added a tour of the code. Fixed a grammar error.
    alexjdw committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    fa9452f View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2019

  1. Configuration menu
    Copy the full SHA
    9705679 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1af71c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfa868b View commit details
    Browse the repository at this point in the history
  4. Flavor edits.

    alexjdw committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    38a2dcd View commit details
    Browse the repository at this point in the history
  5. Flavor edits v2.

    alexjdw committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    2d11319 View commit details
    Browse the repository at this point in the history
  6. Grammar.

    alexjdw committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    253094f View commit details
    Browse the repository at this point in the history
  7. Finish my sentence

    alexjdw committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    f0ec580 View commit details
    Browse the repository at this point in the history
  8. Explain a bit more.

    alexjdw committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    25ff0f2 View commit details
    Browse the repository at this point in the history
  9. Added credit section.

    alexjdw committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    f73628c View commit details
    Browse the repository at this point in the history
  10. Cleanup for contribute-tests

    alexjdw committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    708005e View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2019

  1. Configuration menu
    Copy the full SHA
    9a076c2 View commit details
    Browse the repository at this point in the history
  2. A bit more cleanup.

    alexjdw committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    8eaa1e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc4d547 View commit details
    Browse the repository at this point in the history
  4. Added a bit about edge cases.

    alexjdw committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    1e8e57a View commit details
    Browse the repository at this point in the history
  5. Added a bit about edge cases.

    alexjdw committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    3a348e4 View commit details
    Browse the repository at this point in the history
  6. Indentation

    alexjdw committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    53053fd View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Merge branch 'docs' into docs-merge

    Conflicts:
    	docs/how-to/contribute-docs.rst
    	docs/how-to/index.rst
    
    Decided to resolve the `docs/how-to/index.rst` conflict as not including the titles (i.e. follow the Don't Repeat Yourself or DRY principle). A rendered example can be seen at:
    https://batavia.readthedocs.io/en/latest/how-to/
    
    This builds on #816 though as noted there it leaves the docs somewhat repetitive and so more completely merging with #823 seems appropriate.
    pzrq committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    3c91d2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5805e34 View commit details
    Browse the repository at this point in the history
  3. Typo "official"

    pzrq committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    256eccd View commit details
    Browse the repository at this point in the history
  4. Make Python REPL link to https://www.python.org/shell/

    I can see the pythonanywhere.com is at 3.7.0, though CPython is considered somewhat more authoritative. If repl.it (at 3.7.4) allows embedding in future, that may become a better candidate for python.org, though many people still prefer the lower latency of a local machine terminal shell-like experience which the shell version suggests (perhaps even encourages with the higher latency to wait for it to load). Anyway I'm sure someone else is aware of far more detail than I can see here.
    pzrq committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    7922215 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    541ee70 View commit details
    Browse the repository at this point in the history
  6. Improve language and linking to the builtins

    They are the star on which this guide is constructed.
    pzrq committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    b210434 View commit details
    Browse the repository at this point in the history
  7. Add links to ECMA-262 spec and MDN

    From general experience, a lot of developers and engineers I've worked with acknowledge the ECMA specifications, though actually consult the MDN resource when they just want a quick overview of something as it's often simply easier than explaining the long history of the language, which is the goal here - get someone started off, without too much detail.
    pzrq committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    f2f82ec View commit details
    Browse the repository at this point in the history
  8. Typo "implementation"

    pzrq committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    c5966d3 View commit details
    Browse the repository at this point in the history
  9. Update Github to GitHub

    Please forgive my occasional OCD.
    pzrq committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    a4dd1e7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    549ffed View commit details
    Browse the repository at this point in the history
  11. Migrate the builtins example from list() to max()

    I think list() as a collection type in types/List.js (and a 700+ line implementation) would be better in an advanced guide.
    pzrq committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    05ace7a View commit details
    Browse the repository at this point in the history
  12. Resolve more typos

    pzrq committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    b32891c View commit details
    Browse the repository at this point in the history
  13. Add missing single quote

    Resolves an error in "make html":
    /Users/pzrq/Projects/beeware/batavia/docs/how-to/tour.rst:75:Could not lex literal_block as "javascript". Highlighting skipped.
    pzrq committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    32b05d6 View commit details
    Browse the repository at this point in the history