Skip to content
  1. Jan 28, 2015
  2. Oct 24, 2014
  3. Sep 30, 2014
    • Raniere Silva's avatar
      Replace bootcamp with workshop · 5694341b
      Raniere Silva authored
      ~~~
      $ for file in $(grep -r -l 'bootcamp' .); do sed -i 's/bootcamp/workshop/g' $file; done
      $ for file in $(grep -r -l 'boot camp' .); do sed -i 's/boot camp/workshop/g' $file; done
      ~~~
      
      and others minors changes.
      
      Close #240.
      5694341b
  4. Jun 23, 2014
  5. Jun 22, 2014
    • Raniere Silva's avatar
      Add CSS for printing · d97de7ef
      Raniere Silva authored
      The CSS was add at our main CSS and remove from printing:
      
      - Logo at header
      - GitHub ribbon
      - Footnote
      
      Close #561.
      d97de7ef
  6. Mar 17, 2014
  7. Feb 18, 2014
    • Raniere Silva's avatar
      CSS arrow to mark input and output · 6eed205e
      Raniere Silva authored
      **Note**: This is a prototype.
      
      Instead of "In" and "Out" use arrow to mark the input and output
      of IPython lessons.
      
      To construct the arrows we only use CSS.
      6eed205e
  8. Feb 07, 2014
  9. Oct 01, 2013
  10. Jul 14, 2013