Skip to main content

Static Documentation Generator

Project description

QuakerDocs

QuakerDocs is a modern and reliable static documentation generator. It was designed from the ground up to replace older documentation generators. It generates a fully static web page with your documentation, so it can work without a server. Some of the features that QuakerDocs has are:

  • Fast generation of a static website
  • Write documentation using reStructuredText
  • Super-fast live search
  • Handy bookmarking system
  • Easily configurable
  • Only takes one command!

Getting Started with QuakerDocs

QuakerDocs is very easy to use, and you do not need a lot to get started!

Installation

First of all, make sure you have Clang and the LLVM wasm-compiler installed.

For example, on Ubuntu:

apt install clang lld

Then, to install the QuakerDocs application use the following command:

pip install quaker

After running this command all the requirements are installed and you can immediately use the quaker command.

Quickstart

To create an example quickstart project in a directory, you can use the following command:

quaker --init <your_directory_name>

This command creates a directory with some of the necessary files to get you started such as conf.py, and index.rst.

Usage

To use QuakerDocs to turn your RST or Markdown files into static webpages you need the follow these steps:

  1. Open the directory containing your conf.py in the terminal.

    cd path/to/my/project/
    
  2. To convert your documentation files into static webpages, run the following command.

    quaker .
    
  3. Change into the build/ directory, and start a webserver.

    cd build/
    python3 -m http.server
    
  4. To visit the generated documentation page visit localhost:8000 in your web browser.

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

quaker-1.0.1.tar.gz (1.6 MB view details)

Uploaded Source

Built Distribution

quaker-1.0.1-py3-none-any.whl (1.6 MB view details)

Uploaded Python 3

File details

Details for the file quaker-1.0.1.tar.gz.

File metadata

  • Download URL: quaker-1.0.1.tar.gz
  • Upload date:
  • Size: 1.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.2

File hashes

Hashes for quaker-1.0.1.tar.gz
Algorithm Hash digest
SHA256 bf15a1181bdd052c7cd0b333e7f064b0ece759bf360483d970415f2b77039e85
MD5 4c3cd8d86e3980e20379616c97634fd1
BLAKE2b-256 c0c6808f2d7c58cde5a331cd537a08359e90e9c8a50121f06d484abe6ad7e841

See more details on using hashes here.

File details

Details for the file quaker-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: quaker-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.2

File hashes

Hashes for quaker-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c3fbd12ae3052998c6a8a35a21d6f9883ff39efe0a6f64115dc81dbced68a60d
MD5 fe921d827adbdeb3292e76b7493939c2
BLAKE2b-256 c15c56f191bd52fcbc92b78e2f5942010dd5fe8648d4c10123013d953ef2203d

See more details on using hashes here.

Supported by

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