Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Update number of supported dev/platforms to 30+
.. Copyright (c) 2014-present PlatformIO <contact@platformio.org> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by...
.. Copyright (c) 2014-present PlatformIO <contact@platformio.org> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by...
Add link to online Break-In
nonogram-solver =============== Simple script that solves nonograms. It has no great interface, just pass in the nonogram in two lists of lists into `Puzzle()` and either call `solve()` or `solve_step()` to solve the nonogram entirely or on a step-by-step basis respectively. This script was made to solve a nonogram f...
nonogram-solver =============== Simple script that solves nonograms. It has no great interface, just pass in the nonogram in two lists of lists into `Puzzle()` and either call `solve()` or `solve_step()` to solve the nonogram entirely or on a step-by-step basis respectively. This script was made to solve a nonogram f...
Print imported module in readme
=========== json-sempai =========== .. image:: https://travis-ci.org/kragniz/json-sempai.png?branch=master :target: https://travis-ci.org/kragniz/json-sempai Have you ever been kept awake at night, desperately feeling a burning desire to do nothing else but directly import json files in python? Now you can! Usag...
=========== json-sempai =========== .. image:: https://travis-ci.org/kragniz/json-sempai.png?branch=master :target: https://travis-ci.org/kragniz/json-sempai Have you ever been kept awake at night, desperately feeling a burning desire to do nothing else but directly import json files in python? Now you can! Usag...
Include the soap client example in the documentation
Getting Started =============== For now here is just a working example. You can find it in the examples directory of the source distribution. .. literalinclude:: ../examples/demo/demo.py :language: python
Getting Started =============== For now here is just a working example. You can find it in the examples directory of the source distribution. .. literalinclude:: ../examples/demo/demo.py :language: python When running this example, the following soap client can interrogate the web services: .. literalinclude:: ...
Fix typo in travis badge
.. image:: https:///travis-ci.org/dokipen/tubing.svg?branch=master :target: https://travis-ci.org/dokipen/tubing/ .. image:: https://coveralls.io/repos/github/dokipen/tubing/badge.svg?branch=master :target: https://coveralls.io/github/dokipen/tubing?branch=master .. image:: https://img.shields.io/pypi/v/tubing....
.. image:: https://travis-ci.org/dokipen/tubing.svg?branch=master :target: https://travis-ci.org/dokipen/tubing/ .. image:: https://coveralls.io/repos/github/dokipen/tubing/badge.svg?branch=master :target: https://coveralls.io/github/dokipen/tubing?branch=master .. image:: https://img.shields.io/pypi/v/tubing.s...
Revise placeholder docs for Plasma class
************************************** plasma class ************************************** .. currentmodule:: plasmapy.classes.plasma introduction ============ The :class:`Plasma` class is the basic structure that contains the physical systems information. You inital some plasma system by creating an instance of th...
****** Plasma ****** .. currentmodule:: plasmapy.classes.plasma Introduction ============ The :class:`Plasma` class is a basic structure to contain physical information about a plasma. To initialize a plasma system, first create an instance of the :class:`Plasma` class and then set the :attr:`Plasma.density`, :attr...
Add Taras Lebiak to Authors, thanks @kissarat
``python-stop-words`` was originally created in middle 2014 at home, the bedroom division of the Alireza's place somewhere on planet earth maybe. The PRIMARY AUTHORS are (and/or have been): * Alireza Savand <alireza.savand@gmail.com> * François‎ And here is an inevitably incomplete list of MUCH-APPRECIATED CONTRIBUT...
``python-stop-words`` was originally created in middle 2014 at home, the bedroom division of the Alireza's place somewhere on planet earth maybe. The PRIMARY AUTHORS are (and/or have been): * Alireza Savand <alireza.savand@gmail.com> * François‎ And here is an inevitably incomplete list of MUCH-APPRECIATED CONTRIBUT...
Fix a date for release.
0.3.0 (??-03-2014) ------------------ - Added a :class:`Gateway <crabpy.gateway.crab.CrabGateway>` for the Crab webservice. - Added caching to the Crab Gateway using `Dogpile <https://bitbucket.org/zzzeek/dogpile.cache>`_ 0.2.1 (21-02-2014) ------------------ - Document how to connect to the services through a...
0.3.0 (12-03-2014) ------------------ - Added a :class:`Gateway <crabpy.gateway.crab.CrabGateway>` for the Crab webservice. - Added caching to the Crab Gateway using `Dogpile <https://bitbucket.org/zzzeek/dogpile.cache>`_ 0.2.1 (21-02-2014) ------------------ - Document how to connect to the services through a...
Remove duplicate "Storage" in title
Google Storage Storage Driver Documentation =========================================== Current version of the Google Storage driver in Libcloud uses S3 compatibility layer and as such, only supports `XML API v1.0`_. If you are a new Google Cloud Storage customers, you need to enable API v1.0 access and choose a defa...
Google Storage Driver Documentation =================================== Current version of the Google Storage driver in Libcloud uses S3 compatibility layer and as such, only supports `XML API v1.0`_. If you are a new Google Cloud Storage customers, you need to enable API v1.0 access and choose a default project in t...
Update the exception class shown in a doc example
HTTP Features ============= If the requests package is installed, listparser will be able to accept HTTP and HTTPS URL's for parsing. For example: .. code-block:: pycon >>> result = listparser.parse('https://domain.example/feeds.opml') A 30-second timeout is set on all requests. If requests is not installed, ...
HTTP Features ============= If the requests package is installed, listparser will be able to accept HTTP and HTTPS URL's for parsing. For example: .. code-block:: pycon >>> result = listparser.parse('https://domain.example/feeds.opml') A 30-second timeout is set on all requests. If requests is not installed, ...
Add caveat about running tests.
seqfile ======= Generate sequential file names in a thread-safe way. Usage ----- If you want to create sequential files to write output to (say from different threads or from consecutive runs of the same program), then you can use this module. :: # Assume files "./a.0.txt" and "./a.3.txt" exist. >> import ...
seqfile ======= Generate sequential file names in a thread-safe way. Usage ----- If you want to create sequential files to write output to (say from different threads or from consecutive runs of the same program), then you can use this module. :: # Assume files "./a.0.txt" and "./a.3.txt" exist. >> import ...
Fix webcam.py example run instruction
Webcam server ============= This example illustrates how to read frames from a webcam and send them to a browser. Running ------- First install the required packages: .. code-block:: console $ pip install aiohttp aiortc opencv-python When you start the example, it will create an HTTP server which you can conn...
Webcam server ============= This example illustrates how to read frames from a webcam and send them to a browser. Running ------- First install the required packages: .. code-block:: console $ pip install aiohttp aiortc opencv-python When you start the example, it will create an HTTP server which you can conn...
Update docs with project links
.. chess_py documentation master file, created by sphinx-quickstart on Sat Sep 17 16:32:26 2016. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to chess_py's documentation! ==================================== Contents: .. toctree:: ...
.. chess_py documentation master file, created by sphinx-quickstart on Sat Sep 17 16:32:26 2016. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to chess_py's documentation! ==================================== :author: Aubhro Sengupta :...
Update changelog for 0.3.0 release
Changelog ========= 0.3.0 - ????-??-?? ------------------ * **Breaking change** - Rename ``MavenArtifactoryClient`` to ``GenericArtifactoryClient`` and move all Maven- specific logic to a URL generator class that can be injected into it. Users creating the client via ``new_maven_client`` shouldn't notice any chang...
Changelog ========= 0.3.0 - 2015-12-24 ------------------ * **Breaking change** - Rename ``MavenArtifactoryClient`` to ``GenericArtifactoryClient`` and move all Maven- specific logic to a URL generator class that can be injected into it. Users creating the client via ``new_maven_client`` shouldn't notice any chang...
Add more explicit note about transitioning of documentation.
.. toctree:: :maxdepth: 1 :hidden: project-status security-issues getting-help reporting-bugs release-notes mod_wsgi ======== The mod_wsgi package implements a simple to use Apache module which can host any Python web application which supports the Python WSGI_ specification. The package can be...
.. toctree:: :maxdepth: 1 :hidden: project-status security-issues getting-help reporting-bugs release-notes mod_wsgi ======== .. note:: Documentation for mod_wsgi is being transitioned here from the old Google Code site. For more details and links to the old documentation see :doc:`pro...
Clean up quick ref page
Quick Reference =============== The following summaries show the various properties available on each of the |project| objects. .. currentmodule:: pynano User ---- .. autosummary:: User.wordcount User.name User.id User.winner User.history Region ------ .. autosummary:: Region.wordcount Regi...
Quick Reference =============== The following summaries show the various properties available on each of the |project| objects. ``pynano.User`` --------------- .. currentmodule:: pynano.User .. autosummary:: wordcount name id winner history ``pynano.Region`` ----------------- .. currentmodule:: py...
Adjust badges URLs to reflect change of git project name
### **W. I. P.** .. image:: https://api.travis-ci.org/ReblochonMasque/sudokuku.svg :target: https://travis-ci.org/ReblochonMasque/sudokuku .. image:: https://coveralls.io/repos/github/ReblochonMasque/sudokuku/badge.svg?branch=master :target: https://coveralls.io/github/ReblochonMasque/sudokuku?branch=master ...
### **W. I. P.** .. image:: https://api.travis-ci.org/ReblochonMasque/sudokuku.svg :target: https://travis-ci.org/ReblochonMasque/sudoku .. image:: https://coveralls.io/repos/github/ReblochonMasque/sudokuku/badge.svg?branch=master :target: https://coveralls.io/github/ReblochonMasque/sudoku ==================...
Add documentation link for always_iterable
============= API Reference ============= .. automodule:: more_itertools New Routines ============ .. autofunction:: chunked .. autofunction:: collate(*iterables, key=lambda a: a, reverse=False) .. autofunction:: consumer .. autofunction:: first(iterable[, default]) .. autofunction:: ilen .. autofunction:: iterate ...
============= API Reference ============= .. automodule:: more_itertools New Routines ============ .. autofunction:: always_iterable .. autofunction:: chunked .. autofunction:: collate(*iterables, key=lambda a: a, reverse=False) .. autofunction:: consumer .. autofunction:: first(iterable[, default]) .. autofunction...
Update devref out-of-tree policy grammar error
.. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software ...
.. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software ...
Fix docs about installation from source
======================== Installation from source ======================== Gandalf is built in Go, see http://golang.org/doc/install to install it. Gandalf also uses mongodb, on ubuntu run: .. highlight:: bash :: $ [sudo] apt-get install mongodb Get gandalf: .. highlight:: bash :: $ go get github.com/t...
======================== Installation from source ======================== Gandalf is built in Go, see http://golang.org/doc/install to install it. Gandalf also uses mongodb, on ubuntu run: .. highlight:: bash :: $ [sudo] apt-get install mongodb Get gandalf: .. highlight:: bash :: $ go get github.com/t...
Refactor peak reporting into pages on (1) Peaks - as arising from point binding factors, (2) Regions - as arising from more diffuse signals such as chromatin marks and (3) Summits, as the positions of maxima located within peaks or regions.
.. Test documentation master file, created by sphinx-quickstart on Mon Mar 23 15:27:57 2009. .. _peakcallingpipeline: ====================== Peak calling pipeline ====================== The following pages contain automatically created tables and plots from the ChIP-Seq pipeline. Contents: .. toctree:: :max...
.. Test documentation master file, created by sphinx-quickstart on Mon Mar 23 15:27:57 2009. .. _peakcallingpipeline: ====================== Peak calling pipeline ====================== The following pages contain automatically created tables and plots from the ChIP-Seq pipeline. Contents: .. toctree:: :max...
Fix use statements order in example
SMS sender ========== A library for sending SMS messages through various service providers (gateways). The currently supported gateways are: - `Nexmo <http://nexmo.com/>`_ - `BulkSms <http://bulksms.com/>`_ - `ProSms.eu <http://pro-sms.eu/>`_ Usage ----- Example:: <?php use Devture\Component\SmsSender\...
SMS sender ========== A library for sending SMS messages through various service providers (gateways). The currently supported gateways are: - `Nexmo <http://nexmo.com/>`_ - `BulkSms <http://bulksms.com/>`_ - `ProSms.eu <http://pro-sms.eu/>`_ Usage ----- Example:: <?php use Devture\Component\SmsSender\...
Add lang-spec content to Populate options.
Behavior of the ``populate`` method depends on the number of output arguments requested in the function call. When no output arguments are requested, errors will halt population. With two output arguments (``failedKeys`` and ``errors``), ``populate`` will catch any encountered errors and return them along with the offe...
Fix :ghpull: in a few places.
YouTube video will now show thumbnail when exported to a media that do not support video. (PR #9086) Add warning when running `ipython <subcommand>` when subcommand is deprecated. `jupyter` should now be used. Code in `%pinfo` (also known as `??`) are now highlighter (:ghpull:`#8947`) `%aimport` now support module c...
YouTube video will now show thumbnail when exported to a media that do not support video. (:ghpull:`9086`) Add warning when running `ipython <subcommand>` when subcommand is deprecated. `jupyter` should now be used. Code in `%pinfo` (also known as `??`) are now highlighter (:ghpull:`8947`) `%aimport` now support mod...
Make dig block look like code.
Alternate Domains ================= Read the Docs supports a number of custom domains for your convinence. Shorter urls make everyone happy, and we like making people happy! Subdomain Support ------------------ Every project has a subdomain that is available to serve it's documentation. If you go to <slug>.readthedo...
Alternate Domains ================= Read the Docs supports a number of custom domains for your convinence. Shorter urls make everyone happy, and we like making people happy! Subdomain Support ------------------ Every project has a subdomain that is available to serve it's documentation. If you go to <slug>.readthedo...
Add info in test file as to why there's no PDF created
======== testing ======== big heading =========== heading ------- text here big heading =========== :: .. a set of text for testing
======== testing ======== big heading =========== heading ------- This file has malformed RST and so will not generate a PDF and will set the return status code to 1. big heading =========== :: .. a set of text for testing
Add installation to the docs
=============== Henson-Database =============== Provides SQLAlchemy support to Henson Applications. Quickstart ========== .. code:: from henson import Application from henson_database import Database app = Henson(__name__) database = Database(app) with db.session() as session: session....
=============== Henson-Database =============== Provides SQLAlchemy support to Henson Applications. Installation ============ You can install Henson-Database using Pip:: $ python -m pip install henso-databasen You can also install it from source:: $ python setup.py install Quickstart ========== .. code:...
Fix broken Django docs link
.. _overview: Overview ======== ``django-guardian`` is an implementation of object permissions for Django_ providing an extra *authentication backend*. Features -------- - Object permissions for Django_ - AnonymousUser support - High level API - Heavily tested - Django's admin integration - Decorators Incoming ---...
.. _overview: Overview ======== ``django-guardian`` is an implementation of object permissions for Django_ providing an extra *authentication backend*. Features -------- - Object permissions for Django_ - AnonymousUser support - High level API - Heavily tested - Django's admin integration - Decorators Incoming ---...
Add an example on the how to handle relations doc page.
================== Handling relations ================== django-model-publisher does not provide any mechanism to publish related models, as it can be quite specific. Implementing classes wishing to do so will have to override the ``clone_relations()`` method from ``PublisherModelBase``, which takes two arguments: ``...
================== Handling relations ================== django-model-publisher does not provide any mechanism to publish related models, as it can be quite specific. Implementing classes wishing to do so will have to override the ``clone_relations()`` method from ``PublisherModelBase``, which takes two arguments: ``...
Fix the spacing in the schedules files
Schedules ======================= Welcome to the Schedules *informational* site for the Computer Science Department at Loyola University Chicago. This site is aimed at helping *current* students find detailed information about the schedule examples offered by the `Computer Science Department`_ at `Loyola University C...
Schedules ======================= Welcome to the Schedules *informational* site for the Computer Science Department at Loyola University Chicago. This site is aimed at helping *current* students find detailed information about the schedule examples offered by the `Computer Science Department`_ at `Loyola University C...
Remove FAQ link from User toctree.
.. _users-guide-index: .. This is the source doc for the nipy users guide. The users guide includes the FAQ (a directory below), and glossary. ============ User Guide ============ .. htmlonly:: :Release: |version| :Date: |today| .. toctree:: :maxdepth: 2 introduction installation tutorial.r...
.. _users-guide-index: .. This is the source doc for the nipy users guide. The users guide includes the FAQ (a directory below), and glossary. ============ User Guide ============ .. htmlonly:: :Release: |version| :Date: |today| .. toctree:: :maxdepth: 2 introduction installation tutorial.r...
Remove invalid blurb about release context
Configuration ============= Configuration is passed as the second argument of the ``raven.Client`` constructor: .. code-block:: javascript var raven = require("raven"); new raven.Client(String dsn[, Object options]) Optional settings ----------------- .. describe:: logger The name of the logger used ...
Configuration ============= Configuration is passed as the second argument of the ``raven.Client`` constructor: .. code-block:: javascript var raven = require("raven"); new raven.Client(String dsn[, Object options]) Optional settings ----------------- .. describe:: logger The name of the logger used ...
Add Travis CI build status image to readme
Gears CLI ========= Command-line tools for `Gears`_. .. _Gears: http://git.io/gears
Gears CLI ========= .. image:: https://secure.travis-ci.org/trilan/gears-cli.png?branch=develop Command-line tools for `Gears`_. .. _Gears: http://git.io/gears
Update contributors to include a link to the contributors graph
Contributors ============ The core contributors for Pinry have been/currently are: * Isaac Bythewood <http://isaacbythewood.com/> * Krzysztof Klimonda
Contributors ============ The core contributors for Pinry have been/currently are: * Isaac Bythewood <http://isaacbythewood.com/> * Krzysztof Klimonda For a full list of contributors check out the `GitHub Contributors Graph`_. .. Links .. _GitHub Contributors Graph: https://github.com/pinry/pinry/graphs/contributo...
Add more detail to introduction
Presto-Admin ============ `Mailing list <http://groups.google.com/group/presto-users>`_ | `Issues <https://github.com/prestodb/presto-admin/issues>`_ | `Github <https://github.com/prestodb/presto-admin>`_ | Introduction ------------ Presto-Admin is software to install and manage the Presto query engine on a single no...
Presto-Admin ============ `Mailing list <http://groups.google.com/group/presto-users>`_ | `Issues <https://github.com/prestodb/presto-admin/issues>`_ | `Github <https://github.com/prestodb/presto-admin>`_ | Introduction ------------ Presto-Admin is a tool for installing and managing the Presto query engine on a clust...
Update readme, rename to WebRacer
owebunit - a comprehensive web application testing library for Python ===================================================================== owebunit is intended for applications that are written without a framework, using a framework that does not provide a testing module or where the provided testing module is lackin...
WebRacer - a web crawler and web application testing library in Python ====================================================================== WebRacer started as a high level web application testing library, similar to twill but with a more comprehensive API. With time the client portion became sufficiently useful sta...
Add pinservice as guide to docs.
Guides =========================================== .. toctree:: :maxdepth: 2 :caption: Contents: quick-start configuration snapshots indices/README
Guides =========================================== .. toctree:: :maxdepth: 2 :caption: Contents: queue-pinservice quick-start configuration snapshots indices/README
Add lang-spec content for Virtual.
A ``TableAccessor`` object is created as a property of a schema during each schema's creation. This property is named ``schema.v``, for *virtual class generator*. The ``TableAccessor`` ``v`` itself has properties that refer to the tables of the schema. For example, one can access the ``Session`` table using ``schema.v....
Update readme with column info
================= django-bitemporal ================= Bitemporal data support for the Django ORM
================= django-bitemporal ================= Bitemporal data support for the Django ORM Field Types =========== Row Key The primary key for the row regardless of the data in the row. Used to leverage sequences in the underlying database for databases that don't support sequences. Primary Key ...
Replace "life cycle" with "lifecycle"
.. _task-conditions: Conditions for plugin tasks --------------------------- You can restrict plugin tasks from running, depending on whether some specific settings in the Fuel web UI are enabled or not. The syntax slightly differs from the one for the settings restriction as in the case of the task you provide the ...
.. _task-conditions: Conditions for plugin tasks --------------------------- You can restrict plugin tasks from running, depending on whether some specific settings in the Fuel web UI are enabled or not. The syntax slightly differs from the one for the settings restriction as in the case of the task you provide the ...
Fix warning in docs build
Reference/API ============= Capabilities ************ .. automodapi:: astropy.modeling .. automodapi:: astropy.modeling.mappings .. automodapi:: astropy.modeling.fitting .. automodapi:: astropy.modeling.optimizers .. automodapi:: astropy.modeling.statistic .. automodapi:: astropy.modeling.tabular .. automodapi:: astr...
Reference/API ============= Capabilities ************ .. automodapi:: astropy.modeling .. automodapi:: astropy.modeling.mappings .. automodapi:: astropy.modeling.fitting .. automodapi:: astropy.modeling.optimizers .. automodapi:: astropy.modeling.statistic .. automodapi:: astropy.modeling.tabular .. automodapi:: astr...
Fix docs: reintroduce openapi and field_converter :members:
Built-in Plugins ================ apispec.ext.marshmallow ----------------------- .. automodule:: apispec.ext.marshmallow :members: apispec.ext.marshmallow.openapi +++++++++++++++++++++++++++++++ .. automodule:: apispec.ext.marshmallow.openapi apispec.ext.marshmallow.field_converter +++++++++++++++++++++++++++...
Built-in Plugins ================ apispec.ext.marshmallow ----------------------- .. automodule:: apispec.ext.marshmallow :members: apispec.ext.marshmallow.openapi +++++++++++++++++++++++++++++++ .. automodule:: apispec.ext.marshmallow.openapi :members: apispec.ext.marshmallow.field_converter +++++++++++++...
Update readme with some instructions
.. image:: https://travis-ci.org/cfournie/important.svg?branch=master :target: https://travis-ci.org/cfournie/important Important ========= A simple source code import checker that checks your project for whether you: - Import and use everything in your `requirements.txt` file; and/or - Import packages with spec...
.. image:: https://travis-ci.org/cfournie/important.svg?branch=master :target: https://travis-ci.org/cfournie/important Important ========= A simple source code import checker that checks your project for whether you: - Import and use everything in your `requirements.txt` file; and/or - Import packages with spec...
Use pkill instead of line noise
************** Running Mopidy ************** To start Mopidy, simply open a terminal and run:: mopidy For a complete reference to the Mopidy commands and their command line options, see :ref:`mopidy-cmd`. When Mopidy says ``MPD server running at [127.0.0.1]:6600`` it's ready to accept connections by any MPD cli...
************** Running Mopidy ************** To start Mopidy, simply open a terminal and run:: mopidy For a complete reference to the Mopidy commands and their command line options, see :ref:`mopidy-cmd`. When Mopidy says ``MPD server running at [127.0.0.1]:6600`` it's ready to accept connections by any MPD cli...
Update documentation to autodoc correctly attributes and dimensions
Class Reference =============== This reference describes the internal APIs of OpenSpending. Note that these APIs should not be considered stable and that they may change between releases. If you want to develop an application or extension to use OpenSpending, you should try to use web-based interfaces as much as poss...
Class Reference =============== This reference describes the internal APIs of OpenSpending. Note that these APIs should not be considered stable and that they may change between releases. If you want to develop an application or extension to use OpenSpending, you should try to use web-based interfaces as much as poss...
Add upgrade instructions for IPython 3.x -> Jupyter
.. _install: ============ Installation ============ The following is a quick start overview of installing the Jupyter Notebook and kernels. For detailed installation instructions for individual Jupyter or IPython projects, please see the documentation and/or GitHub repos of the individual projects listed :ref:`here ...
.. _install: ============ Installation ============ The following is a quick start overview of installing the Jupyter Notebook and kernels. For detailed installation instructions for individual Jupyter or IPython projects, please see the documentation and/or GitHub repos of the individual projects listed :ref:`here ...
Add console commands and upserting chapters
.. toc:: .. tocheader:: Tutorials .. toctree:: :depth: 3 :glob: tutorials/* .. toc:: .. tocheader:: Reference .. toctree:: :depth: 3 reference/introduction reference/architecture reference/basic-mapping reference/reference-mapping ...
.. toc:: .. tocheader:: Tutorials .. toctree:: :depth: 3 :glob: tutorials/* .. toc:: .. tocheader:: Reference .. toctree:: :depth: 3 reference/introduction reference/architecture reference/console-commands reference/basic-mapping refe...
Update Linux installation instructions to include virtualenv
Installation on Linux ===================== Python 3.x ---------- .. code-block:: bash sudo apt-get install libavbin-dev libavbin0 python3-dev python3-pip libjpeg-dev zlib1g-dev sudo pip3 install arcade Issues with avbin? ------------------ The libavbin items help with sound. There is an issue getting this libra...
Installation on Linux ===================== .. code-block:: bash apt update && sudo apt install -y python3-dev python3-pip git libavbin-dev libavbin0 libjpeg-dev zlib1g-dev sudo pip3 install virtualenv virtualenvwrapper virtualenv ~/.virtualenvs/arcade -p python3 source ~/.virtualenvs/arcade/bin/activ...
Change release version and add note on plugin documentation.
Release History ======================== v0.1.1 (Released TBD) ----------------------------------- * Security issue related to client changing the upload url specified by the widget for the upload * *Backwards Incompatible*: The signatures of the internal ``UploadForm.stash``, ``serialize_upload``, ``deserialize_uplo...
Release History ======================== v0.2.0 (Released TBD) ----------------------------------- * Security issue related to client changing the upload url specified by the widget for the upload * Added documentation for plugin extensions and callbacks * *Backwards Incompatible*: The signatures of the internal ``Up...
Add link to openstack client commands in cli doc section
Command-Line Interface Reference ================================ Information on the commands available through Designate's Command Line Interface (CLI) can be found in this section. .. toctree:: :maxdepth: 1 designate-manage designate-status
Command-Line Interface Reference ================================ Users can interact with designate using the Openstack client via the commands provided by the `designate plugin`_ Information on the commands available through Designate's Command Line Interface (CLI) can be found in this section. .. toctree:: :ma...
Add whatsnew for release v0.1.2 on latest documentation
What's New ~~~~~~~~~~ These are new features and improvements of note in each release .. contents:: `Releases` :depth: 1 :local: :backlinks: top .. include:: whatsnew/v0-1-1.txt .. include:: whatsnew/v0-1-0.txt .. include:: whatsnew/v006.txt .. include:: whatsnew/v005.txt
What's New ~~~~~~~~~~ These are new features and improvements of note in each release .. contents:: `Releases` :depth: 1 :local: :backlinks: top .. include:: whatsnew/v0-1-2.txt .. include:: whatsnew/v0-1-1.txt .. include:: whatsnew/v0-1-0.txt .. include:: whatsnew/v006.txt .. include:: whatsnew/v00...
Remove TFBertForPreTraining from ALBERT doc
ALBERT ---------------------------------------------------- ``AlbrtConfig`` ~~~~~~~~~~~~~~~~~~~~~ .. autoclass:: transformers.AlbertConfig :members: ``AlbertTokenizer`` ~~~~~~~~~~~~~~~~~~~~~ .. autoclass:: transformers.AlbertTokenizer :members: ``AlbertModel`` ~~~~~~~~~~~~~~~~~~~~ .. autoclass:: transfo...
ALBERT ---------------------------------------------------- ``AlbrtConfig`` ~~~~~~~~~~~~~~~~~~~~~ .. autoclass:: transformers.AlbertConfig :members: ``AlbertTokenizer`` ~~~~~~~~~~~~~~~~~~~~~ .. autoclass:: transformers.AlbertTokenizer :members: ``AlbertModel`` ~~~~~~~~~~~~~~~~~~~~ .. autoclass:: transfo...
Add example for joinedload all translations
Queries ======= Joinedload current translation ------------------------------ :: import sqlalchemy as sa articles = ( session.query(Article) .options(sa.orm.joinedload(Article.current_translation)) ) print articles[0].name Joinedloading arbitrary translations ------------------...
Queries ======= Joinedload current translation ------------------------------ :: import sqlalchemy as sa articles = ( session.query(Article) .options(sa.orm.joinedload(Article.current_translation)) ) print articles[0].name Joinedload arbitrary translations ---------------------...
Add some thoughts about how to proceed
======================================= Fancy CMS-style page editing for Django ======================================= The idea of fanycpages is to provide some easy inline editing of pages. Another content management system, you ask? Know it is not! We rather call it a content enhancement system (CEnS) because it pr...
======================================= Fancy CMS-style page editing for Django ======================================= The idea of fanycpages is to provide some easy inline editing of pages. Another content management system, you ask? Know it is not! We rather call it a content enhancement system (CEnS) because it pr...
Add documentation about semantic versioning
API === API stability ------------- Everything described here is considered “public”: this is what you can rely on. We will try to maintain backward-compatibility, although there is no hard promise (that's why we only release major versions). Anything else should not be used outside of WeasyPrint itself. We reserve ...
API === API stability ------------- Everything described here is considered “public”: this is what you can rely on. We will try to maintain backward-compatibility, and we really often do, but there is no hard promise. Anything else should not be used outside of WeasyPrint itself. We reserve the right to change it or...
Change a URL to point to more accurate targets
.. _next-steps: Next steps ~~~~~~~~~~ Your OpenStack environment now includes the ceilometer service. To add additional services, see the `OpenStack Installation Tutorials and Guides <https://docs.openstack.org/#install-guides>`_.
.. _next-steps: Next steps ~~~~~~~~~~ Your OpenStack environment now includes the ceilometer service. To add additional services, see the `OpenStack Installation Tutorials and Guides <https://docs.openstack.org/latest/install>`_.
Add sample content to do design tests
Overview ========
Overview ======== Some text, *italic text*, **bold text** * bulleted list. There needs to be a space right after the "*" * item 2 .. note:: This is a note. And some php code: .. code-block:: php <?php namespace Karma; use Symfony\Component\Console\Input\InputInterface; use Symfony...
Remove blatant lies about test suite
Contributing ============ Patches and suggestions are strongly encouraged! GitHub pull requests are preferred, but other mechanisms of feedback are welcome. PyEAGLE has a comprehensive test suite with 100% line and branch coverage, as reported by the excellent ``coverage`` module. To run the tests, simply run in the ...
Contributing ============ Patches and suggestions are strongly encouraged! GitHub pull requests are preferred, but other mechanisms of feedback are welcome. PyEAGLE hopes to have a comprehensive test suite with 100% line and branch coverage, as reported by the excellent ``coverage`` module. To run the tests, simply r...
Update license wording a bit
Copyright (c) 2014, Rclick s.r.o. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following ...
Copyright (c) 2014, rclick s.r.o., www.rclick.cz All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and...
Add referee to Japanese document.
twinkerer ========= tinkerer small extension to use twitter api.
twinkerer ========= tinkerer small extension to use twitter api. Please see the details `README_ja.rst`_ written in Japanese.
Update URL link to examples
========== Quickstart ========== After :doc:`installation`, you can use ``django-bootstrap4`` in your templates.: Load the ``bootstrap4`` library and use the ``bootstrap_*`` tags: Example template ---------------- .. include:: example_template.rst Template tags and filters ------------------------- Refer to :do...
========== Quickstart ========== After :doc:`installation`, you can use ``django-bootstrap4`` in your templates.: Load the ``bootstrap4`` library and use the ``bootstrap_*`` tags: Example template ---------------- .. include:: example_template.rst Template tags and filters ------------------------- Refer to :do...
Add warning about readthedocs build.
================================ `mpltools`: Tools for Matplotlib ================================ `mpltools` provides tools for Matplotlib_ that make it easier to adjust the style, choose colors, make specialized plots, etc. Sections ======== .. list-table:: :class: contentstable * - `Getting Started <gett...
================================ `mpltools`: Tools for Matplotlib ================================ `mpltools` provides tools for Matplotlib_ that make it easier to adjust the style, choose colors, make specialized plots, etc. Sections ======== .. list-table:: :class: contentstable * - `Getting Started <gett...
Add a note about the author.
Common HTTP functionality for the Teepee project ================================================ .. image:: https://travis-ci.org/teepee/httpcommon.png?branch=master :target: https://travis-ci.org/teepee/httpcommon Anything shared between both client and server belongs in here, but this crate is not expected to b...
Common HTTP functionality for the Teepee project ================================================ .. image:: https://travis-ci.org/teepee/httpcommon.png?branch=master :target: https://travis-ci.org/teepee/httpcommon Anything shared between both client and server belongs in here, but this crate is not expected to b...
Make headlines in readme match.
.. image:: https://travis-ci.org/jgosmann/goppy.svg?branch=master :target: https://travis-ci.org/jgosmann/goppy .. image:: https://coveralls.io/repos/jgosmann/goppy/badge.png?branch=master :target: https://coveralls.io/r/jgosmann/goppy?branch=master Overview ======== GopPy (Gaussian Online Processes for Python) i...
.. image:: https://travis-ci.org/jgosmann/goppy.svg?branch=master :target: https://travis-ci.org/jgosmann/goppy .. image:: https://coveralls.io/repos/jgosmann/goppy/badge.png?branch=master :target: https://coveralls.io/r/jgosmann/goppy?branch=master Overview -------- GopPy (Gaussian Online Processes for Python) i...
Change Travis CI back to master
================================= When.py: Friendly Dates and Times ================================= .. image:: https://secure.travis-ci.org/dirn/When.py.png?branch=develop User-friendly functions to help perform common date and time actions. Usage ===== To get the system time zone's name:: when.timezone() T...
================================= When.py: Friendly Dates and Times ================================= .. image:: https://secure.travis-ci.org/dirn/When.py.png?branch=master User-friendly functions to help perform common date and time actions. Usage ===== To get the system time zone's name:: when.timezone() To...
Add travis CI badge to readme
============ Rocket Snake ============ .. image:: https://readthedocs.org/projects/rocket-snake/badge/?version=latest :target: http://rocket-snake.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status A python async API client for the https://rocketleaguestats.com/ api. Get an api key here_. .....
============ Rocket Snake ============ .. image:: https://readthedocs.org/projects/rocket-snake/badge/?version=latest :target: http://rocket-snake.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status .. image:: https://travis-ci.org/Drummersbrother/rocket-snake.svg?branch=master :target: https...
Add ocean.io to powered by list
.. _aiohttp-powered-by: Powered by aiohttp ================== Web sites powered by aiohttp. Feel free to fork documentation on github, add a link to your site and make a Pull Request! * https://www.farmersbusinessnetwork.com * `Home Assistant <https://home-assistant.io>`_ * KeepSafe https://www.getkeepsafe.com/ * S...
.. _aiohttp-powered-by: Powered by aiohttp ================== Web sites powered by aiohttp. Feel free to fork documentation on github, add a link to your site and make a Pull Request! * https://www.farmersbusinessnetwork.com * `Home Assistant <https://home-assistant.io>`_ * KeepSafe https://www.getkeepsafe.com/ * S...
Set readme example back to old usage
jsonrpcserver ************* Process `JSON-RPC <http://www.jsonrpc.org/>`__ requests in Python 2.7 and 3.3+. .. sourcecode:: python from jsonrpcserver import methods @methods.add def ping(): return 'pong' if __name__ == '__main__': methods.serve_forever() Full documentation is at `j...
jsonrpcserver ************* Process `JSON-RPC <http://www.jsonrpc.org/>`__ requests in Python 2.7 and 3.3+. .. sourcecode:: python from jsonrpcserver import Methods methods = Methods() @methods.add def ping(): return 'pong' if __name__ == '__main__': methods.serve_forever() Fu...
Make Travis CI images link to Travis CI
================================= When.py: Friendly Dates and Times ================================= Production: |travismaster| Development: |travisdevelop| .. |travismaster| image:: https://secure.travis-ci.org/dirn/When.py.png?branch=master .. |travisdevelop| image:: https://secure.travis-ci.org/dirn/When.py.png?...
================================= When.py: Friendly Dates and Times ================================= Production: |travismaster| Development: |travisdevelop| .. |travismaster| image:: https://secure.travis-ci.org/dirn/When.py.png?branch=master :target: http://travis-ci.org/dirn/When.py .. |travisdevelop| image:: ...
Add github URL to readme.
Voltron Fork of MongoAlchemy ============================ This is a fork of the awesome MongoAlchemy project, containing a number of new features which are very poorly, if at all documented. Hopefully that will be fixed in the near future. A big thanks goes out to Jeff Jenkins (jeff@qcircles.net) as the original crea...
Voltron Fork of MongoAlchemy ============================ This is a fork of the awesome MongoAlchemy project, containing a number of new features which are very poorly, if at all documented. Hopefully that will be fixed in the near future. The fork is at: http://github.com/shakefu/mongoalchemy A big thanks goes out ...
Clarify that users need to set up a Python script
.. _setup: Setting up models ----------------- The easiest way to set up models is via the Hyperion Python package. You should start by choosing the type of model you want to set up. At the moment, you can either set up an arbitrary model (which allows you to use an arbitrary grid and density structure), or an analy...
.. _setup: Setting up models ----------------- The easiest way to set up models is via the Hyperion Python package. To set up models, you will need to create a Python script, and populate it using the information in this and following sections. Once you have written the script (e.g. ``setup_model.py``), you can run i...
Include HTTPS middleware to docs.
=================== aiohttp_middlewares =================== Collection of useful middlewares for `aiohttp <http://aiohttp.readthedocs.io>`_ applications. - Works on Python 3.5+ - BSD licensed - Source, issues, and pull requests `on GitHub <https://github.com/playpauseandstop/aiohttp-middlewares>`_ Installation ===...
=================== aiohttp_middlewares =================== Collection of useful middlewares for `aiohttp <http://aiohttp.readthedocs.io>`_ applications. - Works on Python 3.5+ - BSD licensed - Source, issues, and pull requests `on GitHub <https://github.com/playpauseandstop/aiohttp-middlewares>`_ Installation ===...
Add intro before user's guide
Welcome to pytest-flask's documentation! ======================================== Pytest-flask is a plugin for `py.test <http://pytest.org>`_ that provides a set of useful tools to test `Flask <http://flask.pocoo.org>`_ applications and extensions. .. toctree:: :maxdepth: 4 tutorial features contributing...
Welcome to pytest-flask's documentation! ======================================== Pytest-flask is a plugin for `py.test <http://pytest.org>`_ that provides a set of useful tools to test `Flask <http://flask.pocoo.org>`_ applications and extensions. User's Guide ------------ This part of the documentation will show ...
Add note to very incomplete section that we are working on it...
=============================================== Translating Direct PyEpics Code to Bluesky Code =============================================== How? ==== =========================== ====================================== interactive (blocking) re-write for BlueSky plan() =========================== =======...
=============================================== Translating Direct PyEpics Code to Bluesky Code =============================================== .. warning: This section is still a work in progress. How? ==== =========================== ====================================== interactive (blocking) re-wr...
Remove the physics section from the documentation
pml package =========== Submodules ---------- pml.cs module ------------- .. automodule:: pml.cs :members: :undoc-members: :show-inheritance: pml.device module ----------------- .. automodule:: pml.device :members: :undoc-members: :show-inheritance: pml.element module ------------------ ....
pml package =========== Submodules ---------- pml.cs module ------------- .. automodule:: pml.cs :members: :undoc-members: :show-inheritance: pml.device module ----------------- .. automodule:: pml.device :members: :undoc-members: :show-inheritance: pml.element module ------------------ ....
Edit incorrect command for assigning VIP
================= Configure the VIP ================= You must select and assign a virtual IP address (VIP) that can freely float between cluster nodes. This configuration creates ``vip``, a virtual IP address for use by the API node (``10.0.0.11``). For ``crmsh``: .. code-block:: console primitive vip ocf:hear...
================= Configure the VIP ================= You must select and assign a virtual IP address (VIP) that can freely float between cluster nodes. This configuration creates ``vip``, a virtual IP address for use by the API node (``10.0.0.11``). For ``crmsh``: .. code-block:: console # crm configure primit...
Add wcs info to output FITS header
To Do List ========== * Formatted survey options printout. * Use better 8-char names and add comments to FITS headers. * Use galtileid instead of id in dbquery (int32 -> int64). * Use transparency for selected objects in display. * Add f/df,dg1,dg2 Fisher-matrix errors using isolated/blended assumption to output catal...
To Do List ========== * Formatted survey options printout. * Use better 8-char names and add comments to FITS headers. * Use galtileid instead of id in dbquery (int32 -> int64). * Use transparency for selected objects in display. * Add f/df,dg1,dg2 Fisher-matrix errors using isolated/blended assumption to output catal...
Extend deployment advice for caching, emails and SSL
=============== Deploying Oscar =============== Oscar is a just a set of Django apps - it doesn't have any special deployment requirements. This page lists a couple of common things to be aware of when deploying your Oscar site. Performance ----------- Oscar's templates are split into many partials and so it is rec...
=============== Deploying Oscar =============== Oscar is a just a set of Django apps - it doesn't have any special deployment requirements. That means the excellent Django docs for `deployment`_ should be your first stop. This page then only distills some of the experience gained from running Oscar projects. Performa...
Convert a PDF to text
PDF (Command Line) ****************** .. highlight:: bash :doc:`gnome/pdf` Compress ======== Thank you `Alfred Klomp`_ for this script... Download ``shrinkpdf.sh`` from: http://www.alfredklomp.com/programming/shrinkpdf/ Move it to ``~/bin/`` and make it executable. A sample command:: shrinkpdf.sh setup.pdf ou...
PDF (Command Line) ****************** .. highlight:: bash :doc:`gnome/pdf` Compress ======== Thank you `Alfred Klomp`_ for this script... Download ``shrinkpdf.sh`` from: http://www.alfredklomp.com/programming/shrinkpdf/ Move it to ``~/bin/`` and make it executable. A sample command:: shrinkpdf.sh setup.pdf ou...
Edit docs - autoloading classes.
Autoloading classes =================== Ouzo is compliant with [PSR-4](http://www.php-fig.org/psr/psr-4/) specification. By default newly created project derived from ouzo-app will have [PSR-4](http://www.php-fig.org/psr/psr-4/) structure as well. However, you can use any class loading method: [PSR-4](http://www.php-f...
Autoloading classes =================== Ouzo is compliant with `PSR-4`_ specification. By default newly created project derived from ouzo-app will have `PSR-4`_ structure as well. However, you can use any class loading method: `PSR-4`_, `PSR-0`_, classmap or whatever. .. _`PSR-4`: http://www.php-fig.org/psr/psr-4/ .....
Remove IRC, add Gitter & reword
================= Support & Contact ================= If you think you found an error or you have an improvement for PHPMD, you can send questions and suggestions to our mailing list. Or if you are interested in helping to improve this software, by writing patches, extensions or just providing new ideas, you should fe...
================= Support & Contact ================= Support Channel =============== If you have trouble using PHPMD, you may find help in our `Gitter channel <https://gitter.im/phpmd/community>`_. Issue-Tracker ============= You can file an issue in PHPMD's `issue tracker <https://github.com/phpmd/phpmd/issues>...
Fix URL to point to the new default branch.
Example Deploys =============== If you are getting started with ``pyinfra`` checkout `the examples on Github <https://github.com/Fizzadar/pyinfra/tree/master/examples>`_ which should properly introduce the file/folder structure as well as operation basics. Included here is a set of documented example deploys highligh...
Example Deploys =============== If you are getting started with ``pyinfra`` checkout `the examples on Github <https://github.com/Fizzadar/pyinfra/tree/2.x/examples>`_ which should properly introduce the file/folder structure as well as operation basics. Included here is a set of documented example deploys highlightin...
Add comment about backing up in 0.8 upgrade guide
=========================== Upgrading from v0.8 to v0.9 =========================== Due to a change in the API group that cert-manager deployments use (`apps/v1beta1` to `apps/v1`), cert-manager deployments must first be deleted before applying the new version. This will cause downtime until the new version has been a...
=========================== Upgrading from v0.8 to v0.9 =========================== Due to a change in the API group that cert-manager deployments use (`apps/v1beta1` to `apps/v1`), cert-manager deployments must first be deleted before applying the new version. This will cause downtime until the new version has been a...
Fix link to a notebook.
:date: 2014-06-11 :category: Talks :tags: talks DistArray at APUG ================= Robert Grant presented DistArray to the Austin Python User's group in June 2014. * `APUG Announcement`_ * `Slides`_ * `IPython Notebook`_ .. _APUG Announcement: http://www.meetup.com/austinpython/events/183962712/ .. _Slides: https...
:date: 2014-06-11 :category: Talks :tags: talks DistArray at APUG ================= Robert Grant presented DistArray to the Austin Python User's group in June 2014. * `APUG Announcement`_ * `Slides`_ * `IPython Notebook`_ .. _APUG Announcement: http://www.meetup.com/austinpython/events/183962712/ .. _Slides: https...
Clean up warning on .com docs
Read the Docs Business Features ------------------------------- These features are for our new business offering, `readthedocs.com <https://readthedocs.com/>`_. All of the other features outlined in these docs work on both sites. Things inside this section are specific to our business offering. The largest feature t...
Read the Docs Business Features ------------------------------- .. note:: These features are for our new business offering, `readthedocs.com <https://readthedocs.com/>`_. We are currently in an invite-only beta, but will be opening up for more users soon. All of the other features outlined in thes...
Fix capture the dot example's readme formatting.
Capture The Dot Example ======================= *Capture The Dot* is a simple game built with Qt and the Observable library to showcase how you can use observable objects to build the model part of a MVC app. The code is using a simple MVC architecture, consisting of a game controller, model and view, and has just 3 ...
Capture The Dot Example ======================= *Capture The Dot* is a simple game built with Qt and the Observable library to showcase how you can use observable objects to build the model part of a MVC app. The code is using a simple MVC architecture, consisting of a game controller, model and view, and has just 3 ...
Add SQLite/LDAP authentication as a key feature.
NIPAP ===== NIPAP is the Neat IP Address Planner - a system built for managing large amounts of IP addresses. Features in short: * Fast and scalable to hundred of thousands of prefixes * Native support for IPv6 * Rapid address assignment using automatic assignment from pre-defined address-pools * Easy to use (and ...
NIPAP ===== NIPAP is the Neat IP Address Planner - a system built for managing large amounts of IP addresses. Features in short: * Fast and scalable to hundred of thousands of prefixes * Native support for IPv6 * Rapid address assignment using automatic assignment from pre-defined address-pools * Easy to use (and ...
Put a note about the include not working :(
============ cfn-pyplates ============ Amazon Web Services CloudFormation templates, generated with Python! Doumentation ============ https://cfn-pyplates.readthedocs.org/ .. include:: docs/sources/intro.rst
============ cfn-pyplates ============ Amazon Web Services CloudFormation templates, generated with Python! Doumentation ============ https://cfn-pyplates.readthedocs.org/ .. This include doesn't work, but one day it might! https://github.com/github/markup/issues/172 .. include:: docs/source/intro.rst
Add new entry to changelog
========= CHANGELOG ========= 0.1.0 ===== * Require ``virtualenv`` as a package dependency. (`#33 <https://github.com/awslabs/chalice/issues/33>`__) * Add ``--profile`` option when creating a new project (`#28 <https://github.com/awslabs/chalice/issues/28>`__) * Add support for more error codes exceptions (`#34...
========= CHANGELOG ========= Next Release (TBD) ================== * Add support for input content types besides ``application/json`` (`#96 <https://github.com/awslabs/chalice/issues/96>`__) 0.1.0 ===== * Require ``virtualenv`` as a package dependency. (`#33 <https://github.com/awslabs/chalice/issues/33>`__) ...
Add documentation about generic arguments
Webstore Manager usage ====================== There are two basic modes of function: - :ref:`command-mode` A single "target" of the manager is executed. Automatization involving multiple steps needs to be handled by an external script (i.e. bash). - :ref:`script-mode` Targets of the manager tool are spec...
Webstore Manager usage ====================== There are two basic modes of function: - :ref:`command-mode` A single "target" of the manager is executed. Automatization involving multiple steps needs to be handled by an external script (i.e. bash). - :ref:`script-mode` Targets of the manager tool are spec...
Add a See Also block to our Messaging Scenarios doc
Messaging Scenarios =================== .. image:: ../_static/moksha-messaging-stomp.png Pros: - No configuration needed - Works out-of-the-box Cons: - Not designed for scalability - No wildcard topic names .. image:: ../_static/moksha-messaging-stomp-amqp.png Pros - STOMP/AMQP broker briding C...
Messaging Scenarios =================== .. image:: ../_static/moksha-messaging-stomp.png Pros: - No configuration needed - Works out-of-the-box Cons: - Not designed for scalability - No wildcard topic names .. image:: ../_static/moksha-messaging-stomp-amqp.png Pros - STOMP/AMQP broker briding C...
Improve description of the `make` method
.. code-block:: MATLAB %{ # Filtered image -> test.Image --- filtered_image : longblob %} classdef FilteredImage < dj.Computed methods(Access=protected) function make(self, key) img = fetch1(test.Image & key, 'image'); key.filtered_image...
.. code-block:: MATLAB %{ # Filtered image -> test.Image --- filtered_image : longblob %} classdef FilteredImage < dj.Computed methods(Access=protected) function make(self, key) img = fetch1(test.Image & key, 'image'); key.filtered_image...
Add docs of deploy platforms
Deployment ========== Development usually takes most of the time in project implementation, but we should not forget about what's at the end of this process - application deployment into the server. We believe, that it should be as easy and understandable as possible. There are many servers which you can choose for yo...
Deployment ========== Development usually takes most of the time in project implementation, but we should not forget about what's at the end of this process - application deployment into the server. We believe, that it should be as easy and understandable as possible. There are many servers which you can choose for yo...
Update doc example for Angle output
Separations ----------- The on-sky separation is easily computed with the `separation` method, which computes the great-circle distance (*not* the small-angle approximation):: >>> from astropy.coordinates import ICRSCoordinates >>> c1 = ICRSCoordinates('5h23m34.5s -69d45m22s') >>> c2 = ICRSCoordinates('0h...
Separations ----------- The on-sky separation is easily computed with the `separation` method, which computes the great-circle distance (*not* the small-angle approximation):: >>> from astropy.coordinates import ICRSCoordinates >>> c1 = ICRSCoordinates('5h23m34.5s -69d45m22s') >>> c2 = ICRSCoordinates('0h...
Fix the 'run the tests' documentation
Unit Test Integration ===================== By default, South's syncdb command will also apply migrations if it's run in non-interactive mode, which includes when you're running tests - it will run every migration every time you run your tests. If you want the test runner to use syncdb instead of migrate - for exampl...
Unit Test Integration ===================== By default, South's syncdb command will also apply migrations if it's run in non-interactive mode, which includes when you're running tests - it will run every migration every time you run your tests. If you want the test runner to use syncdb instead of migrate - for exampl...
Add travis build status to readme
============== MPI for Python ============== Overview -------- Welcome to MPI for Python. This package provides Python bindings for the *Message Passing Interface* (`MPI <http://www.mpi-forum.org/>`_) standard. It is implemented on top of the MPI-1/2/3 specification and exposes an API which grounds on the standard MP...
============== MPI for Python ============== [![Build Status](https://api.travis-ci.org/mpi4py/mpi4py.png?branch=master)](https://travis-ci.org/mpi4py/mpi4py) Overview -------- Welcome to MPI for Python. This package provides Python bindings for the *Message Passing Interface* (`MPI <http://www.mpi-forum.org/>`_) st...
Fix Readme version and typo.
Version 0.1.0 Unified object oriented interface for interacting with file system objects. File system operations in python are distributed across modules: os, os.path, fnamtch, shutil and distutils. This module attempts to make the right choices for common operations to provide a single interface. This was extracted ...
Version 0.1.1 Unified object oriented interface for interacting with file system objects. File system operations in python are distributed across modules: os, os.path, fnmatch, shutil and distutils. This module attempts to make the right choices for common operations to provide a single interface. This was extracted ...
Add intro text to docs
django-superform: nest all the forms! ===================================== A ``SuperForm`` lets you nest other forms and formsets inside a form. That way handling multiple forms on one page gets *super* easy. **Contents:** .. toctree:: :maxdepth: 2 install quickstart forms fields howitworks...
django-superform: nest all the forms! ===================================== A ``SuperForm`` lets you nest other forms and formsets inside a form. That way handling multiple forms on one page gets *super* easy and you can finally use forms for complex scenarios without driving insane. This is how a nested form looks: ...
Add PhantomJS to "Why use splinter"
+++++++++++++++++ Why use Splinter? +++++++++++++++++ Splinter is an abstraction layer on top of existing browser automation tools such as `Selenium`_ and `zope.testbrowser`_. It has a :doc:`high-level API </api/index>` that makes it easy to write automated tests of web applications. For example, to fill out a form f...
+++++++++++++++++ Why use Splinter? +++++++++++++++++ Splinter is an abstraction layer on top of existing browser automation tools such as `Selenium`_, `PhantomJS`_ and `zope.testbrowser`_. It has a :doc:`high-level API </api/index>` that makes it easy to write automated tests of web applications. For example, to fil...
Add inventory doc to TOC tree.
.. OSE3 Advanced Enablement Homework documentation master file, created by sphinx-quickstart on Wed Jun 8 18:00:14 2016. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. ================================= OSE3 Advanced Enablement Homework ========...
.. OSE3 Advanced Enablement Homework documentation master file, created by sphinx-quickstart on Wed Jun 8 18:00:14 2016. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. ================================= OSE3 Advanced Enablement Homework ========...