47 lines
1.1 KiB
Plaintext
47 lines
1.1 KiB
Plaintext
layout layout.njk
|
|
title Python Documentation - Terrace
|
|
description
|
|
Python language documentation for the Terrace programming language
|
|
|
|
Section light
|
|
class flex flex-col md:flex-row gap-16
|
|
|
|
Block
|
|
class w-full lg:w-1/3
|
|
TableOfContents
|
|
|
|
Block
|
|
Heading 1 Terrace Python Documentation
|
|
class -ml-2
|
|
|
|
Markdown
|
|
Documentation is available for the following languages:
|
|
- [C](/docs/c/) - 75% Complete
|
|
- [JavaScript](/docs/javascript/) - 75% Complete
|
|
- [Go](/docs/go/) - 50% Complete
|
|
- [Python](/docs/python/) - 100% Complete
|
|
- [Rust](/docs/rust/) - 100% Complete
|
|
|
|
Heading 2 Getting Started
|
|
class mt-12 mb-6
|
|
Markdown
|
|
Install Terrace using [pip](https://pip.pypa.io/):
|
|
|
|
CodeBlock bash
|
|
# Install from PyPI
|
|
$ pip install terrace-lang
|
|
|
|
# Or using Poetry
|
|
$ poetry add terrace-lang
|
|
|
|
Include ./core-api.inc.tce
|
|
Include ./document-api.inc.tce
|
|
Include ./reader-api.inc.tce
|
|
Include ./recipes.inc.tce
|
|
|
|
Heading 2 Contributing
|
|
class mt-12
|
|
|
|
Section dark
|
|
Footer
|
|
class w-full |