Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExBook

ExBook is a tool to generate livebook notebook documentation for your Elixir projects.

Installation

add ExBook to your dependencies in mix.exs

defp deps do
  [
    {:ExBook, git: "https://github.com/BrooklinJazz/exbook.git"}
  ]

Then run mix deps.get to install it.

Usage

Specific Module

Exbook.module_to_livemd(YourModule)

TODO

  • Important large module to docs have issues, need to lean on stream write to make this more manageable.
  • modules without documentation, how do we want to handle them? currently we have them in the index, but don't generate a file for them
  • display macros?
  • display private functions?
  • Set notebook title if none exists
  • Figure out best way to create sections so that larger docs are more navigable
  • What to do when there's no docs to publish to the file, currently not created

About

A WIP project for converting project documentation into Livebook

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages