-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing Documentation #190
Comments
Helping with the documentation seems like a small way that maybe I could contribute, but first I'd need to understand what you're doing to generate the documentation. Can you help me with that? When I run this, the markdown compiles to HTML, but I don't think it ran any of the Julia code in any of the blocks:
It generates some HTML files in docs/html, but there's a lot less stuff in that HTML than in your HTML documentation. I think it's missing everything that results from running the blocks. See here. It's the same whether I use Presumably I'm missing something about what I should do. Can you tell me what I'm missing? Sorry if it's obvious. As an aside, running Jekyll to serve your documentation locally works fine for me, and it all still looks fine when I use the HTML that I generated from markdown with |
I'd certainly welcome help with documentation. Sorry Judo is so crusty, I'm not sure what's going on here. Can you tell me you're |
$pandoc --version |
I'm on Julia 0.2.0 (b/c some stuff in some other packages wasn't working for me in 0.3.0.) Versions of all my packages: Required packages:
|
No problem about Judo. I'll be really happy if I can get it working. Besides helping out with your documentation, Judo is exactly the workflow I want for lots of things, and I haven't found it elsewhere in the Julia ecosystem. Is there any other logging it would be useful to send? I really appreciate any time you have to help me with this. |
I hadn't updated pandoc in quite a while. In the mean time they completely changed their json serialization. I just pushed a commit to Judo which I think should fix it. |
Works beautifully now, thanks! I can't quite create all the documentation yet -- I think that's because we need to replace |
I'm trying to add some more documentation, but it looks like the |
That would be great. It's no longer needed, it was used to make sure d3.js, but now everything is embedded in the SVG. |
A couple of features that I didn't found in the docs:
|
Stuff that isn't documented that needs to be:
Guides:
Guide.xlabel
Guide.ylabel
Guide.xticks
Guide.yticks
Guide.title
Guide.colorkey
Scales:
Scale.x_continuous
,Scale.y_continuous
, etc) Predefined transforms (Scale.x_log10
, etc). Defining new transforms.Scale.x_discrete
,Scale.y_discrete
, etc)Statistics:
Stat.histogram
Stat.density
Stat.histogram2d
Stat.xticks
/Stat.yticks
Stat.boxplot
Stat.smooth
Stat.hexbin
Stat.step
Miscellaneous
spy
hstack
/vstack
The text was updated successfully, but these errors were encountered: