Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ciren/cilib-tutorial
Community driven tutorial for CIlib
https://github.com/ciren/cilib-tutorial
Last synced: 4 days ago
JSON representation
Community driven tutorial for CIlib
- Host: GitHub
- URL: https://github.com/ciren/cilib-tutorial
- Owner: ciren
- License: cc-by-sa-4.0
- Archived: true
- Created: 2018-03-01T09:03:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-04T06:19:21.000Z (over 5 years ago)
- Last Synced: 2024-05-21T00:59:56.291Z (6 months ago)
- Language: TeX
- Size: 610 KB
- Stars: 6
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-scala - CIlib-tutorial ★ 2 - A tutorial book for cilib. (Artificial Intelligence)
README
# Note:
This project will be folded into the main project repository and will
preferably be served online.# Community tutorial for CIlib
[![Build Status](https://travis-ci.org/cirg-up/cilib-tutorial.svg?branch=master)](https://travis-ci.org/cirg-up/cilib-tutorial)
Welcome to the community tutorial source repository!
## About the tutorial
The tutorial is a community project detailing the use of the CIlib
library, and the explanation of some of the concepts that are used
within the library.## Building the sources and contributions
PRs are welcome! All changes will be be reviewed before inclusion, but
the review process will be transparent and open.To build the project, you can either install the needed software on
your local machine, or you can use the docker baced build process.The book uses the build tool developed by underscore.io to convert
markdown sources into a final PDF (through the use of Pandoc and
LaTeX)You'll need to have docker (>= 1.8.0) installed (and by extension have
`docker-compose` available) locally and be familiar with how docker
operates.To build the documentation, please use the `build.sh` script (or use
the relevant `docker` commands manually, if preferred) which will
build the sources, and also start needed containers.Please remember to run `docker-compose down` when you are done!