Commit Graph

67 Commits

Author SHA1 Message Date
Grimmer 89682dabfe
DOC Replace "Javascript" with "JavaScript" in documents and comments [skip ci] (#1860) 2021-09-29 10:01:53 +02:00
Roman Yurchak 66b33226ed
Release src/js as a npm package (#1762) 2021-07-31 20:46:22 +02:00
Hood Chatham b4f4bcffdc
Update to Python 3.9.5 (#1637)
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2021-06-19 15:49:25 -07:00
Roman Yurchak 299e4d9047
DOC Add communication channels links (#1544) 2021-04-28 15:48:54 +02:00
Roman Yurchak 1d623f4690
DOC Minor documentation improvements (#1522) 2021-04-21 22:57:45 +02:00
Roman Yurchak c49dd7ad5f
Version 0.17.0 (#1515) 2021-04-21 21:51:28 +02:00
Roman Yurchak cae11abf78
DOC Make dev documentation consistent + version warnings (#1479)
Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
2021-04-17 19:18:52 +02:00
Hood Chatham 6fd605e436
FAQ pickle to send objects from server to client (#1451) 2021-04-12 09:34:02 -07:00
Hood Chatham 7716755d0e
DOCS Update readme, index and about page, edits to usage docs (#1420) 2021-04-07 00:11:00 +02:00
Roman Yurchak 35e637f65f
DOC Update readme to use documentation from 0.17.0a2 (#1417) 2021-04-02 09:41:44 +02:00
Roman Yurchak 8ac788c424
DOC Rename repo links under the Pyodide org (#1383) 2021-03-29 10:37:03 +02:00
Roman Yurchak afb522ed59
Release 0.17.0a2 (#1356) 2021-03-21 19:03:09 +01:00
Roman Yurchak 16c3514b7e
DOC Update the documentation domain to pyodide.org (#1301) 2021-03-03 14:57:48 +01:00
Roman Yurchak a79e2893f2
DOC Update project subtitle to be more general (#1246) 2021-02-15 21:27:28 +01:00
Roman Yurchak 2771ded002
DOC Fix pyodide logo in readme (#1254) 2021-02-15 09:28:58 +01:00
rdb 5d392a6699
DOC Fix broken links in README.md (#1199) 2021-02-06 11:48:13 +01:00
Hood Chatham 7d68edc447
DOC Fix broken link in readme (#1174) 2021-01-25 13:19:17 +01:00
Roman Yurchak 0d10cfaded
Release 0.16.1 (#950) 2020-12-25 22:05:54 +01:00
Roman Yurchak 950a574625
DOC Add pyodide logo (#777) 2020-10-29 23:38:32 +01:00
Roman Yurchak fc5495ffdb
Update to Python 3.8.2 (#712)
* Updating to CPython 3.8

* More fixes

* Skip python headers check in tools/dependency-check.sh

* Fix checksum

* Fix packages

* Fix syntax error

* Fix benchmark path

* Update CPython tests

* More test fixes

* Fix PyStone

* More Cpython test fixes

* Update docs

* Fix issue in conftest

* Add documentation

* Upload updated Docker image
2020-07-07 16:21:33 +02:00
Aditya Shankar 12a42508fc
DOC corrected contribution link (#706) 2020-06-30 11:25:24 +02:00
Roman Yurchak dd4d788694
Update changelog, minor doc fixes and CDN URL updates (#668) 2020-05-20 18:58:43 +02:00
Roman Yurchak f2c4d63c89
DOC Improve README and documentation (#665) 2020-05-19 18:14:56 +02:00
Jan Max Meyer 34fe891033
DOC README.md direct link to Pyodide console.html (#654) 2020-05-12 08:39:13 +02:00
William Lachance c3ac3d3357
Document and check for a few more things when building pyodide (#593)
* cmake
* pkg-config
* fix check for pyyaml
2020-01-02 17:42:43 -05:00
Dorian Pula f14c3fe5c8 Update the documentation around dev dependencies. (#565) 2019-11-19 11:11:46 -05:00
William Lachance cf6b8e11e5 Update README for building on Mac 2019-10-21 12:27:18 -04:00
William Lachance 3946cf8003
Add a docs badge to top of README (#543)
This makes it slightly easier to find the docs from repository's README
2019-10-21 10:39:17 -04:00
Yuvi Panda c0627967c5 DOC Fix broken footer link to 'Try Pyodide' (#484) 2019-07-07 10:45:57 +02:00
Michael Droettboom 62fdb183e9
Update docs link to readthedocs (#477) 2019-06-22 18:28:48 -04:00
Carol Willing 9f4dceb812 Adds Sphinx documentation build (#474)
* create proof of concept

* add rtd config file

* edit config

* minor edits in rst files

* update config from proof of concept to prod

* add a bit more explanation to contents page

* Label markdown block as js to prevent Sphinx warning

* correct links warning in Sphinx

* fix typo
2019-06-22 18:22:38 -04:00
Carol Willing 4c81899661 Update the main readme file to be more user-focused (#475)
* Edit README headings and navigation

* Add minor edits and bottom nav

* correct link and typo

* Address review comments and fix another typo

* remove unneeded link from nav
2019-06-21 20:25:44 -04:00
Roman Yurchak 2cf8639973 MAINT Move package tests under packages/ dir (#471)
* Move package tests under the packages/ folder

* Fix tests
2019-06-19 14:26:08 -04:00
Michael Droettboom 0ca6505261 Update docs about Netlify. 2019-05-31 16:02:51 -04:00
Madhur Tandon 6ca7c116c2 Update Instructions for Building Pyodide (#425)
Add a tip: increase the maximum allowable RAM usage to the docker container if `make` stops without any valid reason.
2019-05-16 10:03:18 -04:00
Bob "Wombat" Hogg 6e561d2b19 README.md: Remove cd /src instruction for Docker (#396) 2019-04-24 11:09:17 -04:00
Michael Droettboom 7441d5250e Partially address #338: Provide simple method for interactive testing
This adds a basic repl-like console webpage that can be used for
testing of the local pyodide install.

It removes the broken examples based on standalone iodide.
2019-03-15 12:54:08 -04:00
Michael Droettboom 28445d5a16
Update the demo link in the README 2019-01-31 18:05:39 -05:00
Madhur Tandon ffa2f7df90 Wrap to 80 characters per line 2018-12-11 20:03:48 +05:30
Madhur Tandon 4abae985ea Add Documentation + Minor Changes 2018-12-11 13:26:51 +05:30
Michael Droettboom ff5b9e61da Trivial change to ping CI 2018-11-07 16:15:43 -05:00
Roman Yurchak 29315ccf42 DOC Add link to the demo in the readme 2018-10-29 10:22:58 +01:00
Michael Droettboom 4562841b61 Provide a Docker image for building 2018-10-08 15:33:33 -04:00
Michael Droettboom 56562257ef Fix #71: Upgrade to Python 3.7 2018-09-06 10:56:33 -04:00
Roman Yurchak 153c6324b9 Copy test data in a pytest fixture 2018-08-28 14:42:14 +03:00
Michael Droettboom 38f839df71
Merge pull request #94 from rth/skip-compile-and-configure
Skip compile and configure cases during numpy build
2018-07-26 13:29:37 -04:00
Roman Yurchak 4d7ce3f36c Mention chromedriver in the README 2018-07-26 11:45:00 +02:00
Michael Droettboom 73934a3f44 Use instafail so we can see what's going on 2018-07-25 07:27:15 -04:00
Michael Droettboom 5ea44b2d18 Trivial change to trigger rebuild 2018-07-24 12:59:07 -04:00
Michael Droettboom 2261af6dae Mention ccache in the README 2018-07-24 12:59:07 -04:00