Skip to content

Commit

Permalink
Deployed 6b2cf1d with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
globophobe committed Mar 24, 2024
1 parent 082017c commit e7e4b95
Show file tree
Hide file tree
Showing 12 changed files with 189 additions and 5 deletions.
4 changes: 4 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
<li class="toctree-l1"><a class="reference internal" href="/notes/">Notes</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="/changes/">Changes</a>
</li>
</ul>
</div>
</div>
</nav>
Expand Down
8 changes: 6 additions & 2 deletions awesome/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@
<li class="toctree-l1"><a class="reference internal" href="../notes/">Notes</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../changes/">Changes</a>
</li>
</ul>
</div>
</div>
</nav>
Expand Down Expand Up @@ -97,7 +101,7 @@ <h2 id="awesome-optional-features">Awesome optional features</h2>

<p><img src="https://raw.githubusercontent.com/globophobe/django-semantic-admin/master/docs/screenshots/django-filter.png" width="335" alt="django-filter" /></p>
<p>To enable this awesome feature, add <code>filterset_class</code> to your Django admin:</p>
<pre><code class="language-python">from semantic_admin.filters import SemanticFilterSet
<pre><code class="language-python">from semantic_forms.filters import SemanticFilterSet

class DemoFilter(SemanticFilterSet):
class Meta:
Expand All @@ -120,7 +124,7 @@ <h2 id="awesome-optional-features">Awesome optional features</h2>
<ol start="3"><li>Optional integration with <a href="https://github.com/django-import-export/django-import-export">django-import-export</a>:</li></ol>

<p><img src="https://raw.githubusercontent.com/globophobe/django-semantic-admin/master/docs/screenshots/django-import-export.png" width="670" alt="django-import-export" /></p>
<p>To enable this awesome feature, instead of <code>import_export.ImportExportModelAdmin</code>, etc:</p>
<p>To enable this awesome feature, instead of <code>ImportExportModelAdmin</code>, etc:</p>
<pre><code class="language-python">from import_export.admin import ImportExportModelAdmin

class ExampleImportExportAdmin(ImportExportModelAdmin):
Expand Down
145 changes: 145 additions & 0 deletions changes/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,145 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="../img/favicon.ico" />
<title>Changes - Django Semantic UI admin theme</title>
<link rel="stylesheet" href="../css/theme.css" />
<link rel="stylesheet" href="../css/theme_extra.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" />

<script>
// Current page data
var mkdocs_page_name = "Changes";
var mkdocs_page_input_path = "changes.md";
var mkdocs_page_url = null;
</script>

<!--[if lt IE 9]>
<script src="../js/html5shiv.min.js"></script>
<![endif]-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
</head>

<body class="wy-body-for-nav" role="document">

<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
<div class="wy-side-scroll">
<div class="wy-side-nav-search">
<a href=".." class="icon icon-home"> Django Semantic UI admin theme
</a><div role="search">
<form id ="rtd-search-form" class="wy-form" action="../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" title="Type search term here" />
</form>
</div>
</div>

<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<ul>
<li class="toctree-l1"><a class="reference internal" href="..">Home</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../install/">Install</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../customization/">Customization</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../awesome/">Awesome optional features</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../screenshots/">Screenshots</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../contributing/">Contributing</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../notes/">Notes</a>
</li>
</ul>
<ul class="current">
<li class="toctree-l1 current"><a class="reference internal current" href="./">Changes</a>
<ul class="current">
</ul>
</li>
</ul>
</div>
</div>
</nav>

<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="..">Django Semantic UI admin theme</a>

</nav>
<div class="wy-nav-content">
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href=".." class="icon icon-home" aria-label="Docs"></a></li>
<li class="breadcrumb-item active">Changes</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div class="section" itemprop="articleBody">

<h2 id="v050">v0.5.0</h2>
<p>Forms were moved to <a href="https://github.com/globophobe/django-semantic-forms">django-semantic-forms</a> so that they may be used outside of the admin.</p>

</div>
</div><footer>
<div class="rst-footer-buttons" role="navigation" aria-label="Footer Navigation">
<a href="../notes/" class="btn btn-neutral float-left" title="Notes"><span class="icon icon-circle-arrow-left"></span> Previous</a>
</div>

<hr/>

<div role="contentinfo">
<!-- Copyright etc -->
</div>

Built with <a href="https://www.mkdocs.org/">MkDocs</a> using a <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>

</div>
</div>

</section>

</div>

<div class="rst-versions" role="note" aria-label="Versions">
<span class="rst-current-version" data-toggle="rst-current-version">


<span><a href="../notes/" style="color: #fcfcfc">&laquo; Previous</a></span>


</span>
</div>
<script src="../js/jquery-3.6.0.min.js"></script>
<script>var base_url = "..";</script>
<script src="../js/theme_extra.js"></script>
<script src="../js/theme.js"></script>
<script src="../search/main.js"></script>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>

</body>
</html>
4 changes: 4 additions & 0 deletions contributing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@
<li class="toctree-l1"><a class="reference internal" href="../notes/">Notes</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../changes/">Changes</a>
</li>
</ul>
</div>
</div>
</nav>
Expand Down
4 changes: 4 additions & 0 deletions customization/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@
<li class="toctree-l1"><a class="reference internal" href="../notes/">Notes</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../changes/">Changes</a>
</li>
</ul>
</div>
</div>
</nav>
Expand Down
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@
<li class="toctree-l1"><a class="reference internal" href="notes/">Notes</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="changes/">Changes</a>
</li>
</ul>
</div>
</div>
</nav>
Expand All @@ -95,7 +99,7 @@
<h2 id="django-semantic-ui-admin-theme">Django Semantic UI admin theme</h2>
<p>A completely free (MIT) <a href="https://semantic-ui.com/">Semantic UI</a> admin theme for Django. Actually, this is my 3rd admin theme for Django. The first was forgettable, and the second was with <a href="https://purecss.io/">Pure CSS</a>. Pure CSS was great, but lacked JavaScript components.</p>
<p>Semantic UI looks professional, and has great JavaScript components.</p>
<p>Log in to the demo with username <code>django</code> and password <code>semantic-admin</code>: <a href="https://semantic-admin.com">https://semantic-admin.com</a></p>
<p>Log in to the demo with username <code>admin</code> and password <code>semantic</code>: <a href="https://semantic-admin.com">https://semantic-admin.com</a></p>
<h2 id="why">Why?</h2>
<ul>
<li>Looks professional, with a nice sidebar.</li>
Expand Down Expand Up @@ -153,5 +157,5 @@ <h2 id="why">Why?</h2>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2024-01-03 01:44:16.862272+00:00
Build Date UTC : 2024-03-24 11:00:54.552346+00:00
-->
4 changes: 4 additions & 0 deletions install/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@
<li class="toctree-l1"><a class="reference internal" href="../notes/">Notes</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../changes/">Changes</a>
</li>
</ul>
</div>
</div>
</nav>
Expand Down
7 changes: 7 additions & 0 deletions notes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../changes/">Changes</a>
</li>
</ul>
</div>
</div>
</nav>
Expand Down Expand Up @@ -99,6 +103,7 @@ <h2 id="notes">Notes</h2>
</div><footer>
<div class="rst-footer-buttons" role="navigation" aria-label="Footer Navigation">
<a href="../contributing/" class="btn btn-neutral float-left" title="Contributing"><span class="icon icon-circle-arrow-left"></span> Previous</a>
<a href="../changes/" class="btn btn-neutral float-right" title="Changes">Next <span class="icon icon-circle-arrow-right"></span></a>
</div>

<hr/>
Expand All @@ -124,6 +129,8 @@ <h2 id="notes">Notes</h2>
<span><a href="../contributing/" style="color: #fcfcfc">&laquo; Previous</a></span>


<span><a href="../changes/" style="color: #fcfcfc">Next &raquo;</a></span>

</span>
</div>
<script src="../js/jquery-3.6.0.min.js"></script>
Expand Down
4 changes: 4 additions & 0 deletions screenshots/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@
<li class="toctree-l1"><a class="reference internal" href="../notes/">Notes</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../changes/">Changes</a>
</li>
</ul>
</div>
</div>
</nav>
Expand Down
4 changes: 4 additions & 0 deletions search.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
<li class="toctree-l1"><a class="reference internal" href="./notes/">Notes</a>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="./changes/">Changes</a>
</li>
</ul>
</div>
</div>
</nav>
Expand Down
Loading

0 comments on commit e7e4b95

Please sign in to comment.