Antoine Pietri
db0746c16e
Add documentation for OCaml
5 years ago
Jed Fox
4eb4bfe5da
Update Haskell to 8.8.3
5 years ago
Jed Fox
d1167597c0
Update the Django versions
5 years ago
Jed Fox
680bd1fc6a
Merge pull request #1167 from adamchainz/django_3.0
...
Update Django documentation (3.0.2)
5 years ago
Jed Fox
76d651bdb6
Merge pull request #1150 from fonsp/master
...
Added Julia base language docs for v0.7 and later
5 years ago
Jed Fox
40df521a7c
Skip broken page in Bootstrap 4
5 years ago
Jed Fox
7a4e0ea98d
Merge pull request #1158 from simon04/bootstrap
...
bootstrap: update to 3.4.1 and 4.4.1
5 years ago
Jed Fox
e2acab1d91
Merge pull request #1159 from simon04/refact-16.12
...
react: update to 16.12.0
5 years ago
Jed Fox
18f53e5038
Merge pull request #1160 from simon04/git-2.25
...
git: update to 2.25.0
5 years ago
Jed Fox
18958f4cd2
Update Flow docs
...
clean up homepage, 0.117
5 years ago
Jed Fox
88b62616e1
Merge pull request #1161 from simon04/flow
...
flow: update to 0.116.0
5 years ago
Adam Johnson
1eb151e787
Update Django documentation (3.0.2)
5 years ago
Jed Fox
c8249126f4
Merge pull request #1144 from lgeiger/upgrade-tensorflow
...
Upgrade TensorFlow 2.1
5 years ago
Jed Fox
2a95294554
Merge pull request #1138 from simon04/postgresql-12
...
postgresql: add version 12
5 years ago
Simon Legner
8c2f6e5683
flow: update to 0.116.0
5 years ago
Simon Legner
3bc8657395
git: update to 2.25.0
5 years ago
Simon Legner
761752d5ad
react: update to 16.12.0
5 years ago
Simon Legner
13d33f106c
bootstrap: update to 3.4.1 and 4.4.1
5 years ago
Jed Fox
d6c9d2b41f
Update gnuplot to 5.2.8
5 years ago
Jed Fox
7287d0bfc6
Merge pull request #1126 from Cimbali/master
...
Add documentation for gnuplot
5 years ago
Jed Fox
e647b3a5ff
Update typescript to 3.7.4
5 years ago
Jed Fox
33c2d1435a
Merge pull request #1133 from simon04/typescript
...
typescript: update to 3.7.2
5 years ago
Lukas Geiger
b63a796112
⬆️ TensorFlow 2.1
5 years ago
Jed Fox
e7b4f8eb9d
Merge pull request #1137 from simon04/ansible-2.9
...
ansible: add version 2.9
5 years ago
Jed Fox
474fcc49c6
Update ESLint to 6.8.0
5 years ago
Jed Fox
598a925190
Merge pull request #1135 from simon04/eslint
...
eslint: update to 6.7.0
5 years ago
Jed Fox
f8b3ade496
Merge pull request #1134 from simon04/sqlite
...
sqlite: update to 3.30.1
5 years ago
Jed Fox
d410cd4bef
Fix Leaflet 1.5 download
5 years ago
Jed Fox
8817ff28ba
Merge pull request #1132 from simon04/leaflet-1.6
...
leaflet: add version 1.6.0
5 years ago
Jed Fox
dca7ffd17b
Update versions & dates for Python, extract info for downloading
5 years ago
Jed Fox
428afb1f85
Merge pull request #1130 from simon04/python
...
python: add version 3.8
5 years ago
Jed Fox
d475f24c35
Add documentation on building FileScraper docs
5 years ago
Jed Fox
58a0120697
Update mongoose & angular versions to match reality
5 years ago
Jed Fox
92a0d28e48
Improve Mongoose docs
5 years ago
Jed Fox
142738e704
Merge pull request #1119 from kaltepeter/update-mongoose
...
Update mongoose version to 5.7.7
5 years ago
Jed Fox
84b8305034
Finish Angular scrapers
5 years ago
Fons van der Plas
690889e705
Added Julia base language docs for v0.7 and later
...
These docs were moved to their own section (`base`) in v0.7.
5 years ago
Lukas Geiger
02e4a384b6
Upgrade TensorFlow docs to v2.0
5 years ago
Simon Legner
74cc34486a
postgresql: add version 12
5 years ago
Simon Legner
01ff3f1fb2
ansible: add version 2.9
5 years ago
Simon Legner
73ac8c73de
eslint: update to 6.7.0
5 years ago
Simon Legner
9b86f2fdb0
sqlite: update to 3.30.1
5 years ago
Simon Legner
c60aa3e506
typescript: update to 3.7.2
5 years ago
Simon Legner
881f4af0b6
leaflet: add version 1.6.0
...
https://leafletjs.com/2019/11/17/leaflet-1.6.0.html
Updated icon from https://leafletjs.com/docs/images/favicon.ico
5 years ago
Simon Legner
362d1532a1
python: add version 3.8
5 years ago
Cimbali
f5a3152bbb
Add gnuplot documentation as source
...
Documentation is part of the gnuplot source code, available at:
- https://sourceforge.net/p/gnuplot/gnuplot-main/ci/master/tree/docs/
This can be redistributed, according the the Copyright (emphasis mine):
> * Copyright 1986 - 1993, 1998, 2004 Thomas Williams, Colin Kelley
> *
> * Permission to use, copy, and distribute this software **and its**
> * **documentation** for any purpose with or without fee is hereby granted,
> * provided that the above copyright notice appear in all copies and
> * that both that copyright notice and this permission notice appear
> * in supporting documentation.
Full copyright notice here:
https://sourceforge.net/p/gnuplot/gnuplot-main/ci/master/tree/Copyright
The term “gnuplot license” is not very widespread but brings satisfying
results on search engines (including on wikipedia), so I took the
liberty to add a link to the copyright file, taken from the “Gnuplot's
copyright” link on the gnuplot home page, http://gnuplot.info .
Here is how to build the gnuplot docs to parse them:
mkdir gnuplot-src gnuplot-conf $DEVDOCS_ROOT/docs/gnuplot
git clone -b 5.2.7 --depth 1 https://git.code.sf.net/p/gnuplot/gnuplot-main ./gnuplot-src
cd gnuplot-src/
./prepare
cd ../gnuplot-conf
../gnuplot-src/configure
make -C docs nofigures.tex
latex2html -html 5.0,math -split 4 -link 8 -long_titles 5 -dir $DEVDOCS_ROOT/docs/gnuplot -ascii_mode docs/nofigures.tex
5 years ago
Kayla Altepeter
5cd7b6de41
Update mongoose version to 5.7.7
5 years ago
Kayla Altepeter
f08cb87031
Update Angular documentation to include 7 and 8
5 years ago
Jasper van Merle
5824a4dced
Merge pull request #1107 from waldyrious/add-sequelize-documentation
...
Add Sequelize documentation
5 years ago
Jasper van Merle
089aa6158a
sequelize: finish scraper and filters
5 years ago