File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
doc/sphinx/develop/compiling Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ compile Cantera on your operating system.
154
154
# - perl # optional (needed for documentation)
155
155
# - coolprop # optional (needed for some examples)
156
156
# - pint # optional (needed for some examples)
157
+ # - jinja2 # optional (needed for code generation; example: .NET interface)
157
158
# - pip: # optional (list of PyPI managed packages)
158
159
# - "git+https://github.com/Cantera/sphinx-tags.git@main" # optional (needed for documentation)
159
160
` ` `
Original file line number Diff line number Diff line change @@ -204,3 +204,13 @@ compiler is required only if you plan to build the Fortran module.
204
204
205
205
- Required to build the dependency graph images in the C++ API Documentation
206
206
- Known to work with version 2.40.1, expected to work with versions >=2.40.1
207
+
208
+ - [ Jinja] ( https://jinja.palletsprojects.com/en/stable/ )
209
+
210
+ - Required for experimental code generation (example: .NET interface)
211
+ - Known to work for Jinja 3.1.4
212
+
213
+ - [ .NET] ( https://dotnet.microsoft.com/ )
214
+
215
+ - Required for the compilation of the experimental .NET interface
216
+ - Known to work for the .NET 6.0 SDK
You can’t perform that action at this time.
0 commit comments