-
Notifications
You must be signed in to change notification settings - Fork 0
License
scipy-lectures/lectures.scientific-python.org
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
<!DOCTYPE html> <html lang="en" data-content_root="./"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" /> <title>License — Scientific Python Lectures</title> <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" /> <link rel="stylesheet" type="text/css" href="_static/nature.css?v=c29d3f28" /> <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" /> <link rel="stylesheet" type="text/css" href="https://unpkg.com/[email protected]/build/base-min.css" /> <link rel="stylesheet" type="text/css" href="_static/sg_gallery.css?v=d2d258e8" /> <link rel="stylesheet" type="text/css" href="_static/sg_gallery-binder.css?v=f4aeca0c" /> <link rel="stylesheet" type="text/css" href="_static/sg_gallery-dataframe.css?v=2082cf3c" /> <link rel="stylesheet" type="text/css" href="_static/sg_gallery-rendered-html.css?v=1277b6f3" /> <script src="_static/documentation_options.js?v=5c1ee5ea"></script> <script src="_static/doctools.js?v=9a2dae69"></script> <script src="_static/sphinx_highlight.js?v=dc90522c"></script> <script src="_static/clipboard.min.js?v=a7894cd8"></script> <script src="_static/copybutton.js?v=0729d509"></script> <script src="https://code.jquery.com/jquery-3.7.0.min.js"></script> <script src="_static/scroll_highlight_toc.js?v=cbac5d29"></script> <link rel="icon" href="_static/favicon.ico"/> <link rel="author" title="About these documents" href="about.html" /> <link rel="search" title="Search" href="search.html" /> <script defer data-domain="lectures.scientific-python.org" src="https://views.scientific-python.org/js/script.js"></script> </head><body> <!-- Use the header to add javascript --> <script type="text/javascript"> // Function to toggle tip div function toggle_tip_div(obj) { $(obj).find("p.summary").remove(); var content = $(obj).text(); var html = $(obj).html(); if ($(obj).hasClass("collapsed")) { // Expand $(obj).html('<p class="summary"><img src="_static/minus.png"></p>' + html); } else { // Collapse if(content.length > 50) { content = content.substr(0, 47); } $(obj).html('<p class="summary"><img src="_static/plus.png">' + content + '...</p>' + html); } $(obj).toggleClass("collapsed"); } $(document).ready(function () { $(".tip").each(function() { $(this).find("p.admonition-title").remove(); }); // Collapse all tips and add plus sign $(".tip").each(function() { toggle_tip_div($(this)); }); $(".tip") .click(function(event){ // Change state of the global button $('div.related li.transparent').removeClass('transparent'); toggle_tip_div($(this)); if (event.target.tagName.toLowerCase() != "a") { return true; //Makes links clickable } }); }); </script> <div class="related" role="navigation" aria-label="Related"> <h3>Navigation</h3> <ul> <li class="nav-item nav-item-0"><a href="index.html">Scientific Python Lectures</a> »</li> <li class="nav-item nav-item-this"><a href="">License</a></li> <!-- Insert a tip toggle in the navigation bar --> <li class="left"> <!-- On click, expand all tips --> <!-- <a> <img src="_static/plus.png" alt="Expand tips" style="padding: 1ex;"/> <span class="hiddenlink">Collapse document to compact view</span> </a> --> </li> <li class="right edit_on_github"><a href="https://github.com/scipy-lectures/scientific-python-lectures/edit/main/LICENSE.rst">Edit <span class="tooltip"> Improve this page:<br/>Edit it on Github. </span> </a> </li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <section id="license"> <h1>License<a class="headerlink" href="#license" title="Link to this heading">¶</a></h1> <p>All code and material is licensed under a</p> <p>Creative Commons Attribution 4.0 International License (CC-by)</p> <p><a class="reference external" href="https://creativecommons.org/licenses/by/4.0/">https://creativecommons.org/licenses/by/4.0/</a></p> <p>See the AUTHORS.rst file for a list of contributors.</p> <p><div style="clear: both"></div></p> </section> <div class="clearer"></div> </div> </div> </div> <div class="sphinxsidebar" role="navigation" aria-label="Main"> <div class="sphinxsidebarwrapper"> <div role="note" aria-label="source link"> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="_sources/LICENSE.rst.txt" rel="nofollow">Show Source</a></li> </ul> </div> <search id="searchbox" style="display: none" role="search"> <h3 id="searchlabel">Quick search</h3> <div class="searchformwrapper"> <form class="search" action="search.html" method="get"> <input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/> <input type="submit" value="Go" /> </form> </div> </search> <script>document.getElementById('searchbox').style.display = "block"</script> </div> </div> <div class="clearer"></div> </div> <div class="related" role="navigation" aria-label="Related"> <h3>Navigation</h3> <ul> <li class="nav-item nav-item-0"><a href="index.html">Scientific Python Lectures</a> »</li> <li class="nav-item nav-item-this"><a href="">License</a></li> <!-- Insert a tip toggle in the navigation bar --> <li class="left"> <!-- On click, expand all tips --> <!-- <a> <img src="_static/plus.png" alt="Expand tips" style="padding: 1ex;"/> <span class="hiddenlink">Collapse document to compact view</span> </a> --> </li> <li class="right edit_on_github"><a href="https://github.com/scipy-lectures/scientific-python-lectures/edit/main/LICENSE.rst">Edit <span class="tooltip"> Improve this page:<br/>Edit it on Github. </span> </a> </li> </ul> </div> <div class="footer" role="contentinfo"> © Copyright 2024. Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.0.2. </div> </body> </html>