s-broda / ARCHModels.jl

A Julia package for estimating ARMA-GARCH models.
https://juliaeconometrics.wordpress.com/
Other
90 stars 18 forks source link

Update univariatetypehierarchy.md #62

Closed azev77 closed 4 years ago

azev77 commented 4 years ago

Make Table w/ current univariate model options

s-broda commented 4 years ago

Awesome, thanks for making this!

Unfortunately, the table doesn't render correctly for me. This is what I get: image

You can test this locally by cloning the package, cding into its main directory, and running julia --project=docs/ -e "using Pkg; Pkg.instantiate();", then julia --project=docs/ make.jl. You can speed this up by temporary altering doctest to false in make.jl.

After that, run python -m http.server --directory docs/build and point your browser at localhost:8000.

I don't see anything wrong with the markdown, and Github seems to display it just fine, so it may be an issue with Documenter.jl?

Cheers Simon

azev77 commented 4 years ago

Thanks Simon. Would it be possible for you reformat the table this time? Once I see the correct format I can submit further PRs in the future

s-broda commented 4 years ago

I think I have it working now. Not sure what the issue was. Now the only remaining problem is that the table insists on being right-aligned for some reason, but I can live with that.

I can't push to your fork, so I'll merge this as is and then push my version directly to master.

Thanks for your contribution!