A guide for assisting Software Engineering PhD students. The guide is available online here.
If you'd like to develop and/or build the The Software Engineering PhD Guide book, you should:
- Clone this repository
- Run
pip install -r requirements.txt(it is recommended you do this within a virtual environment) - (Optional) Edit the books source files located in the
the_software_engineering_phd_guide/directory - Run
jupyter-book clean the_software_engineering_phd_guide/to remove any existing builds - Run
jupyter-book build the_software_engineering_phd_guide/
A fully-rendered HTML version of the book will be built in the_software_engineering_phd_guide/_build/html/.
We welcome and recognize all contributions. You can see a list of current contributors in the contributors tab.
This project is created using the excellent open source Jupyter Book project and the executablebooks/cookiecutter-jupyter-book template.