How to use the doconce.misc.DocOnceLexer function in DocOnce

To help you get started, we’ve selected a few DocOnce examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github spectralDNS / shenfun / docs / src / mekit17 / sphinx-rootdir / conf.py View on Github external
def setup(app):
    from sphinx.highlighting import lexers
    from doconce.misc import DocOnceLexer
    lexers['doconce'] = DocOnceLexer()

DocOnce

Markup language similar to Markdown targeting scientific reports, software documentation, books, blog posts, and slides. DocOnce can generate LaTeX, Sphinx, HTML, IPython notebooks, Markdown, MediaWiki, and other formats

BSD-2-Clause
Latest version published 2 years ago

Package Health Score

42 / 100
Full package analysis

Similar packages