Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Introduction

This directory i.e., docs is intended for source code of sphinx documentation.

Generate the Sphinx Documentation

After all the changes, run the following command to generate the new documentation.

make docs

This command will make a new commit to submodule site. You can use

# open file build/html/index.html
make preview

to preview the changes before pushing the changes.

If there are some undesired changes, please do

make reset

to reset the submodule site such that the commit history of submodule site is not polluted.

If you are satisfied with the changes, you can do

make push

to push the changes to remote repository for submodule site.

Finally, do not forget to do

make push_main

make a new commit to the main repository i.e., banditpylib to record this update.