Module: Monograph

Defined in:
lib/monograph.rb,
lib/monograph/cli.rb,
lib/monograph/book.rb,
lib/monograph/export.rb,
lib/monograph/chapter.rb,
lib/monograph/version.rb,
lib/monograph/template_context.rb,
lib/monograph/markdown_renderer.rb,
lib/monograph/book_template_context.rb,
lib/monograph/chapter_template_context.rb

Defined Under Namespace

Classes: Book, BookTemplateContext, CLI, Chapter, ChapterTemplateContext, Export, MarkdownRenderer, TemplateContext

Constant Summary collapse

VERSION =
'1.0.0'

Class Method Summary collapse

Class Method Details

.rootObject



19
20
21
# File 'lib/monograph.rb', line 19

def self.root
  File.expand_path('../../', __FILE__)
end