Skip to content

Commit f7b3205

Browse files
author
james
committed
docs: move supported frameworks into single reusable
1 parent 404f722 commit f7b3205

File tree

7 files changed

+96
-126
lines changed

7 files changed

+96
-126
lines changed

docs/language/support/csharp-frameworks.csv

Lines changed: 0 additions & 9 deletions
This file was deleted.

docs/language/support/framework-support.rst

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -12,40 +12,4 @@ The libraries and queries in version |version| have been explicitly checked agai
1212

1313
.. There is currently no built-in support for libraries or frameworks for C/C++.
1414
15-
C# built-in support
16-
================================
17-
18-
.. csv-table::
19-
:file: csharp-frameworks.csv
20-
:header-rows: 1
21-
:class: fullWidthTable
22-
:widths: auto
23-
24-
Java built-in support
25-
==================================
26-
27-
.. csv-table::
28-
:file: java-frameworks.csv
29-
:header-rows: 1
30-
:class: fullWidthTable
31-
:widths: auto
32-
33-
34-
JavaScript and TypeScript built-in support
35-
=======================================================
36-
37-
.. csv-table::
38-
:file: javascript-typescript-frameworks.csv
39-
:header-rows: 1
40-
:class: fullWidthTable
41-
:widths: auto
42-
43-
44-
Python built-in support
45-
====================================
46-
47-
.. csv-table::
48-
:file: python-frameworks.csv
49-
:header-rows: 1
50-
:class: fullWidthTable
51-
:widths: auto
15+
.. include:: reusables/frameworks.rst

docs/language/support/java-frameworks.csv

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/language/support/javascript-typescript-frameworks.csv

Lines changed: 0 additions & 23 deletions
This file was deleted.

docs/language/support/python-frameworks.csv

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
.. There is currently no built-in support for libraries or frameworks for C/C++.
2+
3+
C# built-in support
4+
================================
5+
6+
.. csv-table::
7+
:header-rows: 1
8+
:class: fullWidthTable
9+
:widths: auto
10+
11+
Name, Category
12+
ASP.NET, Web application framework
13+
ASP.NET Core, Web application framework
14+
ASP.NET Razor templates, Web application framework
15+
EntityFramework, Database ORM
16+
EntityFramework Core, Database ORM
17+
Json.NET, Serialization
18+
NHibernate, Database ORM
19+
WinForms, User interface
20+
21+
Java built-in support
22+
==================================
23+
24+
.. csv-table::
25+
:header-rows: 1
26+
:class: fullWidthTable
27+
:widths: auto
28+
29+
Name, Category
30+
Hibernate, Database
31+
iBatis / MyBatis, Database
32+
Java Persistence API (JPA), Database
33+
JDBC, Database
34+
Protobuf, Serialization
35+
Kryo deserialization, Serialization
36+
SnakeYaml, Serialization
37+
Spring JDBC, Database
38+
Spring MVC, Web application framework
39+
Struts, Web application framework
40+
Thrift, RPC framework
41+
XStream, Serialization
42+
43+
JavaScript and TypeScript built-in support
44+
=======================================================
45+
46+
.. csv-table::
47+
:header-rows: 1
48+
:class: fullWidthTable
49+
:widths: auto
50+
51+
Name, Category
52+
angularjs, HTML framework
53+
axios, Network communicator
54+
browser, Runtime environment
55+
electron, Runtime environment
56+
express, Server
57+
hapi, Server
58+
jquery, Utility library
59+
koa, Server
60+
lodash, Utility library
61+
mongodb, Database
62+
mssql, Database
63+
mysql, Database
64+
node, Runtime environment
65+
postgres, Database
66+
ramda, Utility library
67+
react, HTML framework
68+
request, Network communicator
69+
sequelize, Database
70+
socket.io, Network communicator
71+
sqlite3, Database
72+
superagent, Network communicator
73+
underscore, Utility library
74+
75+
76+
77+
Python built-in support
78+
====================================
79+
80+
.. csv-table::
81+
:header-rows: 1
82+
:class: fullWidthTable
83+
:widths: auto
84+
85+
Name, Category
86+
Bottle, Web framework
87+
CherryPy, Web framework
88+
Django, Web application framework
89+
Falcon, Web API framework
90+
Flask, Microframework
91+
Pyramid, Web application framework
92+
Tornado, Web application framework and asynchronous networking library
93+
Turbogears, Web framework
94+
Twisted, Networking engine
95+
WebOb, WSGI request library

docs/language/support/versions-compilers.rst

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)