Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://code.matforge.org/fipy/branches/documentation@5297 d80e17d7-ff13-0410-a124-85740d801063
  • Loading branch information
guyer committed Aug 16, 2012
1 parent 58ae9d4 commit d1181dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@ The significant changes since version 2.1 are:
used.
- Most :class:`~fipy.meshes.mesh.Mesh`\es can be partitioned by
:ref:`MeshingWithGmsh`.
- :ref:`PYAMG` and :ref:`SCIPY` have been added to the :ref:`SOLVERS`.
- FiPy is capable of :ref:`RunningUnderPython3`.
- "getter" and "setter" methods have been pervasively changed to Python
properties.
- :ref:`PYAMG` and :ref:`SCIPY` have been added to the :ref:`SOLVERS`.
- FiPy can :ref:`RunUnderPython3`.
- The functions of the :mod:`~fipy.tools.numerix` module are no longer
included in the :mod:`fipy` namespace. See :mod:`examples.updating.update2_0to3_0`
for details.
- The test suite now runs much faster.
- Tests can now be run on a full install using `fipy.test()`.
- Grid classes now take an `Lx` argument.
- `Grid` meshes now take `Lx`, `Ly`, and `Lz` arguments.
- Equations containing a :class:`~fipy.terms.transientTerm.TransientTerm`,
must specify the timestep by passing a ``dt=`` argument when calling
:meth:`~fipy.terms.term.Term.solve` or :meth:`~fipy.terms.term.Term.sweep`.
Expand Down
8 changes: 4 additions & 4 deletions documentation/USAGE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -602,11 +602,11 @@ although the left cell has the expected value as it is constrained.

% \subsection{Internal boundary conditions}

.. _RunUnderPython3:
.. _RunningUnderPython3:

------------------
Run under Python 3
------------------
----------------------
Running under Python 3
----------------------

It is possible to run :term:`FiPy` scripts under :term:`Python 3`, but
there is admittedly little advantage in doing so at this time. We still
Expand Down

0 comments on commit d1181dd

Please sign in to comment.