Skip to content
Snippets Groups Projects
Commit 37549a6d authored by Raniere Silva's avatar Raniere Silva
Browse files

Add input cell question to FAQ and LAYOUT

Close #116.
parent 606871f2
Branches
Tags
No related merge requests found
......@@ -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.
......
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment