- Can create an empty repository for your new project e.g. on github.
- Clone it to your local hdd.
- Download the code in this repository as a zip file (ie don't clone the code, use the code download button e.g. on github click the green button and select the download option. This will will zip the entire repository with only the latest source files).
- Extract the zip into your cloned repository.
- Commit the extracted files to your new repository.
DELETE THIS LINE AND ALL TEXT ABOVE
Python module for ... See the documentation for more information.
See requirements.txt for python dependencies. The python module named parameterized is used for testing.
The documentation is hosted on Readthedocs - add link
The documentation is hosted on an ABI webserver that is accessible only within the university or via VPN - add link
-
Clone the repository to your local machine.
-
Install dependencies by
pip install -r requirements.txt
-
Navigate to the docs/
-
Issue the command:
make html
. If you get an error saying "Pandoc is missing", you might need to install Pandoc separately by "sudo apt-get install pandoc" -
Open the index.html file in
docs/build/
folder
See the following instructions for more information regarding updating documentation.
-
Fork this repository from an upstream repository to your github account (An Upstream repository is the Parent/Original repository from where you forked your repository)
-
Edit the restructuredText (.rst) or markdown (.md) files in the
docs/sources
folder (editing of these files can performed directly using the file editing tools provided by github. This will allow you to commit your changes to the repository. -
Make a pull request from your fork to the master branch of the Upstream repository.
-
Your changes will be reviewed and pulled into the Upstream repository.
Over time, your fork may become out of sync with the master branch of the Upstream repository. Create a pull request on your fork to pull in the latest changes from the master branch of the Upstream repository to get your fork back up-to-date. This can be performed directly on the github website.