Skip to content

Commit

Permalink
Final tweaks to the manual
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://code.matforge.org/fipy/trunk@3004 d80e17d7-ff13-0410-a124-85740d801063
  • Loading branch information
guyer committed Feb 9, 2009
1 parent 36844ed commit 7574182
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion documentation/CREDITS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Max Gibiansky

`Andrew Reeve`_
added support for anistropic diffusion coefficients while he was on
sebatical from the `University of Maine`_.
sabbatical from the `University of Maine`_.

.. include:: ../utils/include.txt

Expand Down
4 changes: 4 additions & 0 deletions documentation/manual/faq.tex
Original file line number Diff line number Diff line change
Expand Up @@ -921,6 +921,10 @@
allow the script to run without displaying anything.
\end{description}

\section{Why don't my scripts work anymore?}
\FiPy{} has experienced two major API changes. The steps
necessary to upgrade older scripts are discussed in
Chapter~\ref{chap:UpdateFiPy}.

\section{What if my question isn't answered here?}

Expand Down
6 changes: 4 additions & 2 deletions documentation/manual/reference.tex
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,13 @@
% \documentclass{article}
% \usepackage[creator={epydoc 3.0.1},title={},index,hyperlink]{epydoc-default}

\usepackage{xr-hyper}
% FIXME - xr-hyper throws "! Use of \@index doesn't match its definition."
% \usepackage{xr-hyper}
\usepackage{xr}
\usepackage[tocAsPDFchapter,index]{fipy}
% \usepackage{docutils-emulation}

\externaldocument[FiPy-]{fipy}[http://matforge.org/fipy/wiki/FiPyReference]
\externaldocument[FiPy-]{fipy} %[http://matforge.org/fipy/wiki/FiPyReference]

\usepackage{import}

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ def run(self):
# },

dist = setup( name = "FiPy",
version = "2.0a1",
version = "2.0",
author = "Jonathan Guyer, Daniel Wheeler, & Jim Warren",
author_email = "fipy@nist.gov",
url = "http://www.ctcms.nist.gov/fipy/",
Expand Down

0 comments on commit 7574182

Please sign in to comment.