Skip to content

Pull requests: elixir-lang/ex_doc

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

use assertions from the latest elixir version
#10 by lest was merged Apr 26, 2012 Loading… updated Apr 26, 2012
create output files relative to current working directory
#11 by lest was merged Apr 26, 2012 Loading… updated Apr 26, 2012
output directory can be set
#12 by lest was merged Apr 26, 2012 Loading… updated Apr 26, 2012
improve make clean
#14 by lest was merged May 2, 2012 Loading… updated May 2, 2012
Use Regex to build the source URL
#18 by rafaelfranca was merged May 10, 2012 Loading… updated May 10, 2012
autolink http addresses
#19 by lest was merged May 18, 2012 Loading… updated May 18, 2012
Update the sundown submodule repository
#22 by thomasc was merged Aug 6, 2012 Loading… updated Aug 6, 2012
Implement Markdown.to_ansi for terminal printing
#26 by vmg was merged Nov 8, 2012 Loading… updated Nov 8, 2012
Replace sundown with a pure erlang markdown implementation
#23 by thomasc was closed Feb 19, 2013 Loading… updated Feb 19, 2013
Provide ids for main sections
#29 by alco was merged Apr 5, 2013 Loading… updated Apr 5, 2013
Mix task
#30 by alco was merged Apr 21, 2013 Loading… updated Apr 21, 2013
Fix typo in README.md
#33 by mururu was merged May 15, 2013 Loading… updated May 15, 2013
Print some hints if sundown build fails. Related: #31
#36 by alco was merged May 16, 2013 Loading… updated May 16, 2013
Add an option to specify a particular commit/branch/tag for source links
#35 by alco was merged May 16, 2013 Loading… updated May 16, 2013
Project name link should default to source_url.
#39 by josephwilk was merged Jun 5, 2013 Loading… updated Jun 5, 2013
Invoke mix compile from the Makefile
#40 by alco was merged Jun 11, 2013 Loading… updated Jun 11, 2013
Fixed assert for Markdown.to_html("")
#49 by jwarwick was merged Jul 24, 2013 Loading… updated Jul 24, 2013
Fixed modified Module.__behaviour__(:docs) tuple handling
#50 by jwarwick was merged Jul 25, 2013 Loading… updated Jul 25, 2013
Marking variable as unused
#51 by jwarwick was merged Jul 25, 2013 Loading… updated Jul 25, 2013
Updated HtmlFormatter and Retriever to use Protocol.__impl__/1
#48 by jwarwick was merged Jul 23, 2013 Loading… updated Jul 30, 2013
Implemented auto-linking of local function definitions.
#52 by jwarwick was merged Jul 30, 2013 Loading… updated Jul 30, 2013
Fixed --output arg to Mix.Docs task
#55 by jwarwick was merged Jul 30, 2013 Loading… updated Jul 30, 2013
Updated to latest anonymous function syntax
#56 by jwarwick was merged Jul 31, 2013 Loading… updated Jul 31, 2013
Fix handling of OptionParser return value
#59 by alco was merged Aug 16, 2013 Loading… updated Aug 16, 2013
Don't nest modules in list view
#63 by jwarwick was merged Aug 18, 2013 Loading… updated Aug 18, 2013
ProTip! Adding no:label will show everything without a label.