Skip to content

Commit 70e9271

Browse files
author
tibut
committed
updated docs to mkdocs, rtfd.io ready
1 parent a9dd510 commit 70e9271

File tree

5 files changed

+33
-61
lines changed

5 files changed

+33
-61
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docs/source/index.md
1+
docs/index.md
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,11 @@ python-bitflow -script "testing/testing_file_in.txt -> my_processing()" -p my_pr
4747
Current version does not close properly in all cases. Use strg-C to exit.
4848

4949
## Library Examples
50-
bitflow-example.py: provides a short overview about how to setup a pipeline and initialize source,sink, and processing steps.
51-
download-data.py: downloads data from a given endpoint, filters samples
52-
provide-data.py: reads a file and provides this file via a listen port
50+
**bitflow-example.py**: provides a short overview about how to setup a pipeline and initialize source,sink, and processing steps.
51+
52+
**download-data.py**: downloads data from a given endpoint, filters samples
53+
54+
**provide-data.py**: reads a file and provides this file via a listen port
5355

5456
## TODO
5557
* support binary bitflow format

docs/requirments.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mkdocs==1.0.4

docs/source/conf.py

Lines changed: 0 additions & 57 deletions
This file was deleted.

mkdocs.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
site_name: Python-Bitflow
2+
repo_url: https://github.com/bitflow-stream/python-bitflow
3+
site_author: mwallschlaeger
4+
site_description: Python Bitflow Documentation
5+
theme: readthedocs
6+
plugins:
7+
- search
8+
markdown_extensions:
9+
- sane_lists
10+
- smarty
11+
- toc:
12+
permalink: True
13+
nav:
14+
- Home:
15+
- The Bitflow Project: "https://bitflow.readthedocs.io/en/latest/"
16+
- Data Sources, Sinks and Format: "https://bitflow.readthedocs.io/en/latest/data-format/"
17+
- Bitflow Script: "https://bitflow.readthedocs.io/projects/bitflow-antlr-grammars/en/latest/bitflow-script/"
18+
- Implementations:
19+
- go-bitflow: "https://bitflow.readthedocs.io/projects/go-bitflow/en/latest/"
20+
- bitflow4j (Github): "https://github.com/bitflow-stream/bitflow4j"
21+
- python-bitflow: "index.md"
22+
- Related Projects:
23+
- bitflow-collector: "https://bitflow.readthedocs.io/projects/go-bitflow-collector/en/latest/"
24+
- bitflow-coordinator (Github): "https://github.com/bitflow-stream/bitflow-coordinator"
25+
- bitflow-process-agent (Github): "https://github.com/bitflow-stream/bitflow-process-agent"
26+

0 commit comments

Comments
 (0)