File README.md changed (mode: 100644) (index 5f6da68..40eb922) |
... |
... |
The source code, hosted at <https://rocketgit.com/user/caubert/CSCI_3410>, is or |
12 |
12 |
~~~{.plain} |
~~~{.plain} |
13 |
13 |
. |
. |
14 |
14 |
├── notes/ |
├── notes/ |
15 |
|
│ ├── bib/ -- References. |
|
16 |
|
│ ├── code/ -- Source code included in the document. |
|
17 |
|
│ ├── fig/ -- Source code for various figures used in the document. |
|
18 |
|
│ ├── img/ -- Various image files integrated in the document. |
|
19 |
|
│ ├── latex/ -- Latex configuration file. |
|
20 |
|
│ ├── style/ -- css style used for the web page. |
|
21 |
|
│ ├── lectures_notes.md -- The main file for the lecture notes. |
|
22 |
|
│ ├── Makefile -- Directives to generate the lecture notes. |
|
23 |
|
│ └── temp.md -- Temporary file, for debugging purposes |
|
24 |
|
└── README.md -- The present file |
|
|
15 |
|
│ ├── bib/ -- References. |
|
16 |
|
│ ├── code/ -- Source code included in the document. |
|
17 |
|
│ ├── fig/ -- Source code for various figures used in the document. |
|
18 |
|
│ ├── img/ -- Various image files integrated in the document. |
|
19 |
|
│ ├── latex/ -- Latex configuration file. |
|
20 |
|
│ ├── style/ -- css style used for the web page. |
|
21 |
|
│ ├── lectures_notes.md -- The main file for the lecture notes. |
|
22 |
|
│ ├── Makefile -- Directives to generate the lecture notes. |
|
23 |
|
│ └── temp.md -- Temporary file, for debugging purposes |
|
24 |
|
├── CONTRIB.md -- A guide on how to contribute |
|
25 |
|
├── KNOWN_BUGS.md -- A list of possible bugs, improvments, things to check, ... |
|
26 |
|
├── LICENSE.md -- The licence of those notes. |
|
27 |
|
└── README.md -- The present file |
25 |
28 |
~~~ |
~~~ |
26 |
29 |
|
|
27 |
30 |
Before compiling this document, you will need to install |
Before compiling this document, you will need to install |
|
... |
... |
The simplest way to contribute is to report typos, errors or misleading statemen |
55 |
58 |
- You can submit bug reports at <https://rocketgit.com/user/caubert/CSCI_3410/bug> (requires an account). |
- You can submit bug reports at <https://rocketgit.com/user/caubert/CSCI_3410/bug> (requires an account). |
56 |
59 |
- You can contact or visit me, cf. <http://spots.augusta.edu/caubert/#contact>. |
- You can contact or visit me, cf. <http://spots.augusta.edu/caubert/#contact>. |
57 |
60 |
|
|
|
61 |
|
Refer to `CONTRIB.md` for more information. |
|
62 |
|
|
58 |
63 |
## Authors |
## Authors |
59 |
64 |
|
|
60 |
65 |
- **Clément Aubert** - *Initial work* - <http://spots.augusta.edu/caubert/> |
- **Clément Aubert** - *Initial work* - <http://spots.augusta.edu/caubert/> |
|
... |
... |
See also the list of contributors who participated in this project (to come). |
64 |
69 |
## License |
## License |
65 |
70 |
|
|
66 |
71 |
This project is licensed under the [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) licence: you are free to share and adapt this document, as long as you give proper credit. |
This project is licensed under the [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) licence: you are free to share and adapt this document, as long as you give proper credit. |
|
72 |
|
Refer to `LICENSE.md` for the complete licence. |