Skip to content

Commit a21ac93

Browse files
committed
Build top-level, syntax, and runtime documentation from one config
For e5dbc41
0 parents  commit a21ac93

69 files changed

Lines changed: 19844 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.buildinfo

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 51ba6969ff3efb91c978ee2246c047c6
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7

.nojekyll

Whitespace-only changes.

_sources/index.rst.txt

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
python-fluent
3+
=============
4+
5+
The :py:mod:`python-fluent` project contains several packages to
6+
bring `Project Fluent <https://projectfluent.org>`__ to Python.
7+
Visit the `Github project <https://github.com/projectfluent/python-fluent>`__
8+
for the full list. Two packages in particular are of general interest
9+
and documented here.
10+
11+
fluent.syntax
12+
-------------
13+
14+
``fluent-syntax`` is the package to use for tooling, analysis, and
15+
processing of Fluent files.
16+
17+
fluent.runtime
18+
--------------
19+
20+
``fluent-runtime`` is the reference runtime implementation for
21+
Fluent in Python.
22+
23+
.. toctree::
24+
:caption: Packages
25+
:maxdepth: 1
26+
27+
fluent.syntax <https://projectfluent.org/python-fluent/fluent.syntax/>
28+
fluent.runtime <https://projectfluent.org/python-fluent/fluent.runtime/>

0 commit comments

Comments
 (0)