Commit 07c3d755 authored by Greg Wilson's avatar Greg Wilson
Browse files

Merge branch 'gh-pages' of github.com:swcarpentry/lesson-template into gh-pages

parents c1f38e81 5611c2f4
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -37,6 +37,21 @@
    *   `suitable-for-newcomer`: issue or pull request is a good starting point for someone who is relatively new to GitHub and/or this project
    *   `work-in-progress`: a pull request that is not yet ready for review

*   *How create non-Python input cells?*

    Use

        ~~~ {.lang}
        some code
        ~~~

    where `lang` is `bash` for the Unix Shell, `r` for R, `matlab` for MATLAB,
    `sql` for SQL. For a full list, check

    ~~~
    $ pandoc -v
    ~~~

## Debugging

Please add notes about problems and solutions below.
+24 −0
Original line number Diff line number Diff line
@@ -223,6 +223,30 @@ Each topic page must be structured as follows:
    Nothing else should be marked as bold text --- use *italics* for
    for all other emphasis.

5.  For Unix Shell commands use

        ~~~ {.bash}
        $ some-command
        ~~~

    For R code use

        ~~~ {.r}
        some code
        ~~~

    For MATLAB code use

        ~~~ {.matlab}
        some code
        ~~~

    For SQL code use

        ~~~ {.sql}
        some code
        ~~~

## Motivational Slides

Every lesson must include a short slide deck suitable for a short