[unziped](https://pykyll.harmlos.info/html_out.zip) into your projects `docs/html_out` subfolder. This document is getting ahead of itself. Read the friendly
You can download and unzip a archive of [this page]() to get you going into your `docs/html_out`.
## Documentation
-[Web Site](https://pykyll.harmlos.info/pykyll) generated from `"""docstrings"""` by pdoc3
-[Markdown](https://git.c3pb.de/ak/pykyll) docs.
- This web site generated from the repository [`README.md`](https://git.c3pb.de/ak/pykyll/-/blob/master/README.md)
- This page generated from the repository [`README.md`](https://git.c3pb.de/ak/pykyll/-/blob/master/README.md)
`pykyll`s aim is to ease maintaining documentation of software projects.
`pykyll`s aim is to ease maintenance cost in documentation of software projects and works for me.
### Install
...
...
@@ -52,6 +52,8 @@ and put the mini web site into `docs/html_out`.
Will turn your projects README.md into a mini site in `docs/html_out` and generate a description from your code comments using `pdoc`. Check out pykylls own web site at is has *Gone and documented itself!*
If you are running a [jrnl](https://jrnl.sh/en/stable/), use the value for `name` from the configuration file as a `@tag`. Pykyll will stick the whole jrnl on to your README.md, thus making for an [micro blogging solution]().
### Lokal development web server
Using Pythons `http.server`
...
...
@@ -89,8 +91,6 @@ Please consider the importance of line 1.
> This is a quote
### Pygments
As the name of the code style sheet is simply hard coded, you may change the source code or you may generate a style sheet as recommended in the official pygments docs like so:
...
...
@@ -119,11 +119,8 @@ Which naturally goes into your html_out as this is just a mini site to get somet
Pykyll is a command line tool written in Python that mimiks Jekyll in its result and in the way information is stored. The result being a static web site that is build from essentially markdown text files. The name is obviously a pun of some sort.
Missing python modules will be installed using pip during first run. You may have to satisfy the dependencies by installing the required modules from pip yourself if it does fail. This mainly concernes pandoc which should live on your system anyway because its cool.
To enable [taskwarrior integration into Pykylls user interface](examples/taskwarrior), set `taskwarrior` in `./config.yml` to `true`.
## Documentation

The software is the documentation, i.e. help is provided within the software. This is just a friendly tool that aims to be useful.
Docs Extended can be read on the command line [r][p] Docs Extended. In repository or web view they are [here](/examples)
[unziped](https://pykyll.harmlos.info/html_out.zip) into your projects `docs/html_out` subfolder. This document is getting ahead of itself. Read the friendly
You can download and unzip a archive of [this page]() to get you going into your `docs/html_out`.
## Documentation
-[Web Site](https://pykyll.harmlos.info/pykyll) generated from `"""docstrings"""` by pdoc3
-[Markdown](https://git.c3pb.de/ak/pykyll) docs.
- This web site generated from the repository [`README.md`](https://git.c3pb.de/ak/pykyll/-/blob/master/README.md)
- This page generated from the repository [`README.md`](https://git.c3pb.de/ak/pykyll/-/blob/master/README.md)
`pykyll`s aim is to ease maintaining documentation of software projects.
`pykyll`s aim is to ease maintenance cost in documentation of software projects and works for me.
### Install
...
...
@@ -59,6 +59,8 @@ and put the mini web site into `docs/html_out`.
Will turn your projects README.md into a mini site in `docs/html_out` and generate a description from your code comments using `pdoc`. Check out pykylls own web site at is has *Gone and documented itself!*
If you are running a [jrnl](https://jrnl.sh/en/stable/), use the value for `name` from the configuration file as a `@tag`. Pykyll will stick the whole jrnl on to your README.md, thus making for an [micro blogging solution]().
### Lokal development web server
Using Pythons `http.server`
...
...
@@ -96,8 +98,6 @@ Please consider the importance of line 1.
> This is a quote
### Pygments
As the name of the code style sheet is simply hard coded, you may change the source code or you may generate a style sheet as recommended in the official pygments docs like so:
...
...
@@ -126,11 +126,22 @@ Which naturally goes into your html_out as this is just a mini site to get somet
This is the first post to pykylls blog as this feature just got enabled. In conjunction with mopsman jrnl has become a welcome addition to the stack. Now its possible to generate a simple blog if you keep the README short.