These are the sources for the documentation at https://docs.unit-e.io.
Contributions are welcome. See our contribution guidelines for more details.
The Unit-e team is committed to fostering a welcoming and harassment-free environment. All participants are expected to adhere to our code of conduct.
The documentation is generated with Sphinx. Install
Sphinx and the required theme with something like
pip3 install -r requirements.txt
and run make html
to generate the web site.
It's all static HTML. You can browse it locally in the _build/html
directory.
The content of this repository is licensed under the terms of the MIT license. See the LICENSE file for the full text of the license.
Some parts of the documentation are based on content from Bitcoin.org and used under the MIT license.