This repository was created to enable collaborating on the BookOfProofs (BoP) site. Originally hosted at www.bookofproofs.org, it was completely migrated to https://bookofproofs.github.io/.
BoP derives the results of mathematics, physics, and computer sciences using the axiomatic method. If you are passionate about mathematics, theoretical physics, or (theoretical) computer science, we warmly welcome you to contribute to this site.
The site is public, non-profit, and dedicated to sharing known mathematical theories with interested internet users.
The public website https://bookofproofs.github.io/ is deployed using Github Pages from this repository's doc
subfolder.
All other folders are auxiliary:
- In the
_sources
folder, you will find the sources of the webpages in a markdown format. - In the
_compile
folder, you will find Python scripts needed to compile the markdown format to HTML and write it into thedoc
subfolder. Before submitting a pull request, you will need these scripts to test your contributions locally.
Please check out our CONTRIBUTING.md for more detailed information.