From 1936238d2a020a142a46f1eb6b48de9ac833b085 Mon Sep 17 00:00:00 2001
From: Janine vN
Date: Wed, 9 Aug 2023 14:45:15 -0400
Subject: Clarify a framework rule and formatting
---
.../templates/events/pages/code-jams/10/frameworks.html | 11 +++++------
pydis_site/templates/events/pages/code-jams/10/rules.html | 2 +-
2 files changed, 6 insertions(+), 7 deletions(-)
(limited to 'pydis_site')
diff --git a/pydis_site/templates/events/pages/code-jams/10/frameworks.html b/pydis_site/templates/events/pages/code-jams/10/frameworks.html
index 428b7dd7..9f026cf2 100644
--- a/pydis_site/templates/events/pages/code-jams/10/frameworks.html
+++ b/pydis_site/templates/events/pages/code-jams/10/frameworks.html
@@ -20,7 +20,7 @@
Other libraries can be used to help build your application, but if their primary purpose is image manipulation or processing then they must be approved or from this list.
- In particular, if you'd like to use a graph/plot creating library similar to MatPlotLib or a machine learning framework/model, double check with us before deciding to use it.
+ In particular, if you'd like to use a graph/plot creating library similar to Matplotlib or a machine learning framework/model, double check with us before deciding to use it.
Pillow
-
Pillow is a fork of the Python Imaging Library (PIL). The Python Imaging Library adds image processing capabilities to your Python interpreter.
-
+
+ Pillow is a fork of the Python Imaging Library (PIL). The Python Imaging Library adds image processing capabilities to your Python interpreter.
This library provides extensive file format support, an efficient internal representation, and fairly powerful image processing capabilities.
-
The core image library is designed for fast access to data stored in a few basic pixel formats. It should provide a solid foundation for a general image processing tool.
@@ -109,7 +108,7 @@
PyQtGraph
PyQtGraph is intended for use in mathematics / scientific / engineering applications.
- Despite being written entirely in python, the library is fast due to its heavy leverage of numpy for number crunching, Qt's GraphicsView framework for 2D display, and OpenGL for 3D display.
+ Despite being written entirely in Python, the library is fast due to its heavy leverage of numpy for number crunching, Qt's GraphicsView framework for 2D display, and OpenGL for 3D display.
@@ -124,7 +123,7 @@
SciPy
- SciPy is a collection of mathematical algorithms and convenience functions built on NumPy .
+ SciPy is a collection of mathematical algorithms and convenience functions built on NumPy.
It adds significant power to Python by providing the user with high-level commands and classes for manipulating and visualizing data.
diff --git a/pydis_site/templates/events/pages/code-jams/10/rules.html b/pydis_site/templates/events/pages/code-jams/10/rules.html
index ba83311d..2ea74d3d 100644
--- a/pydis_site/templates/events/pages/code-jams/10/rules.html
+++ b/pydis_site/templates/events/pages/code-jams/10/rules.html
@@ -11,7 +11,7 @@
{% block event_content %}