From 7e734177457aef2da566cdbce893a64fea8b368f Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Thu, 8 Sep 2022 10:07:40 -0700 Subject: [PATCH] Fix formatting: Quotes (ASCII) --- Docs/source/developer/design_principles.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/source/developer/design_principles.rst b/Docs/source/developer/design_principles.rst index 8deadcc..252ad3a 100644 --- a/Docs/source/developer/design_principles.rst +++ b/Docs/source/developer/design_principles.rst @@ -48,7 +48,7 @@ Computations inside PICMI PICMI defines a parameter structure. Convenient computations are performed automatically. - “Computations” here are filling in different representations of the + "Computations" here are filling in different representations of the same input data. Redundancies are allowed, though should be limited to different representations of a physical concept (e.g. laser a0/e0). @@ -85,7 +85,7 @@ Types For simplicity **strong typing** is used, i.e. variables are checked against a finite list of type specifications. However, this finite list of type specifications is kept **permissive**, including (1) general -types (e.g. iterable instead of “list”), and (2) common library types +types (e.g. iterable instead of "list"), and (2) common library types (e.g. numpy types). Identifying Objects