Simon Legner
b078b5557a
Merge pull request #1269 from adam-devel/master
...
Add another variant of the SFMono font name
4 years ago
Phil Scherer
e8c16a88e6
Fix Codeigniter scraper
4 years ago
Simon Legner
36a75ca260
It's 2020
4 years ago
adam-devel
2601dd7d4a
Added another variant of the SFMono font to fix #1268
4 years ago
Jed Fox
55332ca7e9
Highlight table rows that are :target
5 years ago
Jed Fox
c8249126f4
Merge pull request #1144 from lgeiger/upgrade-tensorflow
...
Upgrade TensorFlow 2.1
5 years ago
Jed Fox
364be3bf11
Merge pull request #1086 from simon04/prefers-color-scheme
...
Add support for prefers-color-scheme media query
5 years ago
Jed Fox
e8b1359665
Switch to radio buttons for theme picker, only allow auto setting where supported
5 years ago
Jed Fox
6d8a44369c
Use dark-mode native UI elements in dark mode where supported
5 years ago
Lukas Geiger
02e4a384b6
Upgrade TensorFlow docs to v2.0
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
Jasper van Merle
c8380bb228
Merge pull request #841 from jmerle/mariadb
...
Add MariaDB documentation
5 years ago
Jasper van Merle
5e09a49d59
reactivex: fix ascii issue
...
Co-Authored-By: Jed Fox <git@twopointzero.us>
6 years ago
Jasper van Merle
dcbe81cd99
reactivex: process review comments
6 years ago
Jasper van Merle
0574de6812
Fix merge conflict
6 years ago
Jasper van Merle
14049dac0c
Merge branch 'master' into emilekm-master
6 years ago
Jasper van Merle
fef9589fae
Simplify service worker and don't show analytics setting/notification in development
6 years ago
Jasper van Merle
8556e5fca8
Merge branch 'master' into octave
6 years ago
Jasper van Merle
20438856d1
Fix merge conflict
6 years ago
Jasper van Merle
3e1e65efec
Merge branch 'master' into reactivex
6 years ago
Jasper van Merle
93582d3b82
mariadb: update scraper and filters to work with the official website
6 years ago
Jasper van Merle
facb0a44d2
Merge branch 'master' into mariadb
6 years ago
Jasper van Merle
f1887bc016
Merge branch 'master' into add-cypress-documentation
6 years ago
Jasper van Merle
a7a3864f9a
Fix merge conflict
6 years ago
Jasper van Merle
74323fda3e
Fix merge conflict
6 years ago
Phil Scherer
ad9e7a6269
Add Octave Documentation
6 years ago
Jasper van Merle
8a71af9c2f
Fix merge conflicts
6 years ago
Jasper van Merle
5438143cf8
Fix merge conflicts
6 years ago
Jasper van Merle
22d78b5e71
Remove scope by clicking on it or by backspacing into it ( #942 )
...
Remove scope by clicking on it or by backspacing into it
6 years ago
Jasper van Merle
f80d07412c
Merge master
6 years ago
Emil Maruszczak
6c12d53a46
Cleanup redundant bits
6 years ago
Emil Maruszczak
b45090f369
Add Mkdocs abstract scraper
6 years ago
Jasper van Merle
66a0b82e3c
Ask for consent before enabling Google Analytics and Gauges
6 years ago
Jasper van Merle
d0cf5d745c
Add ReactiveX documentation
6 years ago
Jasper van Merle
2933798bcf
Merge branch 'master' into mariadb
6 years ago
Thibaut Courouble
90ddbad8ad
2019
6 years ago
Thibaut Courouble
b6358992d5
Copy changes to reflect that DevDocs is now operated by freeCodeCamp
6 years ago
Thibaut Courouble
1688fb0b0e
Update Ruby documentation (2.5.3)
6 years ago
Jed Fox
62dcf2be4f
Don't overlay the method's source over its docs in RDoc
6 years ago
Filipe Silva
5da0214717
Add RxJS
...
The current RxJS documentation site is https://rxjs.dev/ .
It is very similar to Angular documentation site (https://angular.io/ ) so I reused most code.
Images on the documentation site seem to be broken and so the scrapper cannot download them. You can see an example of a broken image at https://rxjs.dev/api/operators/buffer .
Related to https://github.com/freeCodeCamp/devdocs/issues/939
6 years ago
Jasper van Merle
4d4a8f9200
Change cursor on search tag
6 years ago
Thibaut Courouble
f1cc4a73d9
Update MDN docs
6 years ago
Thibaut Courouble
e648ff91de
Update Node.js documentation (11.1.0)
6 years ago
Patrick Esson
f562c2face
Removed background from GitHub button
6 years ago
Jasper van Merle
bf53a00ca9
Fix merge conflicts
6 years ago
Jasper van Merle
536fa35ff9
Fix merge conflict
6 years ago
Juan González
d3196c53ed
Add documentation for cypress.io
6 years ago
Thibaut Courouble
d72de330aa
Fix external link styling in dark mode
6 years ago
Thibaut Courouble
6d5a278941
Make sure the "browser unsupported" message is styled properly
6 years ago
Thibaut Courouble
01bc31859b
Fix up switch to CSS variables
6 years ago