Right now we don’t have any documentation specific to QuantEcon.jl. We are 
waiting for this issue <https://github.com/JuliaLang/julia/issues/8514> to 
be closed in the main Julia repo so that we can have a more stable backend 
for generating documentation.

All the functionality from QuantEcon.py is implemented in QuantEcon.jl. The 
only differences are cases where we write the code in a more pythonic or 
Julian style. As such, the documentation for the python library 
<http://quanteconpy.readthedocs.org/en/latest/> should provide a pretty 
good sense of what QuantEcon.jl offers.

In addition to that I would say that there are three other sources for 
seeing how the code works:

   1. The solutions notebooks 
   
<http://nbviewer.ipython.org/github/QuantEcon/QuantEcon.jl/tree/master/solutions/>
 
   for the exercises on the website 
   2. The tests <https://github.com/QuantEcon/QuantEcon.jl/tree/master/test> 
   for the package. We have about 95% coverage, so you should be able to see 
   how just about every function works by looking at the associated tests 
   3. The lectures on quant-econ.net <http://quant-econ.net/jl/index.html> 

In the time between now and when we get dedicated Julia documentation up 
feel free to post any questions/issues you have at the new QuantEcon google 
group <https://groups.google.com/forum/#!forum/quantecon> or on the 
QuantEcon.jl 
issue list <https://github.com/QuantEcon/QuantEcon.jl/issues>.

On Wednesday, October 8, 2014 11:44:50 AM UTC-4, Nils Gudat wrote:

In any case, very cool project, I read through the QuantEcon book a while 
> ago when learning Python to do some data analysis and visualization, but 
> now that I'm back to heavier computational stuff Julia is the language of 
> choice.
> Do you have any sort of documentation anywhere that includes all the 
> functions you've written? I could obviously go through your Git repository 
> and check every single file, but I was wondering whether there's something 
> more accessible.
>
​

Reply via email to