Skip to content

TheReconPilot/bharatsim-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BharatSim Tutorial

Tutorial Documentation for the BharatSim agent based modelling framework

Link: https://bharatsim.readthedocs.io/

Setting up the Documentation Environment

  • Clone the repository: git clone [email protected]:JoyMonteiro/bharatsim-tutorial.git
  • Move into the repository: cd bharatsim-tutorial
  • Install requirements: pip install -r requirements.txt

The documentation uses Sphinx with the Sphinx-RTD theme.

Documenting BharatSim

Read about Sphinx. Write documentation pages inside the source directory.

Building HTML Pages

  • If you have make installed, simply do make html.
  • Else, sphinx-build -b html source build/html.

This is only to check the final documentation. The build files are not supposed to be committed to version control. The final documentation site is built automatically from source files.

After that, submit a Pull Request to the main repository. They will be merged after a review.

About

Tutorial for the BharatSim agent based modelling framework

Resources

License

Stars

Watchers

Forks

Languages

  • Python 57.6%
  • CSS 17.9%
  • Batchfile 13.6%
  • Makefile 10.9%