Skip to content
Snippets Groups Projects
Commit 393cd7d9 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Added README for documentation.

parent c8902ed8
No related branches found
No related tags found
No related merge requests found
# Documentation for m-unit-tests Dynare module
The documentation is written with sphinx, so you need to have
[Python](https://www.python.org/) on your system with
[sphinx](http://sphinx-doc.org/). You also need to install the [Read
the docs](https://readthedocs.org/) theme and the sphinx matlab
domain, this can be done with pip in a terminal:
```
~$ pip install sphinx_rtd_theme
~$ pip install sphinxcontrib-matlab
```
To obtain the documentation as an html file in subfolder
```build/html``` you just have to use the provided Makefile:
```
~$ make html
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment