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

https://github.com/activitywatch/docs

Documentation for ActivityWatch
https://github.com/activitywatch/docs

activitywatch documentation

Last synced: 3 months ago
JSON representation

Documentation for ActivityWatch

Awesome Lists containing this project

README

          

ActivityWatch Documentation
===========================

[![Build](https://github.com/ActivityWatch/docs/actions/workflows/build.yml/badge.svg)](https://github.com/ActivityWatch/docs/actions/workflows/build.yml)
[![Documentation Status](https://readthedocs.org/projects/activitywatch/badge/?version=latest)](https://docs.activitywatch.net/en/latest/?badge=latest)

Documentation for [ActivityWatch](https://activitywatch.net), the free and open-source automated time tracker.

The docs are hosted at [docs.activitywatch.net](https://docs.activitywatch.net/) (by [Read the Docs](https://readthedocs.org/)).

# Build

Install dependencies with `pip install .` (we recommend a virtualenv) or `poetry install`.

Build the docs with `make html`.