Added README.

time-shift
Stéphane Adjemian (Charybdis) 2019-02-19 10:41:45 +01:00
parent d548a6bdc6
commit 6f28c71029
Signed by untrusted user who does not match committer: stepan
GPG Key ID: A6D44CB9C64CE77B
1 changed files with 19 additions and 0 deletions

19
README.md Normal file
View File

@ -0,0 +1,19 @@
# 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](http://www.sphinx-doc.org/) Pyhthon Documentation
Generator. To build the `html` version of the reference manual just type:
```bash
~$ 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