The LHCb Handbook is an open source project, and we welcome contributions of all kinds: new lessons, fixes to existing material, bug reports, and reviews of proposed changes are all equally welcome.
By contributing, you are agreeing that we may redistribute your work under these licenses. You also agree to abide by our contributor code of conduct.
-
We use the fork and pull model to manage changes. More information about forking a repository and making a Pull Request.
-
To build the lessons please install the dependencies.
-
For our lessons, you should branch from and submit pull requests against the
master
branch. -
When editing lesson pages, you need only commit changes to the Markdown source files.
-
If you're looking for things to work on, please see the list of issues for this repository. Comments on issues and reviews of pull requests are equally welcome.
To build the lessons locally install the following:
-
Install gitbook with
npm install gitbook-cli -g
-
To convert Markdown files into HTML pages in the
_book
directory, go into the root directory of your lesson and run:$ make
Now open
_book/index.html
in a browser to see your changes.