Docile.jl icon indicating copy to clipboard operation
Docile.jl copied to clipboard

Julia package documentation system.

Results 14 Docile.jl issues
Sort by recently updated
recently updated
newest added

Hello there! This is an automated pull request submitted by `@staticfloat` to help package authors transition their Julia installation CI setups to the new binary provider URL. Please take a...

Are there any plans to add a feature that allows Markdown files to be included in the doc generation. I would like to be able to do: """ ../file1.md ../file2.md...

After Julia 0.4 is release there will be little need in keeping much of the current features around. The focus will be on docstring/helpsystem extensions that build on top of...

enhancement
speculative
breaking

I have been using Docile and Lexicon to document the functionality of the [Diversity](https://github.com/richardreeve/Diversity.jl) package for a while, and I've noticed that I ought to move over to the Base...

question

Follow up https://github.com/MichaelHatherly/Lexicon.jl/issues/133#issuecomment-163499667 I am on Julia v0.4. For compatibility issues, our documentation are still written in the v0.3 syntax ``` julia @doc "bla bla bla"-> function f(x) x end...

Hi, thanks for making the `rewrite` branch. It looks very promising. However, I would like to request for a per-file control. e.g. maybe a per-file directive like `@file{Foo/bar.jl}`. Here are...

enhancement
rewrite

Should some of the following also be able to parse? ``` @{a,b,c} @{a b c} @{a b c} ``` In earlier iterations this parsed, but now you're no longer using...

enhancement
speculative
rewrite

It only references the make.jl.

enhancement
rewrite

When extending a function, and if you attach a docstring, _this_ is the docstring you want to appear. You don't want the more general docstring. IIRC we did previously have...

rewrite

It seems Docile is not associating docstrings with methods correctly. I am using Julia 0.5.0-dev+675 and Docile 0.5.19. I created a module file `toto.jl` with the following: ``` julia """...