Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Add a *Contributors* section to the doc
About ===== Author ------ **pronto** is developped and maintained by: +-----------------------------------+----------------------------------------------+ | | | **Martin Larralde** | | .. image:: _static/ens.png | | Ecole Normale Supérieure de Cachan, F...
About ===== Author ------ **pronto** is developped and maintained by: +-----------------------------------+----------------------------------------------+ | | | **Martin Larralde** | | .. image:: _static/ens.png | | Ecole Normale Supérieure de Cachan, F...
Add Travis build status icon
pymediainfo ----------- This small package is a wrapper around the MediaInfo library. See https://pymediainfo.readthedocs.io/ for more information.
pymediainfo ----------- .. image:: https://api.travis-ci.org/sbraz/pymediainfo.svg This small package is a wrapper around the MediaInfo library. See https://pymediainfo.readthedocs.io/ for more information.
Add links to other user guides
PF_RING Documentation ===================== PF_RING is a high speed packet capture library that turns a commodity PC into an efficient and cheap network measurement box suitable for both packet and active traffic analysis and manipulation. Moreover, PF_RING opens totally new markets as it enables the creation of effic...
PF_RING Documentation ===================== PF_RING is a high speed packet capture library that turns a commodity PC into an efficient and cheap network measurement box suitable for both packet and active traffic analysis and manipulation. Moreover, PF_RING opens totally new markets as it enables the creation of effic...
Add docs for Laraval 4.x
Laraval ======= Laraval supports Monolog out of the box, which also provides a native Sentry handler. To configure logging, pop open your ``bootstrap/app.php`` file, and do the following: .. code-style:: php $app->configureMonologUsing(function($monolog) { $client = new Raven_Client('___DSN___') ...
Laraval ======= Laraval supports Monolog out of the box, which also provides a native Sentry handler. Laraval 5.x ----------- To configure logging, pop open your ``bootstrap/app.php`` file, and insert the following: .. code-style:: php $app->configureMonologUsing(function($monolog) { $client = new Rave...
Standardize release note page ordering
======================= Neutron Release Notes ======================= .. toctree:: :maxdepth: 1 README.rst liberty mitaka unreleased
======================= Neutron Release Notes ======================= .. toctree:: :maxdepth: 1 README.rst unreleased mitaka liberty
Rewrite of the Raster chapter
.. _administrator_raster: Raster configuration ===================== It is possible to access some raster file to get data about a point (with ``raster`` web service) or a line (with ``profile`` web service). To configure the web services, edit the ``buildout.cfg`` file and add in the ``[vars]`` section:: raste...
.. _administrator_raster: Raster configuration ===================== c2cgeoportal applications include web services for getting DEM <http://en.wikipedia.org/wiki/Digital_elevation_model> information. The ``raster`` web service allows getting information for points. The ``profile`` web service allows getting informati...
Add format_* functions to top-level docs
ELI5 top-level API ================== .. module:: eli5 The following functions are exposed to a top level, e.g. ``eli5.explain_weights``. .. autofunction:: eli5.explain_weights .. autofunction:: eli5.explain_prediction .. autofunction:: eli5.show_weights .. autofunction:: eli5.show_prediction .. autofunction:: e...
ELI5 top-level API ================== .. module:: eli5 The following functions are exposed to a top level, e.g. ``eli5.explain_weights``. .. autofunction:: eli5.explain_weights .. autofunction:: eli5.explain_prediction .. autofunction:: eli5.show_weights .. autofunction:: eli5.show_prediction .. autofunction:: e...
Fix Django version in docs
======== Settings ======== The django-bootstrap3 has some pre-configured settings. They can be modified by adding a dict variable called ``BOOTSTRAP3`` in your ``settings.py`` and customizing the values ​​you want; The ``BOOTSTRAP3`` dict variable is configured by default to the following values​​: .. code:: djang...
======== Settings ======== The django-bootstrap3 has some pre-configured settings. They can be modified by adding a dict variable called ``BOOTSTRAP3`` in your ``settings.py`` and customizing the values ​​you want; The ``BOOTSTRAP3`` dict variable is configured by default to the following values​​: .. code:: djang...
Add some notes on failed experiment
Implementation notes ==================== Code use C++14 extensively. For now code is made to be compiled with: * >=clang 3.4 * >=g++-4.9.1 Due to the limitations in g++, these features cannot be used: * Relaxed constexpr functions * Variable templates Due to a bug in CLang, what I call universal enable_if ca...
Implementation notes ==================== Code use C++14 extensively. For now code is made to be compiled with: * >=clang 3.4 * >=g++-4.9.1 Due to the limitations in g++, these features cannot be used: * Relaxed constexpr functions * Variable templates Due to a bug in CLang, what I call universal enable_if ca...
Remove cruft from front page
Pi MusicBox =========== Contents: .. toctree:: :maxdepth: 2 manual-0.4 faq Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`
Pi MusicBox =========== .. toctree:: :maxdepth: 2 manual-0.4 faq
Remove CpuDevice from documentation index.
jax.lib package =============== The `jax.lib` package is a set of internal tools and types for bridging between JAX's Python frontend and its XLA backend. jax.lib.xla_bridge ------------------ .. currentmodule:: jax.lib.xla_bridge .. autosummary:: :toctree: _autosummary default_backend device_count get_back...
jax.lib package =============== The `jax.lib` package is a set of internal tools and types for bridging between JAX's Python frontend and its XLA backend. jax.lib.xla_bridge ------------------ .. currentmodule:: jax.lib.xla_bridge .. autosummary:: :toctree: _autosummary default_backend device_count get_back...
Add Zhifu Ge to doc contributors
Author/Maintainer ================= - Bryce Boe <bbzbryce@gmail.com> `@bboe <https://github.com/bboe>`_ Team Members ============ - Ethan Dalool <edalool@yahoo.com> `@voussoir <https://github.com/voussoir>`_ Documentation Contributors ========================== - Dale Cudmore <dalecudmore@gmail.com> `@DCuddies <...
Author/Maintainer ================= - Bryce Boe <bbzbryce@gmail.com> `@bboe <https://github.com/bboe>`_ Team Members ============ - Ethan Dalool <edalool@yahoo.com> `@voussoir <https://github.com/voussoir>`_ Documentation Contributors ========================== - Dale Cudmore <dalecudmore@gmail.com> `@DCuddies <...
Add info in documentation about configurations
============= Email Tracker ============= EmailTracker allows you to keep track of all messages send from your django site. Installation ------------ In order to install the email tracker:: pip install https://github.com/IndustriaTech/django-email-tracker/archive/master.zip Quick start ----------- 1. Add :code:...
============= Email Tracker ============= EmailTracker allows you to keep track of all messages send from your django site. Installation ------------ In order to install the email tracker:: pip install https://github.com/IndustriaTech/django-email-tracker/archive/master.zip Quick start ----------- 1. Add :code:...
Fix a link in docs
.. include:: ../README.rst Requirements ------------ `tinycss is tested <https://travis-ci.org/Kozea/tinycss>` on CPython 2.7, 3.3, 3.4 and 3.5 as well as PyPy 5.3 and PyPy3 2.4; it should work on any implementation of **Python 2.7 or later version (including 3.x)** of the language. Cython_ is used for optional acc...
.. include:: ../README.rst Requirements ------------ `tinycss is tested <https://travis-ci.org/Kozea/tinycss>`_ on CPython 2.7, 3.3, 3.4 and 3.5 as well as PyPy 5.3 and PyPy3 2.4; it should work on any implementation of **Python 2.7 or later version (including 3.x)** of the language. Cython_ is used for optional ac...
Add links to interfaces in Sphinx documentation
=========== Exercises =========== Exercises are modeled as sequences of requests and responses. Therefore, exercises consist of multiple steps. This allows interactive exercises, customized by the user's previous submissions. Steps ===== Steps are objects that optionally refer to a following step (unless they are t...
=========== Exercises =========== Exercises are modeled as sequences of requests and responses. Therefore, exercises consist of multiple steps. This allows interactive exercises, customized by the user's previous submissions. Steps ===== Steps are objects that optionally refer to a following step (unless they are t...
Fix typo and obscure settings
jmbo-everlytic ============== jmbo-everlytic provides integration with the everlytic (pMailer) API. The only functionality supported is adding an removing members from a mailing list subscription. The communication protocol with the everlytic service is xmlrpc. Requirements ------------ System libraries ***********...
jmbo-everlytic ============== jmbo-everlytic provides integration with the everlytic (pMailer) API. The only functionality supported is adding and removing members from a mailing list subscription. The communication protocol with the everlytic service is xmlrpc. Requirements ------------ System libraries **********...
Delete setting and installation docs
KBoard_ ======= KBoard는 Django 기반의 한국형 커뮤니티 플랫폼 입니다. Docs http://kboard.readthedocs.io Continuous Integration (Travis CI) .. image:: https://api.travis-ci.org/kboard/kboard.svg?branch=master :alt: Build Status :target: https://travis-ci.org/kboard/kboard Code Coverage (Coveralls) .. ima...
KBoard ======= KBoard는 Django 기반의 한국형 커뮤니티 플랫폼 입니다. Docs http://kboard.readthedocs.io Continuous Integration (Travis CI) .. image:: https://api.travis-ci.org/kboard/kboard.svg?branch=master :alt: Build Status :target: https://travis-ci.org/kboard/kboard Code Coverage (Coveralls) .. imag...
Add more detail into the release notes for 1.1.0
Changelog ========= 1.1.0 ----- * Added experimental Python 3 support; * Added extensive test coverage (from 0% to 81%); * Added documentation (including this changelog); * Removed ``RecurrenceModelField`` and ``RecurrenceModelDescriptor``, which don't appear to have worked as expected for some time. * Find list of...
Changelog ========= 1.1.0 ----- * Added experimental Python 3 support. * Added extensive test coverage (from 0% to 81%). * Added documentation (including this changelog). * Removed ``RecurrenceModelField`` and ``RecurrenceModelDescriptor``, which don't appear to have worked as expected for some time. * Fixed a bug ...
Add database IO to docs
Input and Output ================ Import ------ .. autofunction:: pybel.from_lines .. autofunction:: pybel.from_path .. autofunction:: pybel.from_url Canonicalization ---------------- .. autofunction:: pybel.to_bel_lines .. autofunction:: pybel.to_bel .. autofunction:: pybel.to_bel_path Transport --------- All trans...
Input and Output ================ Import ------ .. autofunction:: pybel.from_lines .. autofunction:: pybel.from_path .. autofunction:: pybel.from_url Canonicalization ---------------- .. autofunction:: pybel.to_bel_lines .. autofunction:: pybel.to_bel .. autofunction:: pybel.to_bel_path Transport --------- All trans...
Set release notes for next version.
Releases ======== Version 1.5, Released May 8, 2015 --------------------------------- * Update Bootstrap to 3.3.4. * Remove rendering artifact that appeared in Chrome. Version 1.4, Released April 16, 2015 ------------------------------------ * Officially support Python 2.6, 2.7, 3.3, and 3.4. * Integrate Mozilla Pe...
Releases ======== Version 1.6, Released February 7, 2016 -------------------------------------- * Integrate with Git to provide version history for wiki pages. * Add the option to re-index the search engine from the command line or the administrator interface. Version 1.5, Released May 8, 2015 --------------------...
Update documentation to use the new archival format constants.
Settings ======== Django Archive provides a number of settings that can be used to customize its behavior. These settings are optional, but may be modified on a per-project basis in the project's ``settings.py``. ``ARCHIVE_DIRECTORY`` --------------------- **Default:** *empty* Directory where the archive will be st...
Settings ======== Django Archive provides a number of settings that can be used to customize its behavior. These settings are optional, but may be modified on a per-project basis in the project's ``settings.py``. ``ARCHIVE_DIRECTORY`` --------------------- **Default:** *empty* Directory where the archive will be st...
Tweak docs a bit more
Fused Lasso models ============================================= .. function:: fit(FusedLasso, y, λ) Fits the fused Lasso model: .. math:: \underset{\beta}{\operatorname{argmin}} \frac{1}{2} \sum_{k=1}^N(y_k - \beta_k)^2 + \lambda \sum_{k=2}^N |\beta_k - \beta_{k-1}\| The model coefficients can be obtai...
Fused Lasso models ============================================= .. function:: fit(FusedLasso, y, λ) Fits the fused Lasso model: .. math:: \underset{\beta}{\operatorname{argmin}} \frac{1}{2} \sum_{k=1}^N(y_k - \beta_k)^2 + \lambda \sum_{k=2}^N |\beta_k - \beta_{k-1}| The model coefficients can be obtain...
Add _NList to documentation to remove errors in pair potential docs
md.nlist -------------- .. rubric:: Overview .. py:currentmodule:: hoomd .. autosummary:: :nosignatures: md.nlist.Cell md.nlist.stencil md.nlist.tree .. rubric:: Details .. automodule:: hoomd.md.nlist :synopsis: Neighbor list acceleration structures. :members: :no-inherited-members:
md.nlist -------------- .. rubric:: Overview .. py:currentmodule:: hoomd .. autosummary:: :nosignatures: md.nlist._NList md.nlist.Cell .. rubric:: Details .. automodule:: hoomd.md.nlist :synopsis: Neighbor list acceleration structures. :members: _NList, Cell :no-inherited-members:
Add sub commands to Sphinx docs
kripodb.script ============== .. automodule:: kripodb.script :members:
kripodb.script ============== .. automodule:: kripodb.script :members: .. automodule:: kripodb.script.fragments :members: .. automodule:: kripodb.script.fingerprints :members: .. automodule:: kripodb.script.similarities :members: .. automodule:: kripodb.script.cclustera :members:
Fix indentation of example blocks
{% macro deprecated(message) %} {% if message -%} .. note:: Deprecated {%- if message is string -%}: {{ message }}{% else %}.{% endif -%} {%- endif %} {% endmacro %} {% macro examples(items) %} {% if items -%} **Examples:** {% for example in items -%} .. code-block:: js {{ example|indent(6) }} ...
{% macro deprecated(message) %} {% if message -%} .. note:: Deprecated {%- if message is string -%}: {{ message }}{% else %}.{% endif -%} {%- endif %} {% endmacro %} {% macro examples(items) %} {% if items -%} **Examples:** {% for example in items -%} .. code-block:: js {{ example|indent(3) }} {% endfor %}...
Add missing package in OpenWRT documentation
OpenWRT ======== Run:: opkg install python3 python3-pip iptables-mod-nat-extra iptables-mod-ipopt python3 /usr/bin/pip3 install sshuttle sshuttle -l 0.0.0.0 -r <IP> -x 192.168.1.1 0/0
OpenWRT ======== Run:: opkg install python3 python3-pip iptables-mod-extra iptables-mod-nat-extra iptables-mod-ipopt python3 /usr/bin/pip3 install sshuttle sshuttle -l 0.0.0.0 -r <IP> -x 192.168.1.1 0/0
Add @takluyver's repo chart to content
A Visual Overview of Projects ============================= This will be a high level visual overview of project relationships (i.e. Thomas' graphic from the dev meeting.) Down the road a project dependency matrix will be added.
A Visual Overview of Projects ============================= **A high level visual overview of project relationships** .. image:: _static/_images/repos_map.svg
Fix typo in master_tops doc
================== Master Tops System ================== In 0.10.4 the `external_nodes` system was upgraded to allow for modular subsystems to be used to generate the top file data for a highstate run on the master. The old `external_nodes` option still works, but will be removed in the future in favor of the new `ma...
================== Master Tops System ================== In 0.10.4 the `external_nodes` system was upgraded to allow for modular subsystems to be used to generate the top file data for a highstate run on the master. The old `external_nodes` option still works, but will be removed in the future in favor of the new `ma...
Update docs for adding SSH users
Adding SSH Users ================ If you want to add more users to the servers, update the ``inventory/groups_vars/all/users.yml`` file. Below is an example. Each public ssh key should be on a single line. .. warning:: All users added in this file will have root access via ``sudo``. .. code-block:: yaml --- use...
Adding SSH Users ================ If you want to add more users to the servers, create a file (e.g. ``users.yml``). Below is an example. Each public ssh key should be on a single line. The ``users.yml`` file will need to be passed to ``ansible-playbook`` with ``-e @users.yml``. .. warning:: All users added in this fi...
Add F5SDKError doc to apidocs rst specs.
f5 package ========== .. toctree:: :maxdepth: 3 f5.bigip f5.common .. automodule:: f5 :members:
f5 package ========== .. toctree:: :maxdepth: 3 f5.bigip f5.common .. automodule:: f5 :members: f5.sdk_exception ---------------- .. automodule:: f5.sdk_exception :members: Base Exception ~~~~~~~~~~~~~~ .. py:currentmodule:: f5.sdk_exception .. autosummary:: F5SDKErr...
Add todo for bug in ignore regex
* netrw ignore (:Explore) is ignoring .tmpl files (Golang) * Check over ignores for netrw explore. See if they need to end with $
* netrw ignore (:Explore) is ignoring .tmpl files (Golang) * NERDTree will ignore "pillar.old" directory * Check over ignores for netrw explore. See if they need to end with $
Update earliest-version number format in release notes
===================== Current Release Notes ===================== .. release-notes:: :earliest-version: 3.0
===================== Current Release Notes ===================== .. release-notes:: :earliest-version: 3.0.0
Clarify that the base64 interface is only partial
======================= Python 2.4 Compatibiity ======================= ------------------- Sets for python-2.3 ------------------- .. automodule:: kitchen.pycompat24.builtinset .. autofunction:: kitchen.pycompat24.builtinset.add_builtin_set -------------------------- New style base64 interface --------------------...
======================= Python 2.4 Compatibiity ======================= ------------------- Sets for python-2.3 ------------------- .. automodule:: kitchen.pycompat24.builtinset .. autofunction:: kitchen.pycompat24.builtinset.add_builtin_set ---------------------------------- Partial new style base64 interface ----...
Set the release date to prep for release
========= Changelog ========= Version 0.2.0 ============= Release TBD - If a connection is closed by ``aioamqp`` while reading, raise that exception during calls to ``Consumer.read`` after all previously read messages have been returned. Version 0.1.0 ============= Released 2016-03-01 - Initial release
========= Changelog ========= Version 0.2.0 ============= Released 2016-03-11 - If a connection is closed by ``aioamqp`` while reading, raise that exception during calls to ``Consumer.read`` after all previously read messages have been returned. Version 0.1.0 ============= Released 2016-03-01 - Initial relea...
Change readme for gitlab runner
gitlab-formula ============== SaltStack formula to install GitLab Salt state for installing GitLab - https://gitlab.com/gitlab-org/gitlab-ce Following original install docs ( https://gitlab.com/gitlab-org/gitlab-ce/blob/6-5-stable/doc/install/installation.md ) as close as possible, with some exceptions: * ruby 1.9.3...
gitlab-formula ============== SaltStack formula to install GitLab Salt state for installing GitLab - https://gitlab.com/gitlab-org/gitlab-ce Following original install docs ( https://gitlab.com/gitlab-org/gitlab-ce/blob/6-5-stable/doc/install/installation.md ) as close as possible, with some exceptions: * ruby 1.9.3...
Add the methods which have been implemented in the 0.1.X release
.. currentmodule:: imbalanced-learn .. _changes_0_1: =============== Release history =============== Version 0.1 =========== Changelog --------- - First release of the stable API.
.. currentmodule:: imbalanced-learn .. _changes_0_1: =============== Release history =============== Version 0.1 =========== Changelog --------- API ~~~ - First release of the stable API. New methods ~~~~~~~~~~~ * Under-sampling 1. Random majority under-sampling with replacement 2. Extraction of majorit...
Add more on features of the UI, log interfaces
Usage ===== Sending logs to MozDef ---------------------- Events/Logs are accepted as json over http(s) or over rabbit-mq. Most modern log shippers support json output. MozDef is tested with support for: * heka ( https://github.com/mozilla-services/heka ) * beaver ( https://github.com/josegonzalez/beaver ) * nxlog...
Usage ===== Sending logs to MozDef ---------------------- Events/Logs are accepted as json over http(s) or over rabbit-mq. Most modern log shippers support json output. MozDef is tested with support for: * heka ( https://github.com/mozilla-services/heka ) * beaver ( https://github.com/josegonzalez/beaver ) * nxlog...
Add fantasai, Marc, and Mike as contributors, and note the order.
Credits ======= ``html5lib`` is written and maintained by: - James Graham - Geoffrey Sneddon - Łukasz Langa Patches and suggestions ----------------------- - Anne van Kesteren - Lachlan Hunt - lantis63 - Sam Ruby - Tim Fletcher - Thomas Broyer - Mark Pilgrim - Philip Taylor - Ryan King - Edward Z. Yang - Philip Jä...
Credits ======= ``html5lib`` is written and maintained by: - James Graham - Geoffrey Sneddon - Łukasz Langa Patches and suggestions ----------------------- (In chronological order, by first commit:) - Anne van Kesteren - Lachlan Hunt - lantis63 - Sam Ruby - Tim Fletcher - Thomas Broyer - Mark Pilgrim - Philip Tayl...
Add statement presentation to docs
Util (:py:mod:`indra.util`) =========================== Utilities for using AWS (:py:mod:`indra.util.aws`) -------------------------------------------------- .. automodule:: indra.util.aws :members: A utility to get the INDRA version (:py:mod:`indra.util.get_version`) -------------------------------------------...
Util (:py:mod:`indra.util`) =========================== Statement presentation (:py:mod:`indra.util.statement_presentation`) -------------------------------------------------------------------- .. automodule:: indra.util.statement_presentation :members: Utilities for using AWS (:py:mod:`indra.util.aws`) --------...
Document hooks. Revise Cookiecutter API section.
============== Advanced Usage ============== Calling Cookiecutter Functions From Python ------------------------------------------ You can use Cookiecutter from Python:: from cookiecutter.main import cookiecutter # Create project from the cookiecutter-pypackage/ template cookiecutter('cookiecutter-p...
============== Advanced Usage ============== Using Pre/Post-Generate Hooks ----------------------------- You can have Python or Shell scripts that run before and/or after your project is generated. Put them in `hooks/` like this:: cookiecutter-something/ ├── {{cookiecutter.repo_name}}/ ├── hooks │ ...
Add note on how to handle fatal errors, as per mailing list
How to convert errors to exceptions =================================== Silex will catch exceptions that are thrown from within a request/response cycle. It will however *not* catch PHP errors and notices. You can catch them by converting them to exceptions, this recipe will tell you how. Why does Silex not do this? ...
How to convert errors to exceptions =================================== Silex will catch exceptions that are thrown from within a request/response cycle. It will however *not* catch PHP errors and notices. You can catch them by converting them to exceptions, this recipe will tell you how. Why does Silex not do this? ...
Include Travis CI build status
rembed ====== rembed is a Python OEmbed consumer library with automatic discovery of producers.
rembed ====== .. image:: https://secure.travis-ci.org/matt-thomson/rembed.png?branch=master :target: http://travis-ci.org/matt-thomson/rembed rembed is a Python OEmbed consumer library with automatic discovery of producers.
Remove osc boilerplate from the readme
============= tripleoclient ============= OpenStackClient reference plugin module The OSC plugin system is designed so that the plugin need only be properly installed for OSC to find and use it. It utilizes the ``setuptools`` entry points mechanism to advertise to OSC the plugin module and supported commands. **tri...
============= tripleoclient ============= **tripleoclient** is an OpenStackClient (OSC) plugin implementation that implements commands useful for TripleO and the install and management of both an undercloud and an overcloud. See the `TripleO Documentation <http://docs.openstack.org/developer/tripleo-docs/>`_ for deta...
Fix title for the documentation
CLI-poc ======= Proof-of-concept for a CLI with modular subcommands. Setup ----- #. Make sure you meet requirements for installing packages_ #. Install the "wheel" project:: pip install wheel #. Clone git repo for the dcos cli:: git clone git@github.com:mesosphere/dcos-cli.git #. Change directory to the r...
DCOS CLI ======= DCOS CLI with modular subcommands. Setup ----- #. Make sure you meet requirements for installing packages_ #. Install the "wheel" project:: pip install wheel #. Clone git repo for the dcos cli:: git clone git@github.com:mesosphere/dcos-cli.git #. Change directory to the repo directory:: ...
Insert insctructions to run karma test
Timtec ====== .. image:: https://drone.io/github.com/hacklabr/timtec/status.png :target: https://drone.io/github.com/hacklabr/timtec/latest .. image:: https://coveralls.io/repos/hacklabr/timtec/badge.png :target: https://coveralls.io/r/hacklabr/timtec Dependencies ------------ - Python 2.7 with virtualenv ...
Timtec ====== .. image:: https://drone.io/github.com/hacklabr/timtec/status.png :target: https://drone.io/github.com/hacklabr/timtec/latest .. image:: https://coveralls.io/repos/hacklabr/timtec/badge.png :target: https://coveralls.io/r/hacklabr/timtec Dependencies ------------ - Python 2.7 with virtualenv ...
Change branch name in badge image links
laterpay-client-python ====================== .. image:: https://badge.fury.io/py/laterpay-client.png :target: http://badge.fury.io/py/laterpay-client .. image:: https://travis-ci.org/laterpay/laterpay-client-python.png?branch=master :target: https://travis-ci.org/laterpay/laterpay-client-python .. image:: h...
laterpay-client-python ====================== .. image:: https://badge.fury.io/py/laterpay-client.png :target: http://badge.fury.io/py/laterpay-client .. image:: https://travis-ci.org/laterpay/laterpay-client-python.png?branch=develop :target: https://travis-ci.org/laterpay/laterpay-client-python .. image:: ...
Fix URL for Latest Docs image
Lemur ===== .. image:: https://badges.gitter.im/Join%20Chat.svg :alt: Join the chat at https://gitter.im/Netflix/lemur :target: https://gitter.im/Netflix/lemur?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge .. image:: https://readthedocs.io/projects/lemur/badge/?version=latest :ta...
Lemur ===== .. image:: https://badges.gitter.im/Join%20Chat.svg :alt: Join the chat at https://gitter.im/Netflix/lemur :target: https://gitter.im/Netflix/lemur?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge .. image:: https://readthedocs.org/projects/lemur/badge/?version=latest :t...
Update `Constants` docs for v7.0.0 too
Constants ========= System information that remains constant throughout the lifetime of your app. .. attribute:: Exponent.Constants.sessionId A string that is unique to the current session of your app. It is different across apps and across multiple launches of the same app. .. attribute:: Exponent.Constants....
Constants ========= System information that remains constant throughout the lifetime of your app. .. attribute:: Exponent.Constants.exponentVersion The version string of the Exponent client currently running. .. attribute:: Exponent.Constants.deviceId An identifier that is unique to this particular device an...
Add Travis build status icon to readme
=========== Meerkat Frontend =========== :: ,'''''-._ ; ,. <> `-._ ; \' _,--'" ; ( ; , ` \ ;, , \ meerkat_frontend is a Python3 Flask application that provides the public-facing web application for Meerkat.
=========== Meerkat Frontend =========== .. image:: https://travis-ci.org/who-emro/meerkat_frontend.svg :target: https://travis-ci.org/who-emro/meerkat_frontend :: ,'''''-._ ; ,. <> `-._ ; \' _,--'" ; ( ; , ` \ ;, , \ m...
Remove the incorrect bug tracker link
=============================== os-performance-tools =============================== Python scripts for use in OpenStack's Performance Measurement * Free software: Apache license * Documentation: http://docs.openstack.org/developer/os-performance-tools * Source: http://opendev.org/openstack/os-performance-tools * Bu...
=============================== os-performance-tools =============================== Python scripts for use in OpenStack's Performance Measurement * Free software: Apache license * Documentation: http://docs.openstack.org/developer/os-performance-tools * Source: http://opendev.org/openstack/os-performance-tools * Bu...
Update for features in ITKv5 upstream
Streaming Sinc Filter Collection ================================ General ------- This repository contains an `ITK: The Insight Toolkit for Segmentation and Registration <https://itk.org>`_ module with advanced classes for image streaming and MPI distributed image processing through streaming. It is designed to wor...
Streaming Sink Filter Collection ================================ ITKv5 incorporated many features originating from this module. The ImageSink and StreamingProcess object are now in upstream ITK. The streaming feature for the StatisticsImageFilter, the LabelStatisticsImageFilter and other filters has been incorporat...
Make image point to Travis master.
skosprovider_oe: a skos provider for Onroerend Erfgoed ====================================================== This library implements a `SKOS provider <https://github.com/koenedaele/skosprovider>` for the thesaurus webservice of https://inventaris.onroerenderfgoed.be/thesaurus. .. image:: https://travis-ci.org/koene...
skosprovider_oe: a skos provider for Onroerend Erfgoed ====================================================== This library implements a `SKOS provider <https://github.com/koenedaele/skosprovider>` for the thesaurus webservice of https://inventaris.onroerenderfgoed.be/thesaurus. .. image:: https://travis-ci.org/koene...
Add a note about retrieving object meta data in the Google Storage driver.
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 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...
Update changelog for upcoming 0.1.0 release.
======= History ======= 0.0.0 (2016-12-22) ------------------ * First release on PyPI.
======= History ======= 0.1.0 (2016-12-25) ------------------ - Implement the Webhook API, with handling of all non-beta event types excepting the 'message echo' event, which will be added upon completion of the Send API implementation. 0.0.0 (2016-12-22) ------------------ - Initial development version.
Fix indentation of code examples for properties.
.. dn:{{ obj.ref_type }}:: {{ obj.name }} {% if obj.summary %} {{ obj.summary|indent(4) }} {% endif %} {%- for param in obj.parameters %} {% if param.desc %} :param {{ param.name }}: {{ param.desc|indent(8) }} {% endif %} {%- if param.type %} :type {{ param.name }}: {{ param.typ...
.. dn:{{ obj.ref_type }}:: {{ obj.name }} {% if obj.summary %} {{ obj.summary|indent(4) }} {% endif %} {%- for param in obj.parameters %} {% if param.desc %} :param {{ param.name }}: {{ param.desc|indent(8) }} {% endif %} {%- if param.type %} :type {{ param.name }}: {{ param.typ...
Fix a command in Developer Documentation
Developer Documentation ======================= This documentation explains how to get started with creating your own disk-image-builder elements as well as some high level concepts for element creation. Quickstart ---------- To get started developing with ``diskimage-builder``, install to a ``virtualenv``:: $ mkd...
Developer Documentation ======================= This documentation explains how to get started with creating your own disk-image-builder elements as well as some high level concepts for element creation. Quickstart ---------- To get started developing with ``diskimage-builder``, install to a ``virtualenv``:: $ mkd...
Fix typo in web page.
Scikt-learn web page ==================== .. include:: ../README Documentation ============= You can check out online documentation in http://scikit-learn.sourceforge.net/doc/ .. toctree:: :maxdepth: 2 funding .. warning:: This package is considered alpha-quality software and is under heavy development.
Scikit-learn web page ==================== .. include:: ../README Documentation ============= You can check out online documentation in http://scikit-learn.sourceforge.net/doc/ .. toctree:: :maxdepth: 2 funding .. warning:: This package is considered alpha-quality software and is under heavy development.
Add basic details to design docs
Website Design (HTML templates/CSS) ############################################################################## This page covers the HTML templates and CSS styling used for the CS Unplugged website.
Website Design (HTML templates/CSS) ############################################################################## This page covers the HTML templates and CSS styling used for the CS Unplugged website. .. warning:: The current design of the website is a work in progress. Expect **everything** to change. In sum...
Build status icon for DynSem
.. _dynsem-index: ====== DynSem ====== DynSem is a domain specific language for the concise specification of dynamic semantics of programming languages. .. toctree:: :maxdepth: 2 Reference <reference/index> Tutorials <tutorials/index> support
.. _dynsem-index: .. |BUILD STATUS| image:: https://travis-ci.org/metaborg/dynsem.svg?branch=master :target: https://travis-ci.org/metaborg/dynsem ===================== DynSem |BUILD STATUS| ===================== DynSem is a domain specific language for the concise specification of dynamic semantics of programmi...
Add FAQ on how to construct an atm_fields_compact.
How to construct an atm_field_compact? ====================================== **TODO: Finish FAQ**
How to construct an atm_fields_compact? ======================================= An :arts:`atm_fields_compact` is a compact set of atmospheric fields on a common set of grids. Data is supposed to contain basic atmsopheric fields for a radiative transfer calculation (i.e., temperature, altitude, and gas VMRs) and is st...
Add link to libpolycomp's repository
======== Polycomp ======== This package provides a set of Python bindings to the libpolycomp library, as well as a stand-alone program which can be used to compress/decompress FITS files into polycomp files (still FITS files in disguise). Requirements ------------ 1. Either Python 2.7 or 3.4 will work 2. libpolycom...
======== Polycomp ======== This package provides a set of Python bindings to the libpolycomp library, as well as a stand-alone program which can be used to compress/decompress FITS files into polycomp files (still FITS files in disguise). Requirements ------------ 1. Either Python 2.7 or 3.4 will work 2. Libpolycom...
Add @emlyn to contributors list
Contributing ------------ Pull requests (code changes / documentation / typos / feature requests / setup) are gladly accepted. If you are intending some large-scale changes, please get in touch first to make sure we're on the same page: try and include a docstring for any new methods, and try and keep method bodies sma...
Contributing ------------ Pull requests (code changes / documentation / typos / feature requests / setup) are gladly accepted. If you are intending some large-scale changes, please get in touch first to make sure we're on the same page: try and include a docstring for any new methods, and try and keep method bodies sma...
Improve formatting for SHOW STATS documentation
========== SHOW STATS ========== Synopsis -------- .. code-block:: none SHOW STATS FOR table SHOW STATS FOR ( SELECT * FROM table [ WHERE condition ] ) Description ----------- Returns approximated statistics for the named table or for the results of a (limited) query. Statistics are returned for each colu...
========== SHOW STATS ========== Synopsis -------- .. code-block:: none SHOW STATS FOR table SHOW STATS FOR ( SELECT * FROM table [ WHERE condition ] ) Description ----------- Returns approximated statistics for the named table or for the results of a (limited) query. Statistics are returned for each colu...
Remove duplicate entry in Changelog
Changelog ========= in development -------------- v0.6.0 - December 8, 2014 ------------------------- Docs: http://docs.stackstorm.com/0.6.0/ * Separate virtualenv per pack. (Pythonic sensors and actions use them by default.) * Install pip requirements from requiremets.txt in packs by default. * Sensors are now ru...
Changelog ========= in development -------------- v0.6.0 - December 8, 2014 ------------------------- Docs: http://docs.stackstorm.com/0.6.0/ * Separate virtualenv per pack. (Pythonic sensors and actions use them by default.) * Install pip requirements from requiremets.txt in packs by default. * Sensors are now ru...
Add topic Making your changes (git tips) on docs
Git Tips ======== While some of this information repeats documentation that is already available on `GitHub Help`_, we thought it might be useful to collect and publish some of the most relevant information. Forking Opps ------------ Assuming you have already `set up Git`_, the first step is to navigate to the `Opp...
Git Tips ======== While some of this information repeats documentation that is already available on `GitHub Help`_, we thought it might be useful to collect and publish some of the most relevant information. Forking Opps ------------ Assuming you have already `set up Git`_, the first step is to navigate to the `Opp...
Add the PyPA Code of Conduct
virtualenv ========== .. image:: https://pypip.in/v/virtualenv/badge.png :target: https://pypi.python.org/pypi/virtualenv .. image:: https://secure.travis-ci.org/pypa/virtualenv.png?branch=develop :target: http://travis-ci.org/pypa/virtualenv For documentation, see https://virtualenv.pypa.io/
virtualenv ========== .. image:: https://pypip.in/v/virtualenv/badge.png :target: https://pypi.python.org/pypi/virtualenv .. image:: https://secure.travis-ci.org/pypa/virtualenv.png?branch=develop :target: http://travis-ci.org/pypa/virtualenv For documentation, see https://virtualenv.pypa.io/ Code of Co...
Add Travis CI build badge
requests-unixsocket =================== Use requests to talk HTTP via a UNIX domain socket
requests-unixsocket =================== .. image:: https://travis-ci.org/msabramo/requests-unixsocket.svg?branch=master :target: https://travis-ci.org/msabramo/requests-unixsocket Use `requests <http://docs.python-requests.org/>`_ to talk HTTP via a UNIX domain socket
Add templates link to readme
=================== django-shop-catalog =================== Catalog app for django SHOP. :Version: 0.0.1 :Source: https://github.com/dinoperovic/django-shop-catalog :Dev Status: Alpha
=================== django-shop-catalog =================== Catalog app for django SHOP. :Version: 0.0.1 :Source: https://github.com/dinoperovic/django-shop-catalog :Dev Status: Alpha Find starting templates in `django-shop-catalog-templates`_ repo. .. _django-shop-catalog-templates: https://github.com/dinoperovic/...
Add basic description of what islplot is
.. islplot documentation master file, created by sphinx-quickstart on Sat Jan 4 18:35:53 2014. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to islplot's documentation! =================================== Contents: .. toctree:: :m...
.. islplot documentation master file, created by sphinx-quickstart on Sat Jan 4 18:35:53 2014. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to islplot's documentation! =================================== islplot is a Python module th...
Clean up the ReadMe file
This ITK module contains some advanced classes for image streaming and MPI distributed processing through streaming. General ------- This is a module for ITK: The Insight Toolkit for Segmentation and Registration. It is designed to work with the ITKv4 modular system and to be placed in ITK/Modules/External. Gett...
Streaming Sinc Filter Collection ================================ General ------- This repository contains an `ITK: The Insight Toolkit for Segmentation and Registration <https://itk.org>`_ module with advanced classes for image streaming and MPI distributed image processing through streaming. It is designed to wor...
Make minor change to section name
.. _acknowledging: Acknowledging or Citing PlasmaPy ================================ If you use PlasmaPy for a project resulting in a publication, we ask that you cite the following reference (`BibTeX <https://zenodo.org/record/1238132/export/hx#.WvMkQK0cChc>`_): * PlasmaPy Community, Nicholas A. Murphy, Andrew J. L...
.. _acknowledging: Acknowledging and Citing PlasmaPy ================================= If you use PlasmaPy for a project resulting in a publication, we ask that you cite the following reference (`BibTeX <https://zenodo.org/record/1238132/export/hx#.WvMkQK0cChc>`_): * PlasmaPy Community, Nicholas A. Murphy, Andrew J....
Adjust title and show current version.
.. fpm-cookery documentation master file, created by sphinx-quickstart on Sat Jul 25 11:02:45 2015. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to fpm-cookery's documentation! ======================================= Contents: .. toc...
.. fpm-cookery documentation master file, created by sphinx-quickstart on Sat Jul 25 11:02:45 2015. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to the fpm-cookery documentation! ========================================= Current versi...
Remove 3.2 and 3.1 support.
===================== Bindings for WebUntis ===================== :Author: `Markus Unterwaditzer <http://unterwaditzer.net>`_ :Version: |release| :Project Page: `on GitHub <https://github.com/untitaker/python-webuntis>`_ :License: :doc:`new-style BSD <license>` `python-webuntis` is a package for the API of `WebUntis ...
===================== Bindings for WebUntis ===================== :Author: `Markus Unterwaditzer <http://unterwaditzer.net>`_ :Version: |release| :Project Page: `on GitHub <https://github.com/untitaker/python-webuntis>`_ :License: :doc:`new-style BSD <license>` `python-webuntis` is a package for the API of `WebUntis ...
Add a changelog for v0.2.0
Release History =============== 0.1.6 (2017-08-19) ****************** - Fix a bug where ``crawl()`` would crash if it encountered an invalid URL scheme (e.g. ``mailto:`` links). 0.1.5 (2017-02-09) ****************** - Remove a stray ``print()`` statement from inside ``crawl()``. 0.1.4 (2017-02-09) ****************...
Release History =============== 0.2.0 (2017-10-09) ****************** This release has no changes to the public API, but adds support for Python 2.7 and Python 3.4 to 3.6. 0.1.6 (2017-08-19) ****************** - Fix a bug where ``crawl()`` would crash if it encountered an invalid URL scheme (e.g. ``mailto:`` links)...
Fix the different process module pages
Process Feature Plugin ---------------------- The gt-process-feature plugin gathers up a number of high quality processes for working with vector information. **Maven**:: <dependency> <groupId>org.geotools</groupId> <artifactId>gt-process-feature</artifactId> <version>${geotools.version}</ver...
Process Raster Plugin ---------------------- The gt-process-raster plugin a provides a number of ready to use raster processign chains - and provide a great example of how to work with rasters. **Maven**:: <dependency> <groupId>org.geotools</groupId> <artifactId>gt-process-raster</artifactId> ...
Add note to upgrade to latest pip
Installation ------------ .. warning:: Ensure that the :ref:`pre-requisites` from the previous section have been performed, checked and tested before proceeding. .. note:: The library has been tested against Python 2.7, 3.4 and 3.5. For **Python3** installation, substitute the following in the instruction...
Installation ------------ .. warning:: Ensure that the :ref:`pre-requisites` from the previous section have been performed, checked and tested before proceeding. .. note:: The library has been tested against Python 2.7, 3.4 and 3.5. For **Python3** installation, substitute the following in the instruction...
Update changelog for v1.3.0 release
========== Change Log ========== ?.?.? ----- - Add a '--version' option to show the currently installed version. 1.2.0 ----- - Add a 'config-atom' command to configure the atom text editor. 1.1.2 ----- - Fix to allow the 'get' command to use the temporary environment variables to modify the url for acquiring th...
========== Change Log ========== 1.3.0 ----- - Add a '--version' option to show the currently installed version. 1.2.0 ----- - Add a 'config-atom' command to configure the atom text editor. 1.1.2 ----- - Fix to allow the 'get' command to use the temporary environment variables to modify the url for acquiring th...
Update link to PyPI in docs
.. _`PyPI`: http://pypi.python.org/pypi/rpi-backlight .. _`GitHub`: https://github.com/linusg/rpi_backlight
.. _`PyPI`: https://pypi.org/project/rpi_backlight/ .. _`GitHub`: https://github.com/linusg/rpi_backlight
Replace "Weta Digital" with "WetaFX".
Contributors ============ Development & Technical Support ------------------------------- - **Thomas Mansencal**, *Visual Effects Artist @ Weta Digital* Project coordination, overall development. About ----- | **Colour - HDRI** by Colour Developers | Copyright 2015 Colour Developers – `colour-developers@...
Contributors ============ Development & Technical Support ------------------------------- - **Thomas Mansencal**, *Lead Pipeline Developer @ WetaFX* Project coordination, overall development. About ----- | **Colour - HDRI** by Colour Developers | Copyright 2015 Colour Developers – `colour-developers@colo...
Add link to zip file
SymPy Tutorial for SciPy 2013 ============================= This is the tutorial that Aaron Meurer and Ondřej Čertík will be giving at SciPy 2013 for `SymPy <http://sympy.org>`_. This is just a stripped down version of our `docs <http://docs.sympy.org>`_, with the new tutorial that Aaron Meurer has written, adapted f...
SymPy Tutorial for SciPy 2013 ============================= This is the tutorial that Aaron Meurer and Ondřej Čertík will be giving at SciPy 2013 for `SymPy <http://sympy.org>`_. This is just a stripped down version of our `docs <http://docs.sympy.org>`_, with the new tutorial that Aaron Meurer has written, adapted f...
Add more text to readme
GSO : Googling Stack Overflow ============================= This app used to exist as a working plugin for sublime text. That code exists on the `/sublime-text` branch. The library which was used for googling things was deprecated, and I switched to using vim. Therefore I am rewriting this as a vim plugin to use a dif...
GSO : Googling Stack Overflow ============================= This app used to exist as a working plugin for sublime text. That code exists on the `/sublime-text` branch. The library which was used for googling things was deprecated, and I switched to using vim. Therefore I am rewriting this as a vim plugin to use a dif...
Tweak language on landing page
================ CCDPROC ================ Welcome to the ccdproc documentation! Ccdproc is is an affiliated package for the AstroPy package for basic data reductions of CCD images. The ccdproc package provides many of the necessary tools for processing of ccd images built on a framework to provide error propagat...
================ CCDPROC ================ **Ccdproc** is is an `Astropy <https://astropy.org>`_ `affiliated package <https://www.astropy.org/affiliated/index.html>`_ the AstroPy package for basic data reductions of CCD images. It provides the essential tools for processing of CCD images in a framework that provide...
Add documentation for Policy.load and Policy.persist
Policy ====== A Policy decides what action to take at every step in a dialogue .. autoclass:: rasa_core.policies.Policy .. automethod:: featurize_for_training .. automethod:: train .. automethod:: predict_action_probabilities .. include:: ../feedback.inc
Policy ====== A Policy decides what action to take at every step in a dialogue .. autoclass:: rasa_core.policies.Policy .. automethod:: featurize_for_training .. automethod:: train .. automethod:: predict_action_probabilities .. automethod:: load .. automethod:: persist .. include:: ../feedbac...
Update readme with downloads badge
=============================== cellpy =============================== .. image:: https://img.shields.io/pypi/v/cellpy.svg :target: https://pypi.python.org/pypi/cellpy .. image:: https://img.shields.io/travis/jepegit/cellpy.svg :target: https://travis-ci.org/jepegit/cellpy .. image:: https://readthe...
=============================== cellpy =============================== .. image:: https://img.shields.io/pypi/v/cellpy.svg :target: https://pypi.python.org/pypi/cellpy .. image:: https://img.shields.io/travis/jepegit/cellpy.svg :target: https://travis-ci.org/jepegit/cellpy .. image:: https://readthe...
Add the definition of P in the clang tidy example
.. title:: clang-tidy - readability-uniqueptr-delete-release readability-uniqueptr-delete-release ==================================== Replace ``delete <unique_ptr>.release()`` with ``<unique_ptr> = nullptr``. The latter is shorter, simpler and does not require use of raw pointer APIs. .. code-block:: c++ delete ...
.. title:: clang-tidy - readability-uniqueptr-delete-release readability-uniqueptr-delete-release ==================================== Replace ``delete <unique_ptr>.release()`` with ``<unique_ptr> = nullptr``. The latter is shorter, simpler and does not require use of raw pointer APIs. .. code-block:: c++ std::un...
Fix link formatting in docs
elasticstack: Haystack tools for ElasticSearch ============================================== `Django <https://www.djangoproject.com/>_` is the web framework for perfectionists with deadlines. `ElasticSearch <http://www.elasticsearch.org/>`_ is a Lucene based search engine and distributed data store with a JSON inter...
elasticstack: Haystack tools for ElasticSearch ============================================== `Django <https://www.djangoproject.com/>`_ is the web framework for perfectionists with deadlines. `ElasticSearch <http://www.elasticsearch.org/>`_ is a Lucene based search engine and distributed data store with a JSON inter...
Add links and a minimalistic usage section to readme
=========== cookiedozer =========== Template for python kivy apps ready to be deployed to android devices with kivy-buildozer. License ------- Distributed under the terms of the `MIT license`_, `Cookiedozer`_ is free and open source software Examples -------- .. image:: https://raw.githubusercontent.com/hackebrot/...
=========== Cookiedozer =========== `Cookiecutter`_ template for Python `Kivy`_ apps ready to be deployed to android devices with `Buildozer`_. Usage ----- Generate a Kivy project:: cookiecutter https://github.com/hackebrot/cookiedozer License ------- Distributed under the terms of the `MIT license`_, Cooki...
Remove note from deprecation section
New features ------------ * Suppress numpy 1.20 deprecation warnings concerning the use of None as shape, np.float, np.int and np.bool Deprecations ------------ * Replace np.float by np.float64, np.int by int and np.bool by bool Exposing HDF5 functions ----------------------- * <news item> Bug fixes --------- * ...
New features ------------ * Suppress numpy 1.20 deprecation warnings concerning the use of None as shape, np.float, np.int and np.bool Deprecations ------------ * <news item> Exposing HDF5 functions ----------------------- * <news item> Bug fixes --------- * <news item> Building h5py ------------- * <news item...
Fix typo in docs (correct method name)
Settings ++++++++ Parsing settings ================ .. method:: tangled.web.app.Application.parse_settings This is a ``staticmethod`` wrapper around :func:`tangled.web.settings.parse_settings`, which is in turn a wrapper around :func:`tangled.settings.parse_settings` with ``conversion_map`` set to ...
Settings ++++++++ Parsing settings ================ .. method:: tangled.web.app.Application.parse_settings This is a ``staticmethod`` wrapper around :func:`tangled.web.settings.parse_settings`, which is in turn a wrapper around :func:`tangled.settings.parse_settings` with ``conversion_map`` set to ...
Document about how to enable debug output.
.. _development: Development =========== lld is developed as part of the `LLVM <http://llvm.org>`_ project. Using C++11 in lld ------------------ :doc:`C++11`. Creating a Reader ----------------- See the :ref:`Creating a Reader <Readers>` guide. Modifying the Driver -------------------- See :doc:`Driver`. D...
.. _development: Development =========== lld is developed as part of the `LLVM <http://llvm.org>`_ project. Using C++11 in lld ------------------ :doc:`C++11`. Creating a Reader ----------------- See the :ref:`Creating a Reader <Readers>` guide. Modifying the Driver -------------------- See :doc:`Driver`. De...
Add deft tools to rst docs for indra.literature
Literature clients (:py:mod:`indra.literature`) =============================================== .. automodule:: indra.literature :members: Pubmed client (:py:mod:`indra.literature.pubmed_client`) -------------------------------------------------------- .. automodule:: indra.literature.pubmed_client :members:...
Literature clients (:py:mod:`indra.literature`) =============================================== .. automodule:: indra.literature :members: Pubmed client (:py:mod:`indra.literature.pubmed_client`) -------------------------------------------------------- .. automodule:: indra.literature.pubmed_client :members:...
Add information about doc writing
Developer Manual ################ The development of OpenSubmit is coordinated on `GitHub <https://github.com/troeger/opensubmit>`_. We need help in everything. Feel free to join us. The central `Makefile <https://github.com/troeger/opensubmit/blob/master/Makefile>`_ is a good starting point. It supports several targ...
Developer Manual ################ The development of OpenSubmit is coordinated on `GitHub <https://github.com/troeger/opensubmit>`_. We need help in everything. Feel free to join us. The central `Makefile <https://github.com/troeger/opensubmit/blob/master/Makefile>`_ is a good starting point. It supports several targ...
Remove duplicated user from announcement
pytest-5.3.2 ======================================= pytest 5.3.2 has just been released to PyPI. This is a bug-fix release, being a drop-in replacement. To upgrade:: pip install --upgrade pytest The full changelog is available at https://docs.pytest.org/en/latest/changelog.html. Thanks to all who contributed to...
pytest-5.3.2 ======================================= pytest 5.3.2 has just been released to PyPI. This is a bug-fix release, being a drop-in replacement. To upgrade:: pip install --upgrade pytest The full changelog is available at https://docs.pytest.org/en/latest/changelog.html. Thanks to all who contributed to...
Add the Travis CI badge to the readme
================= django-postoffice ================= An app that provides an email-like service attached to other arbitrary Django apps. Requirements ------------ - Python >= 2.6 - Django >= 1.5 - django-template-utils_ - lxml .. _django-template-utils: https://bitbucket.org/ubernostrum/django-template-utils
================= django-postoffice ================= .. image:: https://travis-ci.com/jbradberry/django-postoffice.svg?branch=master :target: https://travis-ci.com/jbradberry/django-postoffice An app that provides an email-like service attached to other arbitrary Django apps. Requirements ------------ - Python...
Change install instructions to reflect pypi deployment
MPX API Library =============== Simple, low-level handling of the MPX API with built-in authentication functions. Handles authentication, and automatically supplies tokens on called commands. Also automatically fetches the service registry to use for calling commands. Usage ----- To get started, supply your credenti...
MPX API Library =============== Simple, low-level handling of the MPX API with built-in authentication functions. Handles authentication, and automatically supplies tokens on called commands. Also automatically fetches the service registry to use for calling commands. Usage ----- To get started, supply your credenti...
Add dask functions to API docs
API === Stream ------ .. currentmodule:: streamz .. autosummary:: Stream .. autosummary:: accumulate buffer collect combine_latest connect delay destroy disconnect filter flatten map partition rate_limit sink sliding_window timed_window union unique pluck ...
API === Stream ------ .. currentmodule:: streamz .. autosummary:: Stream .. autosummary:: accumulate buffer collect combine_latest Stream.connect delay Stream.destroy Stream.disconnect filter flatten map partition rate_limit scatter sink sliding_window timed_win...
Add Will to the authors
======= Credits ======= Development Lead ================ * Ian Kronquist <iankronquist@gmail.com> Contributors ============ None yet. Why not be the first?
======= Credits ======= Development Lead ================ * Ian Kronquist <iankronquist@gmail.com> Contributors ============ * Will Khan-Greene None yet. Why not be the first?
Remove unnecessary entry from old relnotes
================= Old Release Notes ================= 2.2.2 ----- * improved support for listing a large number of filtered subnets * add --endpoint-type and OS_ENDPOINT_TYPE to shell client * made the publicURL the default endpoint instead of adminURL * add ability to update security group name (requires 2013.2-Hava...
================= Old Release Notes ================= 2.2.2 ----- * improved support for listing a large number of filtered subnets * add --endpoint-type and OS_ENDPOINT_TYPE to shell client * made the publicURL the default endpoint instead of adminURL * add ability to update security group name (requires 2013.2-Hava...
Add t_regression example to the table of contents
Examples ******** .. toctree:: :maxdepth: 1 notebooks/t-test notebooks/ESCS_multiple_regression notebooks/logistic_regression notebooks/multi-level_regression notebooks/Strack_RRR_re_analysis notebooks/wald_gamma_glm notebooks/negative_binomial notebooks/alternative_links_binary notebooks/hierarch...
Examples ******** .. toctree:: :maxdepth: 1 notebooks/t-test notebooks/ESCS_multiple_regression notebooks/t_regression notebooks/logistic_regression notebooks/multi-level_regression notebooks/Strack_RRR_re_analysis notebooks/wald_gamma_glm notebooks/negative_binomial notebooks/alternative_links_bi...
Clarify project slug, pull back on language on subproject search
Subprojects =========== Projects can be configured in a nested manner, by configuring a project as a *subproject* of another project. This allows for documentation projects to share a search index and a namespace or custom domain, but still be maintained independently. For example, a parent project, ``Foo`` is set up...
Subprojects =========== Projects can be configured in a nested manner, by configuring a project as a *subproject* of another project. This allows for documentation projects to share a search index and a namespace or custom domain, but still be maintained independently. For example, a parent project, ``Foo`` is set up...