Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnabergoj committed Aug 13, 2024
1 parent b8fd46c commit 44364be
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
File renamed without changes.
23 changes: 23 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Welcome to Torchflows documentation!
===================================

Torchflows is a library for generative modeling and density estimation using normalizing flows.
It implements many normalizing flow architectures and their building blocks for:

* easy use of normalizing flows as trainable distributions;
* easy implementation of new normalizing flows.

Check out the :doc:`usage` section for further information, including
how to :ref:`installation` the project.

.. note::

This project is under active development.

Contents
--------

.. toctree::

usage
api
13 changes: 13 additions & 0 deletions docs/source/usage.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Usage
=====

.. _installation:

Installation
------------

To use Torchflows, first install it using pip:

.. code-block:: console
(.venv) $ pip install torchflows

0 comments on commit 44364be

Please sign in to comment.