Skip to content

Social-Impact-Network/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website License Travis GitHub issues Twitter

Social Impact Network Documentation

Here you can find all documentation of Social Impact Network. Use this documentation to understand, improve and make SI Network more secure. You can also use this documentation to connect your software to individual SI components (e.g. for building DeFi products).

Suggestions and Improvements

If you have any suggestion regarding documentation topics or want to improve content, feel free to submit an issue at Github Issues

Build SI Documentation locally

  1. Make sure you installed the lastest version of Sphinx.
  2. Run pip install sphinx_rtd_theme to install 'Read the Docs Theme'.
  3. Clone repo: git clone https://github.com/Social-Impact-Network/docs.git.
  4. Move to dictory by running cd docs.
  5. Run make html to build the documentation.
  6. Open ./build/html/index.html in a browser of your choice.