File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,16 +14,16 @@ cgen: An Abstract Syntax Tree for C, in Python
1414cgen offers a simple abstract syntax tree for C and related languages
1515(C++/CUDA/OpenCL) to allow structured code generation from Python.
1616To represent mathematical expressions, cgen can be used with `pymbolic
17- <https://github.com/inducer/pymbolic> `_ .
17+ <https://github.com/inducer/pymbolic> `__ .
1818
1919Places on the web related to cgen:
2020
21- * `Python package index <http ://pypi.python. org/pypi /cgen >`_ (download releases)
22- * `Documentation <http ://documen.tician.de/cgen >`_ (read how things work)
23- * `Github <http ://github.com/inducer/cgen >`_ (get latest source code, file bugs)
21+ * `Python package index <https ://pypi.org/project /cgen >`__ (download releases)
22+ * `Documentation <https ://documen.tician.de/cgen >`__ (read how things work)
23+ * `Github <https ://github.com/inducer/cgen >`__ (get latest source code, file bugs)
2424
2525cgen is licensed under the liberal `MIT license
26- <http ://en.wikipedia.org/wiki/MIT_License> `_ and free for commercial, academic,
26+ <https ://en.wikipedia.org/wiki/MIT_License> `__ and free for commercial, academic,
2727and private use. All of cgen's dependencies can be automatically installed from
2828the package index after using::
2929
You can’t perform that action at this time.
0 commit comments