Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | docs/library/index: Include array module in ToC. | Paul Sokolovsky | 2016-08-07 |
| | |||
* | docs/array: Document array module. | Paul Sokolovsky | 2016-08-07 |
| | |||
* | docs: Spelling mistakes | Mike Causer | 2016-08-02 |
| | |||
* | docs: Add DHT to ESP8266 Quick Ref and Tutorial | Mike Causer | 2016-08-01 |
| | |||
* | docs: Bump version to 1.8.2.v1.8.2 | Damien George | 2016-07-10 |
| | |||
* | docs/library: Fix typo in docs for usocket.listen(). | Martin Müller | 2016-06-26 |
| | |||
* | docs/conf.py: Exclude cmath from modindex for wipy. | Paul Sokolovsky | 2016-06-19 |
| | |||
* | docs/sys: print_exception: Fixes/clarifications. | Paul Sokolovsky | 2016-06-18 |
| | |||
* | docs/select: Add an article. | Paul Sokolovsky | 2016-06-18 |
| | |||
* | docs: Rebuild docs from scratch, as required for proper only:: handling. | Paul Sokolovsky | 2016-06-14 |
| | | | | | | | | | Docs are now by default rebuilt from scratch, as required to build conditionalized (i.e. using only:: directive) docs across different output types. We have pretty small docset, so that's still rather fast. However, if that's a concern, incremental rebuilds can be used by passing "FORCE=" (nothing after =) as a make parameter. This will work when using the same output type (e.g. only "html"). | ||
* | docs/conf.py: Active sphinx_selective_exclude extensions. | Paul Sokolovsky | 2016-06-12 |
| | | | | | | | | | For modindex_exclude extension, per-port module excludes are also added. With these changes, it's possible to generate docs for a particular port devoid of any superfluous and unrelated content, including in indexes and full-text search - with small caveat: when generating PDF docs after HTML, or vice-versa cached internal doctree representation (build/*/doctrees/) must be removed first. | ||
* | docs: Add sphinx_selective_exclude extension suite. | Paul Sokolovsky | 2016-06-12 |
| | | | | | | | | | | Designed specifically to workaround issues we were facing with generating multiple conditionalized output docsets from a single master doctree. Extensions were factored out into a separate project, based on the fact that many other Sphinx users experience similar or related problems: https://github.com/pfalcon/sphinx_selective_exclude Corresponds to the 182f4a8da57 upstream revision. | ||
* | docs/sys: Detailed description of print_exception() diff from traceback module. | Paul Sokolovsky | 2016-06-10 |
| | |||
* | docs/uctypes: Improve documentation. | Paul Sokolovsky | 2016-06-09 |
| | | | | Seealso and Limitations sectiosn added, better formatting and grammar. | ||
* | docs/machine*: Remove explicit targets and "machine." prefixes on classes. | Paul Sokolovsky | 2016-06-09 |
| | | | | | With currentmodule:: set properly, none are needed. Extra "machine." prefix produces wrong indexing data. | ||
* | docs/machine.Pin: Disambiguate object call method. | Paul Sokolovsky | 2016-06-09 |
| | |||
* | docs/library/index: Add builtins.rst. | Paul Sokolovsky | 2016-06-09 |
| | |||
* | docs/builtins: Enumerate all builtin functions implemented. | Paul Sokolovsky | 2016-06-09 |
| | | | | Based on unix version. No descriptions so far. | ||
* | docs/pyb.Pin: Sort .af() and .af_list() methods together. | Paul Sokolovsky | 2016-06-08 |
| | |||
* | docs/pyb.*: Use proper class case in method headers. | Paul Sokolovsky | 2016-06-08 |
| | | | | | Class designator will be used as is in indexes, so must match actual class name. | ||
* | docs/pyb.ExtInt,pyb.Pin: Mark up class methods as such. | Paul Sokolovsky | 2016-06-08 |
| | |||
* | docs/pyb.Pin: af_list() is a normal method, not a class method. | Paul Sokolovsky | 2016-06-08 |
| | |||
* | docs/pyb.CAN: Mark CAN.initfilterbanks() as classmethod explicitly. | Paul Sokolovsky | 2016-06-08 |
| | |||
* | docs/machine.Pin: Add class designator to all constants. | Paul Sokolovsky | 2016-06-08 |
| | | | | | This makes rendered docs to not provide incorrect information and consistent with how it's down for other machine classes. | ||
* | docs/machine.*: Use proper class case in method headers. | Paul Sokolovsky | 2016-06-08 |
| | | | | | Class designator will be used as is in indexes, so must match actual class name. | ||
* | docs/machine.UART: Cleanup pyboard section. | Paul Sokolovsky | 2016-06-08 |
| | |||
* | docs/machine.Pin: Remove explicit target. | Paul Sokolovsky | 2016-06-08 |
| | | | | | With currentmodule:: support, all targets should be generated properly by Sphinx. | ||
* | docs/pyb.*: Add "currentmodule:: pyb" directive. | Paul Sokolovsky | 2016-06-08 |
| | | | | | Makes sure that classes described in these separate files are properly designated as belonging to "pyb" module in indexes. | ||
* | docs/machine.*: Add "currentmodule:: machine" directive. | Paul Sokolovsky | 2016-06-08 |
| | | | | | Makes sure that classes described in these separate files are properly designated as belonging to "machine" module in indexes. | ||
* | docs/library/machine.Pin: Mention GPIO and cross-link .value() function. | Paul Sokolovsky | 2016-06-07 |
| | |||
* | docs/usocket: There must be empty line after .only:: . | Paul Sokolovsky | 2016-06-07 |
| | |||
* | docs/ure: Typo fix. | Paul Sokolovsky | 2016-06-07 |
| | |||
* | docs/esp.socket: Remove unused file. | Paul Sokolovsky | 2016-06-07 |
| | |||
* | docs/library/network: wipy: Fix literal block indentation. | Paul Sokolovsky | 2016-06-07 |
| | |||
* | docs: Add link to PDF version of docs in sidebar. | Damien George | 2016-06-06 |
| | | | | Requires a link of the form: <BASEURL>/<lang>/<ver>/micropython-<port>.pdf | ||
* | docs/esp8266/tutorial/network_basics: Minor typo fix, ap becomes ap_if. | Ben Hagen | 2016-06-06 |
| | |||
* | docs: Bump version to 1.8.1.v1.8.1 | Damien George | 2016-06-03 |
| | |||
* | docs/esp8266/general: Add note about RTC overflow. | puuu | 2016-06-03 |
| | |||
* | docs/esp8266/quickref: Update WebREPL section for 1.8.1 release. | Paul Sokolovsky | 2016-06-02 |
| | | | | WebREPL is much more stable now. | ||
* | docs/library/index: Fix grammar and spelling in intro paragraph. | Damien George | 2016-06-02 |
| | |||
* | docs/wipy/tutorial: Add note about screen key bindings on OS X. | Marcel Stör | 2016-06-02 |
| | |||
* | docs/README: Add some hints for PDF docs generation. | Paul Sokolovsky | 2016-06-02 |
| | |||
* | docs/library/index: Add intro paragraph regarding availability of modules. | Paul Sokolovsky | 2016-06-02 |
| | | | | | | This introductions makes explicit the fact that whenever possible, the documentation describes full MicroPython functionality, and arbitrary functions/classes/modules may be missing in a paricular port or build. | ||
* | esp8266/general: Typo/grammar fixes. | Paul Sokolovsky | 2016-06-01 |
| | |||
* | esp8266/quickref: Use local image of Adafruit Huzzah board. | Paul Sokolovsky | 2016-06-01 |
| | | | | | Using remote image causes problems with tools (partly because the image is semi-firewalled and can't be accessed by arbitrary tools). | ||
* | docs: math, cmath: Add port availability information. | Paul Sokolovsky | 2016-06-01 |
| | |||
* | docs/math: Typo fix. | Paul Sokolovsky | 2016-06-01 |
| | |||
* | docs/library/machine: Add documentation for machine.time_pulse_us. | Damien George | 2016-05-31 |
| | |||
* | stmhal/dac: DAC deinit() method added. | Peter Hinch | 2016-05-31 |
| | |||
* | docs/esp8266/general: Remove duplicate phrase. | Tomas R | 2016-05-30 |
| |