File size: 1,191 Bytes
b7258ac
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
=====================
Lamassu documentation
=====================


Getting help
============

Having trouble? We'd like to help!

* Try the :doc:`FAQ <faq>` -- it's got answers to some common questions.
* Looking for specific information? Try the :ref:`genindex` or :ref:`modindex`.
* Report bugs with lamassu in our `issue tracker`_.
* Join the Discord community `Lamassu Discord`_.

.. hint::
    * Since methods with two underscores (`__`) cannot be tested due to the
      `name mangling <https://qubitpi.github.io/cpython/tutorial/classes.html#private-variables>`_. Lamassu requires
      all private methods and attributes to be prefixed with **single underscore prefix (`_`) only**
    * The phrase "Chinese" used throughout this documentation referse to "**Simplified Chinese**", instead of
      "Traditional Chinese"


First Steps
===========

.. toctree::
   :caption: First steps
   :hidden:

   intro/install

:doc:`intro/install`
    Get lamassu installed on your computer.


Usage
=====

.. toctree::
   :maxdepth: 100

   lamassu

.. _issue tracker: https://github.com/QubitPi/lamassu/issues
.. _Lamassu Discord: https://discord.com/widget?id=1208960229002317934&theme=dark