Skip to content
Snippets Groups Projects
  1. May 01, 2017
  2. Mar 31, 2017
  3. Jan 09, 2017
  4. Oct 13, 2016
  5. Oct 12, 2016
  6. Oct 11, 2016
  7. Oct 10, 2016
  8. Jul 22, 2016
  9. Oct 01, 2015
  10. Sep 29, 2015
  11. Sep 08, 2015
  12. Sep 02, 2015
    • Alex Willmer's avatar
      Added doctest blocks to reStructuredText · c5e6585d
      Alex Willmer authored
      Many Python projects use Sphinx to create documentation from .rst markup.
      
      Using a doctest:: directive the markup can include blocks of code that is both
      tested and rendered in the final documentation. These blocks are not rendered
      on github.com though, e.g. in a README.rst.
      
      To remedy this (without adding Sphinx as a dependency) this PR aliases
      doctest:: directives to code:: directives,. The language of such blocks is set
      to 'python', since doctest only supports Python.
      
      Refs dateutil/dateutil#83
      c5e6585d
  13. Aug 05, 2015
Loading