Add extra statement about documentation

This commit is contained in:
Yury V. Zaytsev
2025-10-11 09:42:59 +02:00
parent d9e9e56874
commit e63c687304

View File

@@ -1,5 +1,7 @@
# Source code
## Download locations
* Our source releases are kindly mirrored by [OSU OSL](https://osuosl.org):
* [{{ extra.downloads_url.rsplit("?", 1)[0] }}]({{ extra.downloads_url }})
* Our repository is hosted [on GitHub]({{ extra.organization_url}}) and mirrored by [repo.or.cz](https://repo.or.cz):
@@ -8,6 +10,10 @@
To compile from source, refer to the [installation instructions]({{ config.repo_url }}/blob/master/doc/INSTALL).
## Documentation
Look into the repository for the embedded documentation and `README` files in subdirectories. An archive of the (mostly obsolete, but partly still valuable) documentation from the Trac wiki pages is available here: <{{ extra.organization_url }}/trac-archive/wiki>.
## Contributing
We require an issue (or pull request) and [code review](#code-review) for any code contribution, except for the following, which can be committed directly to the development branch: