Skip to content

Commit

Permalink
Deployed 5d4f1ae with MkDocs version: 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mjordan committed Jan 17, 2025
1 parent 1996e06 commit d200895
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion development_guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@ <h2 id="general">General</h2>
<li>When you open a PR, you will be asked to complete the Workbench <a href="https://github.com/mjordan/islandora_workbench/blob/main/.github/PULL_REQUEST_TEMPLATE.md">PR template</a>.</li>
</ul>
</li>
<li>All code must be formatted using <a href="https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html">Black</a>. You can automatically style your code <a href="https://black.readthedocs.io/en/stable/integrations/editors.html">using Black in your IDE of choice</a>.</li>
<li>All code must be formatted using <a href="https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html">Black</a>. You can automatically style your code <a href="https://black.readthedocs.io/en/stable/integrations/editors.html">using Black in your IDE of choice</a> or from your command line. Lint checks using Black are performed during Github CI so unlinted code will cause pull request merges to fail.</li>
<li>Where applicable, unit and integration tests to accompany your code are very appreciated. Tests in Workbench fall into two categories:<ul>
<li><em>Unit tests</em> that do not require a live Islandora instance.</li>
<li><em>Integration tests</em> that require a live Islandora instance running at <code>https://islandora.dev</code> (or some other local URL).</li>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit d200895

Please sign in to comment.