******************************* Chapter 1. Project Management ******************************* .. include:: /global.rst Sections =========== .. toctree:: :maxdepth: 2 git document work-on-servers Lecture Slides & Resources =========================== .. table:: :class: tight-table =========================================== ======================================================================================================================================================================================================================================================================= Section Slides =========================================== ======================================================================================================================================================================================================================================================================= Git and Github :download:`PDF `, `video records `_ Document Your Project :download:`PPT `, `video records `_ Work on the Server Machines :download:`PPT ` =========================================== ======================================================================================================================================================================================================================================================================= Prerequisites =============== The following softwares are required in this Chapter - An Internet browser (e.g., Chrome, Firefox). - A Python environment. Make sure that a python interpreter (``>=3.5``) is installed. - Python package ``sphinx`` and ``sphinx-rtd-theme``. Follow the section :ref:`project-man-doc-sphinx-start` to install them, so that the command ``sphinx-quickstart`` works. - Shell commands, ``ssh``, ``scp``, ``rsync``, ``sshfs`` and ``wget``. Install them using the package manager of your local system, e.g., ``apt-get`` in a Ubuntu distribution.