Go to file
Stéphane Adjemian (Charybdis) f8ba3da65d
Ensure that src/build/html/_static contains a symlink to mathjax...
... Not a copy of all the files.
2019-02-19 11:02:14 +01:00
src Use python packages from the package manager. 2019-02-19 10:15:39 +01:00
utils Reworked the installation of the Dynare sphinx domain and pygment lexer. 2019-02-19 09:32:45 +01:00
.gitignore Use python packages from the package manager. 2019-02-19 10:15:39 +01:00
LICENSE.md Added GPL v3 licence. 2018-10-25 19:00:35 +02:00
Makefile Ensure that src/build/html/_static contains a symlink to mathjax... 2019-02-19 11:02:14 +01:00
README.md Added README. 2019-02-19 10:41:45 +01:00

README.md

Dynare reference manual

Source for the Dynare's reference manual which is available at http://www.dynare.org/manual-unstable. The documentation is obtained using Sphinx Pyhthon Documentation Generator. To build the html version of the reference manual just type:

~$ make html

on the command line. The reference manual will be available under src/build/html, provided all the following (debian package) requirements are met:

  • python3,
  • python3-sphinx,
  • python3-recommonmark, and
  • libjs-mathjax