Skip to content

Commit

Permalink
Include dependency graph in README
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Feb 1, 2013
1 parent 28692fd commit 313d9f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.rst
Expand Up @@ -109,7 +109,7 @@ and manual Makefiles::


CMake Options (Python and C Bindings, Release Build, Lapack)
-------------------------------------------------------
------------------------------------------------------------

CMake has many standard options, see ``man cmake``. For example
you can set the compiler by doing (make sure you delete ``CMakeCache.txt`` if
Expand Down Expand Up @@ -215,6 +215,10 @@ functionality to Python by updating the ``.pyx`` files and then just::
The Structure Of The Program
----------------------------

.. image:: dependency_graph.png
:alt: Dependency graph


The structure of the Fortran 95 modules are described here. The main modules
are ``rschroed``, ``rdirac`` and ``rpoisson`` that handle the radial
integration (they use the ``ode1d`` module that contains some common utilities
Expand Down
Binary file added dependency_graph.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 313d9f1

Please sign in to comment.