Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Update docs to new naming conventions
Transactions ============ TransactionLog -------------- For each committed transaction SQLAlchemy-Continuum creates a new TransactionLog record. TransactionLog can be queried just like any other sqlalchemy declarative model. :: TransactionLog = Article.__versioned__['transaction_class'] # find all tran...
Transactions ============ Transaction ----------- For each committed transaction SQLAlchemy-Continuum creates a new Transaction record. Transaction can be queried just like any other sqlalchemy declarative model. :: Transaction = Article.__versioned__['transaction_class'] # find all transactions se...
Fix typo in docker docs
.. _running-locust-docker: ================================= Running Locust with Docker ================================= The official Docker image is currently found at `locustio/locust <https://hub.docker.com/r/locustio/locust>`_. The docker image can be used like this (assuming that the ``locustifile.py`` exists ...
.. _running-locust-docker: ================================= Running Locust with Docker ================================= The official Docker image is currently found at `locustio/locust <https://hub.docker.com/r/locustio/locust>`_. The docker image can be used like this (assuming that the ``locustfile.py`` exists i...
Fix title line in docs
Installation ============ There are a few methods available for installation, giving the user varies levels of control. `pip` ----- Installing with `pip` is a one-liner:: pip install kombine Development Version ------------------ The source repository can be cloned from github:: git clone https://githu...
Installation ============ There are a few methods available for installation, giving the user varies levels of control. `pip` ----- Installing with `pip` is a one-liner:: pip install kombine Development Version ------------------- The source repository can be cloned from github:: git clone https://gith...
Make readme reference git.openstack.org not github
# -- Welcome! You have come across a cloud computing network fabric controller. It has identified itself as "Neutron." It aims to tame your (cloud) networking! # -- External Resources: The homepage for Neutron is: http://launchpad.net/neutron . Use this site for asking for help, and filing bugs. Code is ava...
# -- Welcome! You have come across a cloud computing network fabric controller. It has identified itself as "Neutron." It aims to tame your (cloud) networking! # -- External Resources: The homepage for Neutron is: http://launchpad.net/neutron. Use this site for asking for help, and filing bugs. Code is avai...
Change the name and URL
======= SeedCI ======= Installer for running CI as a service. Running ======= 1. Add dns entries for nodepool and zuul (possibly using /etc/hosts) and use the inventory file at `inventory/hosts`. Services may deployed onto one node or across mulitple nodes. 2. Setup a secrets yaml (see secrets.yml.example). TODO: ...
======= Hoist ======= Installer for running CI as a service. Running ======= 1. Add dns entries for nodepool and zuul (possibly using /etc/hosts) and use the inventory file at `inventory/hosts`. Services may deployed onto one node or across mulitple nodes. 2. Setup a secrets yaml (see secrets.yml.example). TODO: S...
Change zuul status page's url to opendev
================================= OpenStack Project Status and Zuul ================================= .. image:: ./_assets/os_background.png :class: fill :width: 100% Learning Exercise ================= * Open the `Checking Status in Zuul <https://docs.openstack.org/contributors/common/zuul-status.html>`_ se...
================================= OpenStack Project Status and Zuul ================================= .. image:: ./_assets/os_background.png :class: fill :width: 100% Learning Exercise ================= * Open the `Checking Status in Zuul <https://docs.openstack.org/contributors/common/zuul-status.html>`_ se...
Add badge for ReadTheDocs documentation
Pretty Plot: matplotlib style Functions ======================================= .. image:: https://travis-ci.org/joerns/prettyplot.svg?branch=master :target: https://travis-ci.org/joerns/prettyplot The prettyplot package provides various functionality to semi-automatically prettify matplotlib plots. Documen...
Pretty Plot: matplotlib style Functions ======================================= .. image:: https://travis-ci.org/joerns/prettyplot.svg?branch=master :target: https://travis-ci.org/joerns/prettyplot .. image:: https://readthedocs.org/projects/prettyplot/badge/?version=latest :target: http://prettyplot.readthed...
Add new functions to the documentation.
.. highlight:: python ################ Object Reference ################ FontParts scripts are built on with objects that represent fonts, glyphs, contours and so on. The objects are obtained through :ref:`fontparts-world`. .. _fontparts-objects: ******* Objects ******* .. image:: ../_static/fontparts-map.png .....
.. highlight:: python ################ Object Reference ################ FontParts scripts are built on with objects that represent fonts, glyphs, contours and so on. The objects are obtained through :ref:`fontparts-world`. .. _fontparts-objects: ******* Objects ******* .. image:: ../_static/fontparts-map.png .....
Correct name of the project in documentation
djangoTemplate ============== .. toctree:: :maxdepth: 4 base tosp_auth
Leyes.io ============== .. toctree:: :maxdepth: 4 base tosp_auth
Improve the description of what a Passenger app is
.. _app-development-tutorials-passenger-apps: Tutorials: Passenger Apps ========================= A curated list of tutorials for developing Passenger apps for OnDemand. .. toctree:: :maxdepth: 2 :caption: Tutorials tutorials-passenger-apps/ps-to-quota
.. _app-development-tutorials-passenger-apps: Tutorials: Passenger Apps ========================= A Passenger App is any Rack-based Ruby app, WSGI-based Python app, or Node.js app that has a “startup file” following `the convention <https://www.phusionpassenger.com/library/config/nginx/reference/#passenger_startup_fi...
Add references to the API.
API === Functions --------- .. autosummary:: :template: function.rst :toctree: gen_api browser.run
API === Functions --------- .. autosummary:: :template: function.rst :toctree: gen_api afqbrowser.mat2tables afqbrowser.assemble afqbrowser.run
Add newline to enable lists
Introduction ============ Background Story ---------------- OpenStack Acceleration Discussion Started from Telco Requirements: * High level requirements first drafted in the standard organization ETSI NFV ISG * High level requirements transformed into detailed requirements in OPNFV DPACC project. * New project ...
Introduction ============ Background Story ---------------- OpenStack Acceleration Discussion Started from Telco Requirements: * High level requirements first drafted in the standard organization ETSI NFV ISG * High level requirements transformed into detailed requirements in OPNFV DPACC project. * New project ...
Use pbr's ChangeLog for release notes
Rackspace Plugin for the OpenStack SDK ====================================== .. image:: https://travis-ci.org/rackerlabs/rackspace-sdk-plugin.svg?branch=master :target: https://travis-ci.org/rackerlabs/rackspace-sdk-plugin This plugin enables support for Rackspace authentication and services with the `OpenStack ...
Rackspace Plugin for the OpenStack SDK ====================================== .. image:: https://travis-ci.org/rackerlabs/rackspace-sdk-plugin.svg?branch=master :target: https://travis-ci.org/rackerlabs/rackspace-sdk-plugin This plugin enables support for Rackspace authentication and services with the `OpenStack ...
Remove Indices and Tables section.
.. 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 ========...
Add UID generator to features.
.. _index: ======================================= qiutil - Quantitative Imaging Utilities ======================================= ******** Synopsis ******** qiutil provides general-purpose utilities for the `OHSU QIN`_ projects. :API: http://qiutil.readthedocs.org/en/latest/api/index.html :Git: https://www.github....
.. _index: ======================================= qiutil - Quantitative Imaging Utilities ======================================= ******** Synopsis ******** qiutil provides general-purpose utilities for the `OHSU QIN`_ projects. :API: http://qiutil.readthedocs.org/en/latest/api/index.html :Git: https://www.github....
Test commit for PyconCA talk
Jeeves Framework ================ .. image:: https://secure.travis-ci.org/silent1mezzo/jeeves-framework.png?branch=master :target: http://travis-ci.org/#!/silent1mezzo/jeeves-framework The Jeeves Framework is a Python IRC library that makes creating and running IRC bots. A few of the core principles were borrowed ...
Jeeves Framework ================ .. image:: https://secure.travis-ci.org/silent1mezzo/jeeves-framework.png?branch=master :target: http://travis-ci.org/#!/silent1mezzo/jeeves-framework The Jeeves Framework is a Python IRC library that makes creating and running IRC bots. A few of the core principles were borrowed ...
Fix path to BMI wrapper
BMI wrapper for PySB-assembled models (:py:mod:`indra.assemblers.bmi_wrapper`) ============================================================================== .. automodule:: indra.assemblers.bmi_wrapper :members:
BMI wrapper for PySB-assembled models (:py:mod:`indra.assemblers.pysb.bmi_wrapper`) =================================================================================== .. automodule:: indra.assemblers.pysb.bmi_wrapper :members:
Delete the redundant word `using`
.. _testing: Running the Tests ================= A ``Makefile`` is included to take care of setting up a virtualenv for running tests. All you need to do is run:: $ make test To change the Python version used to run the tests (default is Python 2.7), change the ``PYTHON_MAJOR`` and ``PYTHON_MINOR`` variables at...
.. _testing: Running the Tests ================= A ``Makefile`` is included to take care of setting up a virtualenv for running tests. All you need to do is run:: $ make test To change the Python version used to run the tests (default is Python 2.7), change the ``PYTHON_MAJOR`` and ``PYTHON_MINOR`` variables at...
Add remark about Github and MediaWiki support
============================================ Rapport - Work report generator for the lazy ============================================ Writing work reports is tedious. Some people have custom hacks. This is meant to be the last one. Features -------- - Asyncronously collects data from various resources: + Bugzill...
============================================ Rapport - Work report generator for the lazy ============================================ Writing work reports is tedious. Some people have custom hacks. This is meant to be the last one. Features -------- - Asyncronously collects data from various resources: + Bugzill...
Change docs to list classes as a list.
collections_extended's documentation ==================================== ``collections_extended`` is a Python module providing a ``bag`` class, AKA **multiset**, a ``setlist`` class, which is a **unique list** or **ordered set**, a ``bijection`` class and ``RangeMap`` which is a mapping from ranges to values. There a...
collections_extended's documentation ==================================== ``collections_extended`` is a Python module providing - a ``bag`` class, AKA **multiset**, - a ``setlist`` class, which is a **unique list** or **ordered set**, - a ``bijection`` class, and - a ``RangeMap`` which is a mapping from ranges to ...
Add text to documentation home page.
.. indoctrinate documentation master file, created by sphinx-quickstart on Tue Nov 18 19:52:51 2014. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to indoctrinate's documentation! ======================================== Contents: .. ...
.. indoctrinate documentation master file, created by sphinx-quickstart on Tue Nov 18 19:52:51 2014. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to indoctrinate's documentation! ======================================== Installation -...
Add license info to readme
blackjack ========= .. image:: https://travis-ci.org/ExcaliburZero/blackjack.svg?branch=master :target: https://travis-ci.org/ExcaliburZero/blackjack .. image:: https://coveralls.io/repos/ExcaliburZero/blackjack/badge.svg?branch=master&service=github :target: https://coveralls.io/github/ExcaliburZero/blackjack...
blackjack ========= .. image:: https://travis-ci.org/ExcaliburZero/blackjack.svg?branch=master :target: https://travis-ci.org/ExcaliburZero/blackjack .. image:: https://coveralls.io/repos/ExcaliburZero/blackjack/badge.svg?branch=master&service=github :target: https://coveralls.io/github/ExcaliburZero/blackjack...
Update link to LICENSE file
pysuru ====== Python lib to access Tsuru API. Install ------- .. code:: shell pip install pysuru Works on Python 2.7 and 3.5. Usage ----- .. code:: python from pysuru import TsuruAPI tsuru = TsuruAPI('<target>', '<token>') for app in tsuru.apps(): print(app.name) Developing ---------- ...
pysuru ====== Python lib to access Tsuru API. Install ------- .. code:: shell pip install pysuru Works on Python 2.7 and 3.5. Usage ----- .. code:: python from pysuru import TsuruAPI tsuru = TsuruAPI('<target>', '<token>') for app in tsuru.apps(): print(app.name) Developing ---------- ...
Update supported operations for itri disco driver
======================== ITRI DISCO volume driver ======================== Supported operations ~~~~~~~~~~~~~~~~~~~~ The DISCO driver supports the following features: * Volume create and delete * Volume attach and detach * Snapshot create and delete * Create volume from snapshot * Get volume stats * Copy image to vo...
======================== ITRI DISCO volume driver ======================== Supported operations ~~~~~~~~~~~~~~~~~~~~ The DISCO driver supports the following features: * Volume create and delete * Volume attach and detach * Snapshot create and delete * Create volume from snapshot * Get volume stats * Copy image to vo...
Convert readthedocs links for their .org -> .io migration for hosted projects
validators ========== |Build Status| |Version Status| |Downloads| Python data validation for Humans. Python has all kinds of data validation tools, but every one of them seems to require defining a schema or form. I wanted to create a simple validation library where validating a simple value does not require definin...
validators ========== |Build Status| |Version Status| |Downloads| Python data validation for Humans. Python has all kinds of data validation tools, but every one of them seems to require defining a schema or form. I wanted to create a simple validation library where validating a simple value does not require definin...
Add link to documentation to ReadMe
======= Connect ======= Connect is a moderated web application that helps members connect with each other based on skills, interests and location. Connect is in active development and is not yet feature complete. Please see ``TODO.rst`` for major planned features. .. image:: https://codeship.com/projec...
======= Connect ======= Connect is a moderated web application that helps members connect with each other based on skills, interests and location. Connect is in active development and is not yet feature complete. Please see ``TODO.rst`` for major planned features. .. image:: https://codeship.com/projec...
Remove SOAP mention from docs
Application Programming Interfaces (APIs) ========================================= There are several ways of interacting with the HTCondor system. Depending on your application and resources, the interfaces to HTCondor listed below may be useful for your installation. Generally speaking, to submit jobs from a program...
Application Programming Interfaces (APIs) ========================================= There are several ways of interacting with the HTCondor system. Depending on your application and resources, the interfaces to HTCondor listed below may be useful for your installation. Generally speaking, to submit jobs from a program...
Add missing location of python version support to checklist.
Release Checklist ----------------- #. Run tests and linter ``make testall`` and ``make lint`` #. ``bumpversion [patch|minor|major]`` #. Install the package again for local development, but with the new version number: ``python setup.py develop`` #. ``make publish`` #. Test that it pip installs:: mktmpenv pip i...
Release Checklist ----------------- #. Run tests and linter ``make testall`` and ``make lint`` #. ``bumpversion [patch|minor|major]`` #. Install the package again for local development, but with the new version number: ``python setup.py develop`` #. ``make publish`` #. Test that it pip installs:: mktmpenv pip i...
Add link to wicket-metrics project.
.. _manual-third-party: ##################### Third Party Libraries ##################### If you're looking to integrate with something not provided by the main Metrics libraries, check out the many third-party libraries which extend Metrics: * `Metrics Spring Integration <https://github.com/ryantenney/metrics-sprin...
.. _manual-third-party: ##################### Third Party Libraries ##################### If you're looking to integrate with something not provided by the main Metrics libraries, check out the many third-party libraries which extend Metrics: * `Metrics Spring Integration <https://github.com/ryantenney/metrics-sprin...
Add links to blog/slides + pictures to readme
bvg-grabber =========== .. image:: https://secure.travis-ci.org/Markush2010/bvg-grabber.png?branch=master :alt: Build Status :target: http://travis-ci.org/Markush2010/bvg-grabber
bvg-grabber =========== Showing BVG Departures In Your Office +++++++++++++++++++++++++++++++++++++ .. image:: https://secure.travis-ci.org/Markush2010/bvg-grabber.png?branch=master :alt: Build Status :target: http://travis-ci.org/Markush2010/bvg-grabber Blog post: http://markusholtermann.eu/article/showin...
Tweak formatting and wording in news entry
New features ------------ * <news item> Deprecations ------------ * <news item> Exposing HDF5 functions ----------------------- * <news item> Bug fixes --------- * New attributes are created directly instead via a temporary attribute with subsequent renaming. This fixes overwriting attributes with ``track_order=...
New features ------------ * <news item> Deprecations ------------ * <news item> Exposing HDF5 functions ----------------------- * <news item> Bug fixes --------- * New attributes are created directly, instead of via a temporary attribute with subsequent renaming. This fixes overwriting attributes with ``trac...
Add link from Logging page to Enabling C* Tracing page.
.. _logging-configuration: ===================== Logging Configuration ===================== Profiling a Key Value Service ============================= All Key Value Services created using ``TransactionManagers.create()`` will be wrapped in a ``ProfilingKeyValueService``. This service will log out timing and metad...
.. _logging-configuration: ===================== Logging Configuration ===================== Profiling a Key Value Service ============================= All Key Value Services created using ``TransactionManagers.create()`` will be wrapped in a ``ProfilingKeyValueService``. This service will log out timing and metad...
Fix path to newrelic_npi in doc
New Relic NPI ============= NPI is the `New Relic Platform Installer <https://docs.newrelic.com/docs/plugins/plugins-new-relic/installing-plugins/installing-npi-compatible-plugin>`_ that can be used to easily install compatible plugins. This state will create a ``/usr/share/npi`` directory and install NPI into it. I...
New Relic NPI ============= NPI is the `New Relic Platform Installer <https://docs.newrelic.com/docs/plugins/plugins-new-relic/installing-plugins/installing-npi-compatible-plugin>`_ that can be used to easily install compatible plugins. This state will create a ``/usr/share/npi`` directory and install NPI into it. I...
Fix docker image layout image path
============= Docker images ============= .. figure:: /resources/images/docker-image-layout.png :scale: 25 % :target: /_images/docker-image-layout.png Docker image hierarchy .. toctree:: :maxdepth: 1 dockerfiles/bootstrap dockerfiles/ansible dockerfiles/base dockerfiles/base-app dockerfile...
============= Docker images ============= .. figure:: /resources/images/docker-image-layout.png :scale: 25 % :target: ../../_images/docker-image-layout.png Docker image hierarchy .. toctree:: :maxdepth: 1 dockerfiles/bootstrap dockerfiles/ansible dockerfiles/base dockerfiles/base-app docke...
Correct the link to the online documentation
django-afip =========== .. image:: https://ci.gitlab.com/projects/7545/status.png?ref=master :target: https://ci.gitlab.com/projects/7545?ref=master :alt: build status .. image:: https://readthedocs.org/projects/django-afip/badge/?version=latest :target: http://django-afip.readthedocs.io/en/latest/?badge=latest...
django-afip =========== .. image:: https://ci.gitlab.com/projects/7545/status.png?ref=master :target: https://ci.gitlab.com/projects/7545?ref=master :alt: build status .. image:: https://readthedocs.org/projects/django-afip/badge/?version=latest :target: http://django-afip.readthedocs.io/en/latest/?badge=latest...
Add "parameter file support" to TODO
================================================== Traits CLI - CLI generator based on class traits ================================================== Usage:: from traitscli import TraitsCLIBase from traits.api import Bool, Float, Enum class SampleCLI(TraitsCLIBase): # These variables are configura...
================================================== Traits CLI - CLI generator based on class traits ================================================== Usage:: from traitscli import TraitsCLIBase from traits.api import Bool, Float, Enum class SampleCLI(TraitsCLIBase): # These variables are configura...
Format service apache2 reload section for Debian/Ubuntu
.. Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. You can view the license at: https://creativecommons.org/licenses/by/3.0/ Installing API behind mod_wsgi ============================== #. Install the Apache Service:: Fedora 21/RHE...
.. Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. You can view the license at: https://creativecommons.org/licenses/by/3.0/ Installing API behind mod_wsgi ============================== #. Install the Apache Service:: Fedora 21/RHE...
Fix broken link to Energia site
.. _ide_energia: Energia ======= The open-source `Energia Software (IDE) <http://energia.nu>`_ makes it easy to write code and upload it to the board. It runs on *Windows, Mac OS X, and Linux*. The environment is written in *Java* and based on *Processing* and other open-source software. This software can be used wi...
.. _ide_energia: Energia ======= The open-source `Energia Software (IDE) <http://energia.nu>`_ makes it easy to write code and upload it to the board. It runs on *Windows, Mac OS X, and Linux*. The environment is written in *Java* and based on *Processing* and other open-source software. This software can be used wi...
Make admonition for CPy-difference use "attention" class.
:mod:`sys` -- system specific functions ======================================= .. module:: sys :synopsis: system specific functions Functions --------- .. function:: exit([retval]) Raise a ``SystemExit`` exception. If an argument is given, it is the value given to ``SystemExit``. .. function:: print_exc...
:mod:`sys` -- system specific functions ======================================= .. module:: sys :synopsis: system specific functions Functions --------- .. function:: exit([retval]) Raise a ``SystemExit`` exception. If an argument is given, it is the value given to ``SystemExit``. .. function:: print_exc...
Remove Python blurb from About page.
.. _about: ************ About |NAME| ************ |NAME| is written on Linux by Velimir Mlaker using several freely available softwares: Wild Magic ========== This is the awsome |WM_DESCR|. It is written by `Geometric Tools <http://www.geometrictools.com>`_ and is free to download from their site. Pyth...
.. _about: About |NAME| ************ |NAME| is written by Velimir Mlaker using several freely available softwares: Wild Magic ========== This is it. The one and only Wild Magic |WM_DESCR|. It's written by `Geometric Tools <http://www.geometrictools.com>`_ and is free to download from their site. SWIG ==== Th...
Split user-guides to admin-guide and user-guide
.. _topic_tags: ========== Topic tags ========== We recommend that you add the tags in the head of the git commit message or email subject line to show the topic explicitly. Based on the topic your request refers to, use the following tags: [api] API Guide, API Complete References [arch-design] Architecture Des...
.. _topic_tags: ========== Topic tags ========== We recommend that you add the tags in the head of the git commit message or email subject line to show the topic explicitly. Based on the topic your request refers to, use the following tags: [admin-guide] Administrator Guide [api] API Guide, API Complete Referen...
Remove unnecessary rubric from documentation
===================== Locust Documentation ===================== .. rubric:: Everything you need to know about Locust .. sidebar:: About locust Locust is a scalable load testing framework written in Python * **Website**: `https://locust.io/ <https://locust.io/>`_ * **Source code**: `https://github.com/l...
===================== Locust Documentation ===================== .. sidebar:: About locust Locust is a scalable load testing framework written in Python * **Website**: `https://locust.io/ <https://locust.io/>`_ * **Source code**: `https://github.com/locustio/locust <https://github.com/locustio/locust>`_ ...
Fix grammar/speeling in the documentation
=================================== Using Felix Web Console with MOTECH =================================== .. contents:: Table of Contents :depth: 2 Overview ======== MOTECH is built on top of the `Felix OSGi Framework <http://felix.apache.org/>`_. Thanks to this, users can install the Felix Web Console on their...
=================================== Using Felix Web Console with MOTECH =================================== .. contents:: Table of Contents :depth: 2 Overview ======== MOTECH is built on top of the `Felix OSGi Framework <http://felix.apache.org/>`_. Thanks to this, users can install the Felix Web Console on their...
Add table explaining cli config options
.. _cli_overview: Overview ======================================================================================================================== The Scale command line client (cli) interfaces with the scale system providing an alternative interface to some functionality as well as a number of support and convenie...
.. _cli_overview: Overview ======================================================================================================================== The Scale command line client (cli) interfaces with the scale system providing an alternative interface to some functionality as well as a number of support and convenie...
Add test word to Modules page
======== Modules ======== ehrcorral.ehrcorral ------------------- Herd ^^^^ .. autoclass:: ehrcorral.ehrcorral.Herd :members: Record ^^^^^^ .. autoclass:: ehrcorral.ehrcorral.Record :members: Profile ^^^^^^^ .. autoclass:: ehrcorral.ehrcorral.Profile :member-order: bysource .. autofunction:: ehrcorral....
======== Modules ======== ehrcorral.ehrcorral ------------------- Test Herd ^^^^ .. autoclass:: ehrcorral.ehrcorral.Herd :members: Record ^^^^^^ .. autoclass:: ehrcorral.ehrcorral.Record :members: Profile ^^^^^^^ .. autoclass:: ehrcorral.ehrcorral.Profile :member-order: bysource .. autofunction:: ehrc...
Add note about compatibility of URLConf to the docs.
.. _upgrade: Upgrade guide ============= The 0.8 release of django-registration represents a complete rewrite of the previous codebase, and introduces several new features which greatly enhance the customizability and extensibility of django-registration. Whenever possible, changes were made in ways which preserve ba...
.. _upgrade: Upgrade guide ============= The 0.8 release of django-registration represents a complete rewrite of the previous codebase, and introduces several new features which greatly enhance the customizability and extensibility of django-registration. Whenever possible, changes were made in ways which preserve ba...
Adjust docs to reflect event name change
Events ====== There are currently two events dispatched when consuming a message: - ``Rebuy\Amqp\Consumer\ManagerEvents::PRE_CONSUME``: Before the message is consumed - ``Rebuy\Amqp\Consumer\ManagerEvents::POST_CONSUME``: After the message has been consumed These events are dispatched by an symfony2 event dispatcher...
Events ====== There are currently two events dispatched when consuming a message: - ``Rebuy\Amqp\Consumer\ConsumerEvents::PRE_CONSUME``: Before the message is consumed - ``Rebuy\Amqp\Consumer\ConsumerEvents::POST_CONSUME``: After the message has been consumed These events are dispatched by an symfony2 event dispatch...
Remove vestige of facade in manual.
bdbcontrib reference ======================= :mod:`facade`: bayeslite conveneice facade ----------------------------------------- .. automodule:: bdbcontrib.facade :members: :mod:`plotutils`: common plotting functionality ------------------------------------------------ .. automodule:: bdbcontrib.plotutils :memb...
bdbcontrib reference ======================= :mod:`plotutils`: common plotting functionality ------------------------------------------------ .. automodule:: bdbcontrib.plotutils :members: :mod:`shell_utils`: bayeslite shell utilities --------------------------------------------- .. automodule:: bdbcontrib.shell_...
Remove unused command [skip CI]
.. _more_output: *************** More outputs *************** Report ======== Beside the static HTML report that you can get using ``report`` `subcommand <http://seqcluster.readthedocs.org/getting_started.html#report>`_, you can download `this <https://github.com/lpantano/seqclusterViz/archive/master.zip>`_ HTML. (...
.. _more_output: *************** More outputs *************** Report ======== Beside the static HTML report that you can get using ``report`` `subcommand <http://seqcluster.readthedocs.org/getting_started.html#report>`_, you can download `this <https://github.com/lpantano/seqclusterViz/archive/master.zip>`_ HTML. (...
Update to see if we can fix Travis
What Is It? ----------- This is a simple todo list app, built for my personal use. The design goals for it are: * It will follow the standard GTD scheme: Context, Project, Priority, Deferred Tasks, etc. * It will allow entry through a single text input that has auto-suggest and allows setting context, project and...
What Is It? ----------- This is a simple todo list app, built for my personal use. The design goals for it are: * It will follow the standard GTD scheme: Context, Project, Priority, Deferred Tasks, etc. * It will allow entry through a single text input that has auto-suggest and allows setting context, project and...
Work around sphinx brokenness re: autofunction duplicating vs overriding
========== Operations ========== .. automodule:: fabric.operations :members: .. autofunction:: get(remote_path, local_path=None) .. autofunction:: open_shell(command=None) .. autofunction:: put(local_path, remote_path, use_sudo=False, mirror_local_mode=False, mode=None) .. autofunction:: reboot(wa...
========== Operations ========== .. automodule:: fabric.operations :members: local, prompt, require .. autofunction:: get(remote_path, local_path=None) .. autofunction:: open_shell(command=None) .. autofunction:: put(local_path, remote_path, use_sudo=False, mirror_local_mode=False, mode=None) .. a...
Fix spacing for coveralls badge
====== README ====== .. image:: https://travis-ci.org/openhatch/oh-mainline.png?branch=master :target: http://travis-ci.org/openhatch/oh-mainline .. image:: https://coveralls.io/repos/openhatch/oh-mainline/badge.svg?branch=master&service=github :target: https://coveralls.io/github/openhatch/oh-mainline?branch=ma...
====== README ====== .. image:: https://travis-ci.org/openhatch/oh-mainline.png?branch=master :target: http://travis-ci.org/openhatch/oh-mainline .. image:: https://coveralls.io/repos/openhatch/oh-mainline/badge.svg?branch=master&service=github :target: https://coveralls.io/github/openhatch/oh-mainline?branch=m...
Convert readthedocs links for their .org -> .io migration for hosted projects
Django-password-reset ===================== .. image:: https://travis-ci.org/brutasse/django-password-reset.svg?branch=master :alt: Build Status :target: https://travis-ci.org/brutasse/django-password-reset Class-based views for password reset, the usual "forget password?" workflow: * User fills his email addr...
Django-password-reset ===================== .. image:: https://travis-ci.org/brutasse/django-password-reset.svg?branch=master :alt: Build Status :target: https://travis-ci.org/brutasse/django-password-reset Class-based views for password reset, the usual "forget password?" workflow: * User fills his email addr...
Add documentation on how to development the extension
SlicerITKUltrasound =================== .. image:: https://travis-ci.org/KitwareMedical/SlicerITKUltrasound.svg?branch=master :target: https://travis-ci.org/KitwareMedical/SlicerITKUltrasound A `3D Slicer <http://slicer.org/>`_ extension for ultrasound image formation, processing, and analysis. Interfaces built o...
SlicerITKUltrasound =================== .. image:: https://travis-ci.org/KitwareMedical/SlicerITKUltrasound.svg?branch=master :target: https://travis-ci.org/KitwareMedical/SlicerITKUltrasound A `3D Slicer <http://slicer.org/>`_ extension for ultrasound image formation, processing, and analysis. Interfaces built o...
Add travis status to readme
======= jsonref ======= ``jsonref`` is an implementation of `JSON Reference <http://tools.ietf.org/id/draft-pbryan-zyp-json-ref-03.html>`_ for Python (supporting 2.6+ including Python 3).
jsonref ======= .. image:: https://travis-ci.org/gazpachoking/jsonref.png?branch=master :target: https://travis-ci.org/gazpachoking/jsonref ``jsonref`` is an implementation of `JSON Reference <http://tools.ietf.org/id/draft-pbryan-zyp-json-ref-03.html>`_ for Python (supporting 2.6+ including Python 3).
Add note to readme about change of upstream
=========== Searchlight =========== To provide advanced and scalable search across multi-tenant cloud resources
=========== Searchlight =========== This project has moved and is now maintained in openstack infra. View the github mirror at `<https://github.com/openstack/searchlight>`_.
Use a more minimalist description in the readme.
====== Avenue ====== Avenue simplifies system administration by providing minimalist content systems that integrate seamlessly into one Python web application with one database. No content mode is more privileged than another. This allows one application that can handle multiple content roles, instead of having to run...
====== Avenue ====== Avenue provides a minimalist content system for forums, wikis, blogging, and so on. This enables one website to have a shared theme and a unified account system. You don't have to worry about getting different apps, intended for different purposes, to talk to each other. There's a consistent user ...
Add @ryanbalfanz to the list of authors.
CONTRIBUTORS Project Lead =============== * Daniel Greenfeld (@pydanny / <pydanny@gmail.com>) Developers ============= * Audrey Roy (@audreyr) * Peter Ingelsby (@inglesp) * Ludvig Wadenstein (@ludw) * Raphael Kimmig (@RaphaelKimmig) * Andrew Ingram (@AndrewIngram) * Gregor Müllegger (@gregmuellegger) * Rivo Laks (@...
CONTRIBUTORS Project Lead =============== * Daniel Greenfeld (@pydanny / <pydanny@gmail.com>) Developers ============= * Audrey Roy (@audreyr) * Peter Ingelsby (@inglesp) * Ludvig Wadenstein (@ludw) * Raphael Kimmig (@RaphaelKimmig) * Andrew Ingram (@AndrewIngram) * Gregor Müllegger (@gregmuellegger) * Rivo Laks (@...
Fix small typo in docs
Using pytest with an existing test suite =========================================== Pytest can be used with most existing test suites, but it's behavior differs from other test runners such as :ref:`nose` or Python's default unittest framework. Before using this section you will want to :ref:`getting-started <ins...
Using pytest with an existing test suite =========================================== Pytest can be used with most existing test suites, but its behavior differs from other test runners such as :ref:`nose` or Python's default unittest framework. Before using this section you will want to :ref:`getting-started <inst...
Add changelog for module renames
0.1.0 ----- * Initial release.
0.2.0 (not released yet) ------------------------ * Adjusted multiple imports: - Forms, formfields and widgets should be now always imported from ``django_backend.forms``. Example:: # OLD import, will no longer work from django_backend.backend.base.formfields import SelectRelatedField # NEW import...
Remove derivative from user guide
.. _ug-introduction: Introduction ============ This user guide is a general introduction to Menpo, aiming to provide a bird's eye of Menpo's design. After reading this guide you should be able to go explore Menpo's extensive Notebooks and not be too suprised by what you see. Core Interfaces --------------- Menpo is a...
.. _ug-introduction: Introduction ============ This user guide is a general introduction to Menpo, aiming to provide a bird's eye of Menpo's design. After reading this guide you should be able to go explore Menpo's extensive Notebooks and not be too suprised by what you see. Core Interfaces --------------- Menpo is a...
Add missing fixed bug in doc
Release notes / Changelog ========================= **1.0.1** * Compatibility with MOS 8.0 **1.0.0** * This is the first release of the plugin.
Release notes / Changelog ========================= **1.0.1** * Compatibility with MOS 8.0 * Fix Cross-plugin display restrictions for some plugins prevent Settings tab from opening (bug 1538617_) .. _1538617: https://bugs.launchpad.net/fuel-plugins/+bug/1538617 **1.0.0** * This is the first release of the plugin...
Switch to autoclass for storage adapter
Creating a new storage adapter ============================== You can write your own storage adapters by creating a new class that inherits from ``StorageAdapter`` and overrides necessary methods established in the base ``StorageAdapter`` class. .. autofunction:: chatterbot.storage.StorageAdapter You will then need ...
Creating a new storage adapter ============================== You can write your own storage adapters by creating a new class that inherits from ``StorageAdapter`` and overrides necessary methods established in the base ``StorageAdapter`` class. .. autoclass:: chatterbot.storage.StorageAdapter :members: You will ...
Add the missing markups for the hyperlink titles
=================================== Infrastructure Optimization service =================================== .. toctree:: :maxdepth: 2 get_started.rst install.rst verify.rst next-steps.rst The Infrastructure Optimization service (Watcher) provides flexible and scalable resource optimization service for...
=================================== Infrastructure Optimization service =================================== .. toctree:: :maxdepth: 2 get_started.rst install.rst verify.rst next-steps.rst The Infrastructure Optimization service (Watcher) provides flexible and scalable resource optimization service for...
Add CLI Reference release notes for Ocata
=========================== Next release: Ocata release =========================== * The documentation sites ``developer.openstack.org`` and ``docs.openstack.org`` are now set up with ``https`` and links to pages have been changed to use ``https`` by default.
=========================== Next release: Ocata release =========================== * The documentation sites ``developer.openstack.org`` and ``docs.openstack.org`` are now set up with ``https`` and links to pages have been changed to use ``https`` by default. Command-Line Interface Reference ~~~~~~~~~~~~~~~~~~~~...
Update docs to mentioned approximate release date of 1.4.
======== News ======== Next Release ============ Beta and final releases of 1.3 are planned for Feb 2013. .. include:: ../CHANGES.txt
======== News ======== Next Release ============ Beta and final releases of 1.4 are planned for late 2013. .. include:: ../CHANGES.txt
Customize links to suit project.
.. image:: https://img.shields.io/pypi/v/tempora.svg :target: https://pypi.org/project/tempora .. image:: https://img.shields.io/pypi/pyversions/tempora.svg .. image:: https://img.shields.io/travis/jaraco/tempora/master.svg :target: https://travis-ci.org/jaraco/tempora .. .. image:: https://img.shields.io/appv...
.. image:: https://img.shields.io/pypi/v/tempora.svg :target: https://pypi.org/project/tempora .. image:: https://img.shields.io/pypi/pyversions/tempora.svg .. image:: https://img.shields.io/travis/jaraco/tempora/master.svg :target: https://travis-ci.org/jaraco/tempora .. .. image:: https://img.shields.io/appv...
Move 'history' -> release notes section
======================================== Welcome to oslo.service's documentation! ======================================== Library for running OpenStack services .. toctree:: :maxdepth: 2 installation usage opts contributing history API Documentation ================= .. toctree:: :maxdepth: 2...
======================================== Welcome to oslo.service's documentation! ======================================== Library for running OpenStack services .. toctree:: :maxdepth: 2 installation usage opts contributing API Documentation ================= .. toctree:: :maxdepth: 2 api/ev...
Add drone.io CI status image
Cliche ====== Cliche is an ontology of fictional works.
Cliche ====== .. image:: https://drone.io/bitbucket.org/clicheio/cliche/status.png :alt: Build Status :target: https://drone.io/bitbucket.org/clicheio/cliche/latest Cliche is an ontology of fictional works.
Change launchpad references to storyboard
If you would like to contribute to the development of OpenStack, you must follow the steps documented at: https://docs.openstack.org/infra/manual/developers.html#development-workflow Pull requests submitted through GitHub will be ignored. Bugs should be filed on Launchpad, not GitHub: https://bugs.launchpad.n...
If you would like to contribute to the development of OpenStack, you must follow the steps documented at: https://docs.openstack.org/infra/manual/developers.html#development-workflow Pull requests submitted through GitHub will be ignored. Bugs should be filed in StoryBoard, not GitHub: https://storyboard.open...
Add Tim to utilities readme
robotpy-wpilib-utilities ======================== .. image:: https://travis-ci.org/robotpy/robotpy-wpilib-utilities.svg :target: https://travis-ci.org/robotpy/robotpy-wpilib-utilities Useful utility functions/objects for RobotPy WPILib (2015+). Documentation ------------- * API Documentation can be found at htt...
robotpy-wpilib-utilities ======================== .. image:: https://travis-ci.org/robotpy/robotpy-wpilib-utilities.svg :target: https://travis-ci.org/robotpy/robotpy-wpilib-utilities Useful utility functions/objects for RobotPy WPILib (2015+). Documentation ------------- * API Documentation can be found at htt...
Update the hacking to latst
ironic-ui Style Commandments =============================================== Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
ironic-ui Style Commandments ============================ Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/
Delete link that could change
CLiC Project ============ Web application for the CLiC Dickens project http://clic.bham.ac.uk How to cite the CLiC web application? ===================================== Please cite CLiC as follows: Johan de Joode, Catherine Smith, Rein Sikveland, Matthew B. O'Donnell. 2016. CLiC: A web application for corpus styl...
CLiC Project ============ Web application for the CLiC Dickens project http://clic.bham.ac.uk How to cite the CLiC web application? ===================================== Please cite CLiC as follows: Johan de Joode, Catherine Smith, Rein Sikveland, Matthew B. O'Donnell. 2016. CLiC: A web application for corpus styl...
Add binary and source install instructions.
.. highlights:: bash CF-GRIB ============ An Python interafce to map GRIB files to the NetCDF Common Data Model with CF Conventions. The high level APIs are inspired by h5netcdf and NetCDF-python. Low level access is done via the ECMWF ecCodes C library. Write support is a planned feature. The project targets Pyth...
.. highlights:: bash CF-GRIB ============ An Python interface to map GRIB files to the NetCDF Common Data Model with CF Conventions. The high level APIs are inspired by h5netcdf and NetCDF-python. Low level access is done via the ECMWF ecCodes C library. Write support is a planned feature. The project targets Pyth...
Replace `code-block` directive to `code` directive
django-permissions ========================== An enhanced permission library which enable *handler based permission system* to handle complex permissions in Django. It is developed based on authentication backend system introduced from django 1.2. Installation ------------ Use pip_ like:: $ pip install "django-p...
django-permissions ========================== An enhanced permission library which enable *handler based permission system* to handle complex permissions in Django. It is developed based on authentication backend system introduced from django 1.2. Installation ------------ Use pip_ like:: $ pip install "django-p...
Update URLs in documents according to document migration
======================== Team and repository tags ======================== .. image:: http://governance.openstack.org/badges/openstack-ansible-galera_client.svg :target: http://governance.openstack.org/reference/tags/index.html .. Change things from this point on =============================== OpenStack-Ansible...
======================== Team and repository tags ======================== .. image:: http://governance.openstack.org/badges/openstack-ansible-galera_client.svg :target: http://governance.openstack.org/reference/tags/index.html .. Change things from this point on =============================== OpenStack-Ansible...
Add quality gate from sonarcloud
================= Django-Assessment ================= .. image:: https://travis-ci.org/vandorjw/django-assessment.svg?branch=master :target: https://travis-ci.org/vandorjw/django-assessment .. image:: https://coveralls.io/repos/github/vandorjw/django-assessment/badge.svg?branch=master :target: https://coverall...
================= Django-Assessment ================= .. image:: https://travis-ci.org/vandorjw/django-assessment.svg?branch=master :target: https://travis-ci.org/vandorjw/django-assessment :alt: TravisCI Status .. image:: https://coveralls.io/repos/github/vandorjw/django-assessment/badge.svg?branch=master ...
Add travis and coverall badges.
============================= django-snooze ============================= A fast, easy REST framework for Django, intended to replace external database access. This is a WIP, excuse the lack of documentation but it's far from usable. Documentation ------------- The full documentation is at https://django-snooze.rea...
============================= django-snooze ============================= .. image:: https://travis-ci.org/ainmosni/django-snooze.svg?branch=master :target: https://travis-ci.org/ainmosni/django-snooze .. image:: https://coveralls.io/repos/ainmosni/django-snooze/badge.png?branch=master :target: https://coveralls.io/r/...
Add Travis CI badge to the readme
Alfred Collector ================ Collector receives report fixes from workers and stores them in the database. Report fixes must be sent as triples:: [:report_id, :type, :data] Where: - ``report_id`` is an ID of the report. It must be of ``int`` type. - ``type`` is a message type (``'fix'`` or ``'finish'``, m...
Alfred Collector ================ .. image:: https://secure.travis-ci.org/alfredhq/alfred-collector.png?branch=develop Collector receives report fixes from workers and stores them in the database. Report fixes must be sent as triples:: [:report_id, :type, :data] Where: - ``report_id`` is an ID of the report. ...
Add note in readme about srt-tools repo
=== srt === srt is a tiny Python library for parsing, modifying, and composing SRT files. Documentation ------------- If you're new to the library, take a look at the quickstart_ for ideas about how to use it. `Detailed API documentation`_ is also available. .. _quickstart: http://srt.readthedocs.org/en/latest/quic...
=== srt === srt is a tiny Python library for parsing, modifying, and composing SRT files. Documentation ------------- If you're new to the library, take a look at the quickstart_ for ideas about how to use it. `Detailed API documentation`_ is also available. Want to see some real-world examples? Take a look at the ...
Add docs about building the docs.
IPython Documentation --------------------- This directory contains the majority of the documentation for IPython. Deploy docs ----------- Documentation is automatically deployed on ReadTheDocs on every push or merged Pull requests. Requirements ------------ The following tools are needed to build the documentatio...
IPython Documentation --------------------- This directory contains the majority of the documentation for IPython. Deploy docs ----------- Documentation is automatically deployed on ReadTheDocs on every push or merged Pull requests. Requirements ------------ The documentation must be built using Python 3. The f...
Change text on front page
.. TempoIQ Manual documentation master file, created by sphinx-quickstart on Sat Sep 6 14:34:01 2014. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to TempoIQ Manual's documentation! ========================================== .. toctr...
.. TempoIQ Manual documentation master file, created by sphinx-quickstart on Sat Sep 6 14:34:01 2014. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. TempoIQ manual ============== Welcome to the TempoIQ manual! This manual contains explanations...
Rearrange order of doc items
.. Dissemin documentation master file, created by sphinx-quickstart on Fri Jun 12 13:30:53 2015. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to Dissemin's documentation! ==================================== Dissemin is a web platform...
.. Dissemin documentation master file, created by sphinx-quickstart on Fri Jun 12 13:30:53 2015. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to Dissemin's documentation! ==================================== Dissemin is a web platform...
Update the documentation for Rust Fmt.
.. _tool-rustfmt: ======= rustfmt ======= The Rust toolchain includes an automatic formatter (rustfmt_) which all code is expected to be run through in order to maintain consistency throughout a codebase. This tool will provide alerts if :file:`.rs` files are incorrectly formatted. .. _rustfmt: https://github.com/ru...
.. _tool-rustfmt: ======== Rust Fmt ======== .. versionadded:: 3.0 The Rust toolchain includes an automatic formatter (rustfmt_) which all code is expected to be run through in order to maintain consistency throughout a codebase. This tool will report any syntax errors in Rust source code, or report if the files ar...
Add labels to the API documentation
Simon API ========= The following is a look into the API inside Simon. Connection ---------- .. automodule:: simon.connection :members: Model ----- .. autoclass:: simon.Model :members: Geo --- .. automodule:: simon.geo :members: Query ----- .. automodule:: simon.query :members: Utils ----- ....
Simon API ========= The following is a look into the API inside Simon. .. _connection: Connection ---------- .. automodule:: simon.connection :members: .. _model: Model ----- .. autoclass:: simon.Model :members: .. _geo: Geo --- .. automodule:: simon.geo :members: .. _query: Query ----- .. aut...
Update readme as more tests now added
IATI Website Tests ================== .. image:: https://travis-ci.org/IATI/IATI-Website-Tests.svg?branch=master :target: https://travis-ci.org/IATI/IATI-Websites-Tests .. image:: https://requires.io/github/IATI/IATI-Website-Tests/requirements.svg?branch=master :target: https://requires.io/github/IATI/IATI-Web...
IATI Website Tests ================== .. image:: https://travis-ci.org/IATI/IATI-Website-Tests.svg?branch=master :target: https://travis-ci.org/IATI/IATI-Websites-Tests .. image:: https://requires.io/github/IATI/IATI-Website-Tests/requirements.svg?branch=master :target: https://requires.io/github/IATI/IATI-Web...
Remove the installation instructions for the Python web server because this goes beyond the scope of a simple README.
Atlas ===== Atlas is a web application to discover Tor relays. It provides useful information on how relays are configured along with diagrams about their past. Running it ---------- You need to have Python and Tornado installed to run the web server locally. The easiest way of installing Tornado is: :: sudo ea...
Atlas ===== Atlas is a web application to discover Tor relays. It provides useful information on how relays are configured along with diagrams about their past. Running it ---------- Some browsers might allow you to directly open the index.html file in the repository's root directory. If that does not work, you hav...
Fix formatting in release notes
============= Release 0.124 ============= General Changes --------------- * The :func:`approx_percentile` aggregation now also accepts an array of percentages Verifier -------- * Add support for pre and post control and test queries If you're upgrading from 0.123, you need to alter your verifier_queries table .. ...
============= Release 0.124 ============= General Changes --------------- * The :func:`approx_percentile` aggregation now also accepts an array of percentages. Verifier -------- * Add support for pre and post control and test queries. If you are upgrading, you need to alter your ``verifier_queries`` table:: A...
Update changelog for 0.1 release.
CHANGES ======= master (unreleased) ------------------- * Initial working version.
CHANGES ======= 0.1 (2014.01.18) ---------------- * Initial working version; support for SQLite3, PostgreSQL, MySQL.
Include the JSONScripts page in the main TOC
Release Engine ============== .. toctree:: :maxdepth: 3 :numbered: intro.rst Setting up <setup.rst> Components and Libraries <components.rst> development.rst YAMLScripts.rst playbooks.rst license.rst Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`sear...
Release Engine ============== .. toctree:: :maxdepth: 3 :numbered: intro.rst Setting up <setup.rst> Components and Libraries <components.rst> development.rst YAMLScripts.rst JSONScripts.rst playbooks.rst license.rst Indices and tables ================== * :ref:`genindex` * :ref:`mod...
Add validate section to API reference.
API Reference ============= This page displays a full reference of `yagmail`\'s API. Authentication -------------- The recommended way to use authenticate is through using `keyring <https://pypi.python.org/pypi/keyring#what-is-python-keyring-lib>`_ through ``yagmail.register``: .. autofunction:: yagmail.register An...
API Reference ============= This page displays a full reference of `yagmail`\'s API. Authentication -------------- .. autofunction:: yagmail.register Another way of authenticating is by passing an ``oauth2_file`` to :class:`yagmail.SMTP`, which is among the safest methods of authentication. Please see the `OAuth2 s...
Fix meta class attribute name.
The Document ============ The `Document` class is the base for all documents stored in the database. To create a new document type, just create a class that inherits from this base class: .. code-block:: python from blitzdb import Document class Author(Document): pass From document classes to ...
The Document ============ The `Document` class is the base for all documents stored in the database. To create a new document type, just create a class that inherits from this base class: .. code-block:: python from blitzdb import Document class Author(Document): pass From document classes to ...
Fix installation instructions on Linux
.. include:: ./vars.rst Installing discord.js ===================== To install discord.js, you need a few dependencies. .. warning:: **When installing with any of these methods, you'll encounter some errors.** This is because an optional dependency isn't working properly, but discord.js should still work fine...
.. include:: ./vars.rst Installing discord.js ===================== To install discord.js, you need a few dependencies. .. warning:: **When installing with any of these methods, you'll encounter some errors.** This is because an optional dependency isn't working properly, but discord.js should still work fine...
Add link to pybitshares telegram group
********************* Support and Questions ********************* We have currently not setup a distinct channel for development around pybitshares. However, many of the contributors are frequently reading through these channels: * https://bitsharestalk.org * https://t.me/BitSharesDEX
********************* Support and Questions ********************* * https://t.me/pybitshares - dedicated channel * https://bitsharestalk.org - BitShares forum * https://t.me/BitSharesDEX - general telegram channel
Document which browsers need the legend transform.
Markup transformations ====================== Patterns will perform some markup transformations automatically to work around several styling bugs in browsers. Form legends ------------ ``legend`` elements are rewritten as ``p`` elements with a ``question`` class. This is needed for browsers (XXX list which ones) whi...
Markup transformations ====================== Patterns will perform some markup transformations automatically to work around several styling bugs in browsers. Form legends ------------ ``legend`` elements are rewritten as ``p`` elements with a ``question`` class. This is needed for all non-WebKit browsers which can ...
Add the title of this repo
このリポジトリのコード ====================================== 設計製作論3のコントローラのソフトウェア一式です。 詳しくは、以下のウェブサイトをご覧ください。 * https://ryuichiueda.github.io/RobotDesign3/manipulator.html オープンソースの利用について ====================================== three.js、Bootstrapを用いています。 three.js ------------------ Copyright 2010-2015 three.js authors Relea...
============================================================================ 設計製作論3のコントローラとドキュメント ============================================================================ このリポジトリのコード ====================================== 設計製作論3のコントローラのソフトウェア一式です。 詳しくは、以下のウェブサイトをご覧ください。 * https://ryuichiueda.github.io/RobotDesig...
Add tutorial form strat in index
.. _tutorials: ========= Tutorials ========= These tutorials illustrate use cases the pydov package supports, split up by different topics each setup as a `jupyter notebook`_ you can run yourself. .. _jupyter notebook: http://jupyter.org/ To run these interactively online without installation, use the following b...
.. _tutorials: ========= Tutorials ========= These tutorials illustrate use cases the pydov package supports, split up by different topics each setup as a `jupyter notebook`_ you can run yourself. .. _jupyter notebook: http://jupyter.org/ To run these interactively online without installation, use the following b...
Add comment about where file goes
.. _authentication: Authenticate to the Rackspace Cloud ------------------------------------- Whether you use cURL, a REST client, or a command line client (CLI) to send requests to the |apiservice|, you need an authentication token to include in the ``X-Auth-Token`` header of each API request. With a valid toke...
.. This is the intro to authenticate topic for API docs that have a Getting Started, move this file to the getting-started folder. .. _authentication: Authenticate to the Rackspace Cloud ------------------------------------- Whether you use cURL, a REST client, or a command line client (CLI) to send requests to the...
Add Drudge.memoize to release note 0.7.0
0.7.0 ----- This releases adds some convenience operations defined for tensorial objects, like direct negation and division by scalars. For instance, to negate a tensor ``t``, now we can just write ``-t`` instead of the more cumbersome ``-1 * t``. Similarly, to divide it by two, we can now just write ``t / 2``, compa...
0.7.0 ----- This releases adds some convenience operations defined for tensorial objects, like direct negation and division by scalars. For instance, to negate a tensor ``t``, now we can just write ``-t`` instead of the more cumbersome ``-1 * t``. Similarly, to divide it by two, we can now just write ``t / 2``, compa...
Create label for the ISC License, which is referenced from the index page
.. _introduction: Introduction ============ Philosophy ---------- Requests was developed with a few :pep:`20` idioms in mind. #. Beautiful is better than ugly. #. Explicit is better than implicit. #. Simple is better than complex. #. Complex is better than complicated. #. Readability counts. All contributions to ...
.. _introduction: Introduction ============ Philosophy ---------- Requests was developed with a few :pep:`20` idioms in mind. #. Beautiful is better than ugly. #. Explicit is better than implicit. #. Simple is better than complex. #. Complex is better than complicated. #. Readability counts. All contributions to ...