Skip to main content

Documentation generator for Markdown projects

Project description

# markdown-docs - Documentation generator for Markdown projects

markdown-docs is a documentation generator for projects using Markdown. The problem with having Markdown files spread around your project is that it is hard to get an overview of all your documentation. markdown-docs solves this by collecting all of your Markdown files into one browsable HTML hierarchy.

## Usage

### Browsing docs with the embedded web server

Run the following to fire up a local web server with your documentation

cd your/project/path markdown-docs

or

markdown-docs serve

Then point your browser to [http://localhost:5000/](http://localhost:5000/).

### Generating HTML output

cd your/project/path markdown-docs generate –output ~/docs

If you do not set –output a temporary directory will be created for you.

## Installation

The easiest way is to install markdown-docs via pip

pip install markdown-docs

## Features

### Metadata details

markdown-docs is looking for Markdown meta data. Currently markdown-docs is only taking the Title meta data attribute in consideration. Meta data in Markdown looks like this

Title: Document title Date: 2013-04-25

This is where my Markdown really starts

Using meta data in markdown-docs is optional. If the Title tag is there, markdown-docs will show that document title instead of the file name on the index page.

### Syntax highlighting

markdown-docs supports syntax highlighting via the Markdown module. You can define the programming language by adding :::language as in this example

:::python print(‘This is highlighted as Python code’)

More details can be found in the [module docs](http://pythonhosted.org/Markdown/extensions/code_hilite.html).

### Adding Table of contents

A table of contents will be automatically generated in the HTML output if markdown-docs finds a [TOC] tag anywhere in the Markdown.

# Table of contents

[TOC]

# My header

## My subheader

Author

This project is maintained by [Sebastian Dahlgren](http://www.sebastiandahlgren.se) ([GitHub](https://github.com/sebdah) | [Twitter](https://twitter.com/sebdah) | [LinkedIn](http://www.linkedin.com/in/sebastiandahlgren))

License

APACHE LICENSE 2.0 Copyright 2013 Sebastian Dahlgren

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

markdown-docs-0.1.0.tar.gz (46.1 kB view details)

Uploaded Source

File details

Details for the file markdown-docs-0.1.0.tar.gz.

File metadata

  • Download URL: markdown-docs-0.1.0.tar.gz
  • Upload date:
  • Size: 46.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for markdown-docs-0.1.0.tar.gz
Algorithm Hash digest
SHA256 afa429a4291689e68d2083e31702ff9b69e3a7304d317f1048a5b6df02bf0320
MD5 528f821f5daa242ae9c65149b148eaff
BLAKE2b-256 3d59bc762de38c8c6df97254d28a1009bc4ae9cc5f2a6ce2f21a0f331ff2c885

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page