You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With full nerdydoc semantics, produce a bare-bones website that patches in the README and license. No actual introspection of a codebase - not yet.
In the init, detect format (text, Markdown, ReStructuredText) from file extensions and persist the findings to a config file.
Using the config file and enough CSS/HTML to get something, delegating Markdown rendering to mistune and ReStructuredText rendering to docutils, produce a bitwise-reproducible "documentation" website containing the README and license.
Bootstrap nerdydoc "documentation" using the code.
With full
nerdydocsemantics, produce a bare-bones website that patches in the README and license. No actual introspection of a codebase - not yet.mistuneand ReStructuredText rendering todocutils, produce a bitwise-reproducible "documentation" website containing the README and license.nerdydoc"documentation" using the code.