This is the official documentation of the CircuitVerse simulator. This is meant to be a guide for users to use CircuitVerse. This is to have details of the usage of all Circuit Elements in CircuitVerse along with some tips and tricks. This guide has to assume minimum knowledge of the user.
git clone https://github.com/CircuitVerse/CircuitVerseDocs.git
this repositorycd CircuitVerseDocs/docs
Note : If you want to contribute, first fork the original repository and clone the forked repository into your local machine followed by cd
into the directory
git clone https://github.com/<username>/CircuitVerseDocs.git
cd CircuitVerseDocs
To view the docs in offline mode, navigate to /docs
folder and run
python3 -m http.server
or
python -m SimpleHTTPServer 8000
When you add a page, make sure you have an entry in the _sidebar.md
Note that all documentation should have a corresponding live circuit embedded so as to help the users. Note that live circuit is NOT the same as image of a circuit.
Read the Code of Conduct of CircuitVerseDocs Community.
Read the wiki for more information on the interactive book.