Fix docstrings to work with Sphinx
completed by: Joan Creus
mentors: Aaron Meurer
Please see http://code.google.com/p/sympy/issues/detail?id=2888 for full information on this task.
Please read https://github.com/sympy/sympy/wiki/gci-2011-landing before completing any tasks for SymPy.
Additional Note(s): The main thing to do here is to replace all instances of
**Examples**
in the docstrings with
Examples
========
Similar section titles should be changed as well. If the docstring is already imported into Sphinx, you can check it by compiling the docs (cd doc; make html).
Please read https://github.com/sympy/sympy/wiki/gci-2011-landing before completing any tasks for SymPy.
Additional Note(s): The main thing to do here is to replace all instances of
**Examples**
in the docstrings with
Examples
========
Similar section titles should be changed as well. If the docstring is already imported into Sphinx, you can check it by compiling the docs (cd doc; make html).