Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jakubandrysek/mkdoxy-demo

:blue_book: MkDoxy -> MkDocs + Doxygen. Easy documentation generator with code snippets.
https://github.com/jakubandrysek/mkdoxy-demo

md mkdocs mkdoxy python python3

Last synced: 3 days ago
JSON representation

:blue_book: MkDoxy -> MkDocs + Doxygen. Easy documentation generator with code snippets.

Awesome Lists containing this project

README

        

# MkDoxy Demo




This is a demo of MkDoxy, a tool for generating Doxygen documentation from Markdown files.

### 👉 Look at [JakubAndrysek / MkDoxy](https://github.com/JakubAndrysek/MkDoxy) whole project. 👈
### [Demo of MkDoxy](https://mkdoxy-demo.kubaandrysek.cz/)

## Run demo locally

### Tools
- python 3.6 or newer -> `sudo apt install python3`
- Pip -> `sudo apt install python3-pip`
- Git -> `sudo apt install git`
- Doxygen -> `sudo apt install doxygen`

### PIP Packages
```bash
pip3 install -r requirements.txt
```

## Usage

Serve MkDocs locally:

```bash
mkdocs serve
```

Build MkDocs:

```bash
mkdocs build
```