Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.51 KB

File metadata and controls

22 lines (14 loc) · 1.51 KB

bookofproofs.github.io

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.

How is this repository structured?

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 the doc subfolder. Before submitting a pull request, you will need these scripts to test your contributions locally.

How can I collaborate?

Please check out our CONTRIBUTING.md for more detailed information.