|
1 | 1 |
|
2 |
| -https://github.com/squidfunk/mkdocs-material |
3 |
| -Copyright (c) 2016-2024 Martin Donath < [email protected]> |
| 2 | +## MkDocs |
| 3 | + |
| 4 | +=== "Acknowledgment" |
| 5 | + |
| 6 | + This project uses MkDocs to manage and produce the content and site. |
| 7 | + |
| 8 | + - [MkDocs](https://www.mkdocs.org/) |
| 9 | + - [GitHub Project](https://github.com/mkdocs/mkdocs) |
| 10 | + |
| 11 | + > Copyright © 2014, Tom Christie. All rights reserved. |
| 12 | + |
| 13 | +=== "License" |
| 14 | + |
| 15 | + ``` |
| 16 | + Copyright © 2014-present, Tom Christie. All rights reserved. |
| 17 | + |
| 18 | + Redistribution and use in source and binary forms, with or |
| 19 | + without modification, are permitted provided that the following |
| 20 | + conditions are met: |
| 21 | + |
| 22 | + Redistributions of source code must retain the above copyright |
| 23 | + notice, this list of conditions and the following disclaimer. |
| 24 | + Redistributions in binary form must reproduce the above copyright |
| 25 | + notice, this list of conditions and the following disclaimer in |
| 26 | + the documentation and/or other materials provided with the |
| 27 | + distribution. |
| 28 | + |
| 29 | + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND |
| 30 | + CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, |
| 31 | + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 32 | + MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 33 | + DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR |
| 34 | + CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 35 | + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 36 | + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF |
| 37 | + USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 38 | + AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 39 | + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN |
| 40 | + ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 41 | + POSSIBILITY OF SUCH DAMAGE. |
| 42 | + ``` |
| 43 | + |
| 44 | +--- |
| 45 | + |
| 46 | +## Material for MkDocs |
| 47 | + |
| 48 | +=== "Acknowledgment" |
| 49 | + |
| 50 | + This project uses the Material for MkDocs theme as the basis of the notebook. |
| 51 | + |
| 52 | + - [mkdocs-material](https://squidfunk.github.io/mkdocs-material/) |
| 53 | + - [GitHub Project](https://github.com/squidfunk/mkdocs-material) |
| 54 | + |
| 55 | + > Copyright (c) 2016-2024 Martin Donath <[email protected]> |
| 56 | + |
| 57 | +=== "License" |
| 58 | + |
| 59 | + ``` |
| 60 | + Copyright (c) 2016-2024 Martin Donath <[email protected]> |
| 61 | + |
| 62 | + Permission is hereby granted, free of charge, to any person obtaining a copy |
| 63 | + of this software and associated documentation files (the "Software"), to |
| 64 | + deal in the Software without restriction, including without limitation the |
| 65 | + rights to use, copy, modify, merge, publish, distribute, sublicense, and/or |
| 66 | + sell copies of the Software, and to permit persons to whom the Software is |
| 67 | + furnished to do so, subject to the following conditions: |
| 68 | + |
| 69 | + The above copyright notice and this permission notice shall be included in |
| 70 | + all copies or substantial portions of the Software. |
| 71 | + |
| 72 | + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 73 | + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 74 | + FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE |
| 75 | + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 76 | + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
| 77 | + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS |
| 78 | + IN THE SOFTWARE. |
| 79 | + ``` |
| 80 | + |
| 81 | +--- |
| 82 | + |
| 83 | +## Marp Markdown Presentation Ecosystem |
| 84 | + |
| 85 | +=== "Acknowledgment" |
| 86 | + |
| 87 | + This project uses Marp to create the HTML and PDF presentations. |
| 88 | + |
| 89 | + - [Marp](https://marp.app/) |
| 90 | + - [GitHub Project](https://github.com/marp-team/marp) |
| 91 | + |
| 92 | + > Copyright (c) 2018-2023 Marp team ([email protected]) |
| 93 | + |
| 94 | +=== "License" |
| 95 | + |
| 96 | + ``` |
| 97 | + MIT License |
| 98 | + |
| 99 | + Copyright (c) 2018-2023 Marp team ([email protected]) |
| 100 | + |
| 101 | + Permission is hereby granted, free of charge, to any person obtaining a copy |
| 102 | + of this software and associated documentation files (the "Software"), to deal |
| 103 | + in the Software without restriction, including without limitation the rights |
| 104 | + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 105 | + copies of the Software, and to permit persons to whom the Software is |
| 106 | + furnished to do so, subject to the following conditions: |
| 107 | + |
| 108 | + The above copyright notice and this permission notice shall be included in all |
| 109 | + copies or substantial portions of the Software. |
| 110 | + |
| 111 | + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 112 | + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 113 | + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 114 | + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 115 | + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 116 | + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 117 | + SOFTWARE. |
| 118 | + ``` |
0 commit comments