Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Write instructions to update the VA VistA FOIA patch spreadsheets | Howto Update Spreadsheets
=========================
This document describes how to update the ``Packages/Uncategorized/*.csv`` FOIA
patch spreadsheets using the latest ``.xls`` files from the VA VistA FOIA site.
Download
--------
Download the ``.xls`` files from the FOIA web site for some ``${year}``::
wget --cont... | |
Add docs for API Elements | .. _apielements:
API Elements
============
Python Refact contains a namespace for the `API Elements`_ Refract Profile
which provide conviences around interacting with API Elements.
.. code-block:: python
from refract.json import JSONDeserialiser
from refract.contrib.apielements import namespace
deseria... | |
Add gh-16594 to NumPy 1.20.0 release notes. | New``__f2py_numpy_version__`` attribute for f2py generated modules.
-------------------------------------------------------------------
Because f2py is released together with NumPy, ``__f2py_numpy_version__``
provides a way to track the version f2py used to generate the module.
| |
Add the missing API doc | cookiecutter Package
====================
:mod:`cookiecutter` Package
---------------------------
.. automodule:: cookiecutter.__init__
:members:
:undoc-members:
:show-inheritance:
:mod:`config` Module
--------------------
.. automodule:: cookiecutter.config
:members:
:undoc-members:
:show-i... | |
Add draft release notes for 2.4.0 | =========================
Duktape 2.4 release notes
=========================
Release overview
================
TBD.
* Symbol built-in is now enabled by default.
Upgrading from Duktape 2.3
==========================
No action (other than recompiling) should be needed for most users to upgrade
from Duktape v2.3.x. ... | |
Add notes to help contributors help us | Contributing to the Python language bindings for ev3dev
=======================================================
This repository holds the pure Python bindings for peripheral
devices that use the drivers available in the ev3dev_ distribution.
for embedded systems.
Contributions are welcome in the form of pull requests... | |
Add initial docs for schema types | Column Property
======================
The schema will validate column values based on the type specified for that column
Currently the schema supports types:
- String
- Numeric (Float and Integer)
- Choice
- Boolean
which the `InputFileValidator` class would use to validate using `Validator` classes.... | |
Add API to query backup capabilities | ..
This work is licensed under a Creative Commons Attribution 3.0 Unported
License.
http://creativecommons.org/licenses/by/3.0/legalcode
==========================================
Backup capability
==========================================
https://blueprints.launchpad.net/cinder/+spec/discovering-system-capabili... | |
Add a release note for the mypy plugin update | Let the mypy plugin manage extended-precision `numpy.number` subclasses
-----------------------------------------------------------------------
The mypy_ plugin, introduced in `numpy/numpy#17843`_, has been expanded:
the plugin now removes annotations for platform-specific extended-precision
types that are not availab... | |
Add todo for what needs to be done before first public release. | ====
ToDo
====
Initial Public Release
----------------------
* Refactor SoundFile use to be able to close/re-open
* Close frees streamed data
* Open restarts initial stream
* Refactor WscpServerProtocol / WscpClientProtocol
to be able to handle multiple file transfers
* See twisted.conch.ssh.filetransfer
* ... | |
Update status of py3k support. | Support for Python 3
====================
There is experimental support for python 3. To generate python3
compatible sources, run the 2to3 tool on the sources top directory::
2to3 -wn --no-diffs scikits examples
To execute some examples and run the test suite You will also need
some other tools that as of July 2... | Support for Python 3
====================
There is experimental support for python3 in some modules, the status
of these is:
svm : OK
linear_models : ?
cluster : ?
covariance : ?
grid_search : ?
mixture : ?
externals.joblib : ?
utils.sparsetools : FAILS to compile
To generate python3 compatib... |
Add a News entry for 0.12 | WeasyPrint 0.12: border-collapse and Flask-WeasyPrint
-----------------------------------------------------
WeasyPrint 0.12 is out.
This release adds support for the collapsing border model of tables, through
the ``border-collapse`` property. Previously, table borders were always
separated. This new model is incompat... | |
Add changelog entry for code/source changes | Some changes were made to the internal ``_pytest._code.source``, listed here
for the benefit of plugin authors who may be using it:
- The ``deindent`` argument to ``Source()`` has been removed, now it is always true.
- Support for zero or multiple arguments to ``Source()`` has been removed.
- Support for comparing ``S... | |
Change title of "topics" section to "Usage guide" | ======
Topics
======
.. toctree::
:maxdepth: 2
pages
writing_templates
images/index
search/index
snippets
streamfield
| ===========
Usage guide
===========
.. toctree::
:maxdepth: 2
pages
writing_templates
images/index
search/index
snippets
streamfield
|
Add changelog for recent modifications. | - **Changed:**
Internal options and behavior of ``coqdep`` have changed, in particular
options ``-w``, ``-D``, ``-mldep``, and ``-dumpbox`` have been removed,
and ``-boot`` will not load any path by default, ``-R/-Q`` should be
used instead
(`#11523 <https://github.com/coq/coq/pull/11523>`_,
by Emilio Jesus... | |
Add a release note for `npt.NDArray` | A runtime-subcriptable alias has been added for `ndarray`
---------------------------------------------------------
`numpy.typing.NDArray` has been added, a runtime-subscriptable alias for
``np.ndarray[Any, np.dtype[~Scalar]]``. The new type alias can be used
for annotating arrays with a given dtype and unspecified sha... | |
Update documentation to fix outgoing callerd id docs | ============
Caller Ids
============
Validate a Phone Number
=======================
Adding a new phone number to your validated numbers is quick and easy:
.. code-block:: php
$client = new Services_Twilio('AC123', '123');
$response = $client->account->caller_ids->validate('+9876543212');
print response... | ============
Caller Ids
============
Validate a Phone Number
=======================
Adding a new phone number to your validated numbers is quick and easy:
.. code-block:: php
$client = new Services_Twilio('AC123', '123');
$response = $client->account->outgoing_caller_ids->create('+15554441234');
print ... |
Add initial description of attribute schemas. | Attribute storage schema definition
===================================
The attribute storage is built up of a set of 5 database schemas:
:attribute_directory: The catalog/directory of existing attributestores and attributes.
:attribute_base: The parent/base tables for attributestores.
:attribute_history: The tables ... | |
Add a Readme-file to the webhost-gitusers-dokuwiki. |
=====================================================
webhost-gitusers-dokuwiki example
=====================================================
This project is an example for using Debops with Vagrant. It
uses the Vagrant provisioner plugin Vai_ to generate the
inventory-file. Provision is then actually done using `deb... | |
Add support for Oracle ZFS Storage Appliance iSCSI Cinder Driver. | ..
This work is licensed under a Creative Commons Attribution 3.0 Unported
License.
http://creativecommons.org/licenses/by/3.0/legalcode
==========================================
Oracle ZFS Storage Appliance iSCSI Driver
==========================================
Include the URL of your launchpad blueprint:
htt... | |
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... |
Make a little bit clear :) | Setting Up
==========
Make sure that you are using >= python3.3 and install invoke for your python version
.. code-block:: bash
pip install invoke
Install requirements
.. code-block:: bash
invoke install
Or for some nicities (like tests)
.. code-block:: bash
invoke install --develop
Start the ser... | Setting Up
==========
Make sure that you are using >= python3.3 and install invoke for your current python3 version.
.. code-block:: bash
pip install invoke
Install requirements
.. code-block:: bash
invoke install
Or for some nicities (like tests)
.. code-block:: bash
invoke install --develop
Sta... |
Fix .rst not showing code blocks on "unknown" languages | ===============================
Understanding the Type Language
===============================
`Telegram's Type Language <https://core.telegram.org/mtproto/TL>`__
(also known as TL, found on ``.tl`` files) is a concise way to define
what other programming languages commonly call classes or structs.
Every definition... | ===============================
Understanding the Type Language
===============================
`Telegram's Type Language <https://core.telegram.org/mtproto/TL>`__
(also known as TL, found on ``.tl`` files) is a concise way to define
what other programming languages commonly call classes or structs.
Every definition... |
Fix by doc the behavior of GitHub authenticator. | A new user does not see the applications I am adding
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
You have to restart the user server. As a jupyterhub administrator, go to
https://your.jupyterhub.url/hub/admin
and restart the user server.
This problem will appear under this circumstance:
1. User who is not ... | A new user does not see the applications I am adding
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
You have to restart the user server. As a jupyterhub administrator, go to
https://your.jupyterhub.url/hub/admin
and restart the user server.
This problem will appear under this circumstance:
1. User who is not ... |
Remove Deprecated reaction.ReactionModel API reference | *********************************
Reactions (:mod:`rmgpy.reaction`)
*********************************
.. module:: rmgpy.reaction
The :mod:`rmgpy.reaction` subpackage contains classes and functions for working
with chemical reaction.
Reaction
========
.. currentmodule:: rmgpy.reaction
======================= ====... | *********************************
Reactions (:mod:`rmgpy.reaction`)
*********************************
.. module:: rmgpy.reaction
The :mod:`rmgpy.reaction` subpackage contains classes and functions for working
with chemical reaction.
Reaction
========
.. currentmodule:: rmgpy.reaction
======================= ====... |
Use "node" take place of "nodes" | .. nova-fake-driver:
================
Nova Fake Driver
================
One common question from OpenStack operators is that "how does the control
plane (e.g., database, messaging queue, nova-scheduler ) scales?". To answer
this question, operators setup Rally to drive workload to the OpenStack cloud.
However, withou... | .. nova-fake-driver:
================
Nova Fake Driver
================
One common question from OpenStack operators is that "how does the control
plane (e.g., database, messaging queue, nova-scheduler ) scales?". To answer
this question, operators setup Rally to drive workload to the OpenStack cloud.
However, withou... |
Fix name space information in documentation | Interface to extended filesystem attributes
===========================================
.. automodule:: xattr
Constants
---------
.. data:: XATTR_CREATE
Used as flags value, the target attribute
will be created, giving an error if it already exists.
.. data:: XATTR_REPLACE
Used as flags value, the target... | Interface to extended filesystem attributes
===========================================
.. automodule:: xattr
Constants
---------
.. data:: XATTR_CREATE
Used as flags value, the target attribute
will be created, giving an error if it already exists.
.. data:: XATTR_REPLACE
Used as flags value, the target... |
Update readme to show how to do specific Redis connection | redisq-py
=========
.. image:: https://secure.travis-ci.org/joshuakarjala/redisq-py.png?branch=master
:target: http://travis-ci.org/joshuakarjala/redisq-py
Python client for https://github.com/runk/redisq (Fast message processing queue backed up by redis and nodejs)
Example
-------
.. code-block:: py
from r... | redisq-py
=========
.. image:: https://secure.travis-ci.org/joshuakarjala/redisq-py.png?branch=master
:target: http://travis-ci.org/joshuakarjala/redisq-py
Python client for https://github.com/runk/redisq (Fast message processing queue backed up by redis and nodejs)
Example
-------
.. code-block:: py
from r... |
Add install instructions and documentation link | Django Toolkit
==============
.. image:: https://travis-ci.org/luizalabs/django-toolkit.svg?branch=master
:target: https://travis-ci.org/luizalabs/django-toolkit
.. image:: https://codecov.io/gh/luizalabs/django-toolkit/branch/master/graph/badge.svg
:target: https://codecov.io/gh/luizalabs/django-toolkit
Our s... | Django Toolkit
==============
.. image:: https://travis-ci.org/luizalabs/django-toolkit.svg?branch=master
:target: https://travis-ci.org/luizalabs/django-toolkit
.. image:: https://codecov.io/gh/luizalabs/django-toolkit/branch/master/graph/badge.svg
:target: https://codecov.io/gh/luizalabs/django-toolkit
.. im... |
Update readme with some todos | csv_object_reader
=================
A simple module which mimics the `reader` classes from python's csv
module but returns an object whose attributes are the members of the
header instead of a list or dict.
The ObjectReader also provides a way to make fields required to be
present and required to be not empty.
| csv_object_reader
=================
A simple module which mimics the `reader` classes from python's csv
module but returns an object whose attributes are the members of the
header instead of a list or dict.
The ObjectReader also provides a way to make fields required to be
present and required to be not empty.
TODO
... |
Update Read the Docs url. | ===============================
Sklearn Stacking Model
===============================
.. image:: https://img.shields.io/pypi/v/sklearn_stacking_model.svg
:target: https://pypi.python.org/pypi/sklearn_stacking_model
.. image:: https://img.shields.io/travis/josh-howes/sklearn_stacking_model.svg
:targe... | ===============================
Sklearn Stacking Model
===============================
.. image:: https://img.shields.io/pypi/v/sklearn_stacking_model.svg
:target: https://pypi.python.org/pypi/sklearn_stacking_model
.. image:: https://img.shields.io/travis/josh-howes/sklearn_stacking_model.svg
:targe... |
Change readme to point to my repo (and a test of AMQP GitHub service hook) | This package defines `remoteobjects`_ models and some scripts for all the
resources provided in `Gervase Markham's`_ Bugzilla `REST API`_. Right now it's
pretty damn slow. I hope that will change.
.. _remoteobjects: http://sixapart.github.com/remoteobjects/
.. _Gervase Markham's: http://weblogs.mozillazine.org/gerv/... | This package defines `remoteobjects`_ models and some scripts for all the
resources provided in `Gervase Markham's`_ Bugzilla `REST API`_. Right now it's
pretty damn slow. I hope that will change.
.. _remoteobjects: http://sixapart.github.com/remoteobjects/
.. _Gervase Markham's: http://weblogs.mozillazine.org/gerv/... |
Make a note about versions and Python 3 | django-switch-user
======================================
Django Switch User is a reuasable application that allows users to assume the
identify of another user. It can be helpful when debugging user issues.
Django Switch User assumes you are using a Django model backend for your user.
Installation
------------
pip i... | django-switch-user
======================================
Django Switch User is a reuasable application that allows users to assume the
identify of another user. It can be helpful when debugging user issues.
Django Switch User assumes you are using a Django model backend for your user.
Beginning with the django-switc... |
Add reference to cuDF DataFrames support | Streamz
=======
|Build Status| |Doc Status| |Version Status|
Streamz helps you build pipelines to manage continuous streams of data. It is simple to use in simple cases, but also supports complex pipelines that involve branching, joining, flow control, feedback, back pressure, and so on.
Optionally, Streamz can also... | Streamz
=======
|Build Status| |Doc Status| |Version Status|
Streamz helps you build pipelines to manage continuous streams of data. It is simple to use in simple cases, but also supports complex pipelines that involve branching, joining, flow control, feedback, back pressure, and so on.
Optionally, Streamz can also... |
Add Travis CI build badge | # pyxos
Paxos implementation
| pyxos
=====
Paxos implementation
.. image:: https://travis-ci.org/ksambor/pyxos.svg?branch=master
:target: https://travis-ci.org/ksambor/pyxos
|
Add Readthedocs' badge to ReadMe file | ==========================
lino README
==========================
A framework for writing desktop-like web applications using Django and ExtJS
Description
-----------
Lino is a high-level framework for writing desktop-like customized
database applications based on `Django <https://www.djangoproject.com/>`_
and `Senc... | ==========================
lino README
==========================
[](http://lino.readthedocs.io/en/latest/?badge=latest)
A framework for writing desktop-like web applications using Django and ExtJS
Description
-----------
Lino is a h... |
Add Windows operating system notice | ==============
Timeoutcontext
==============
.. image:: https://img.shields.io/travis/AntoineCezar/timeoutcontext.svg
:target: https://travis-ci.org/AntoineCezar/timeoutcontext
.. image:: https://img.shields.io/badge/docs-latest-brightgreen.svg
:target: http://timeoutcontext.readthedocs.org/
.. image... | ==============
Timeoutcontext
==============
.. image:: https://img.shields.io/travis/AntoineCezar/timeoutcontext.svg
:target: https://travis-ci.org/AntoineCezar/timeoutcontext
.. image:: https://img.shields.io/badge/docs-latest-brightgreen.svg
:target: http://timeoutcontext.readthedocs.org/
.. image... |
Rework + update Analyze visualization configuration documentation | Configuring the default chart
=============================
.. admonition:: Note
:class: note
The analyze view is available on all datasets having at least a date/datetime field or a facet.
.. ifconfig:: language == 'en'
.. figure:: images/analyze__analyze--en.jpg
The analyze options
.. ifconfig:: ... | Configuring the Analyze visualization
=====================================
.. admonition:: Prerequisite
:class: important
For the Analyze visualization to be available, the dataset must contain at least one date or datetime field, or a field set as a facet.
In the edition interface of a dataset, the Visuali... |
Remove double title in documentation | WeasyPrint documentation
########################
.. include:: ../README.rst
Documentation contents
----------------------
.. toctree::
:maxdepth: 2
install
tutorial
api
features
hacking
changelog
.. include:: ../AUTHORS
| .. include:: ../README.rst
Documentation contents
----------------------
.. toctree::
:maxdepth: 2
install
tutorial
api
features
hacking
changelog
.. include:: ../AUTHORS
|
Add sentence about adding app to INSTALLED_APPS. | .. _installation:
============
Installation
============
There are a few ways to install eadred.
From PyPI
=========
Do::
$ pip install django-eadred
From git
========
Do::
$ git clone git://github.com/willkg/django-eadred.git
For other ways to clone, see
`<https://github.com/willkg/django-eadred.git... | .. _installation:
============
Installation
============
There are a few ways to install eadred.
From PyPI
=========
Do::
$ pip install django-eadred
From git
========
Do::
$ git clone git://github.com/willkg/django-eadred.git
For other ways to clone, see
`<https://github.com/willkg/django-eadred.git... |
Add documentation for usage with South | Advanced Usage
==============
History for Third-Party Model
-----------------------------
To track history for a model you didn't create, use the
``simple_history.register`` utility. You can use this to track models from
third-party apps you don't have control over. Here's an example of using
``simple_history.regis... | Advanced Usage
==============
Version-controlling with South
------------------------------
By default, Historical models live in the same app as the model they track.
Historical models are tracked by South in the same way as any other model.
Whenever the original model changes, the historical model will change also.... |
Add missing sphinx autodoc files | ===========================
Module API Reference
===========================
:Release: |version|
:Date: |today|
.. toctree::
:maxdepth: 2
celery.task.base
celery.execute
celery.result
celery.task
celery.registry
celery.signals
celery.exceptions
celery.task.rest
celery.task.bu... | ===========================
Module API Reference
===========================
:Release: |version|
:Date: |today|
.. toctree::
:maxdepth: 2
celery.decorators
celery.task.base
celery.execute
celery.result
celery.task
celery.conf
celery.signals
celery.exceptions
celery.task.rest
... |
Add migrate link in english documentation | wallabag documentation
======================
.. image:: ../img/wallabag.png
:alt: wallabag logo
:align: center
**wallabag** is a read-it-later application: it saves a web page by
keeping content only. Elements like navigation or ads are deleted.
.. note::
This documentation is about wallabag v2. If you w... | wallabag documentation
======================
.. image:: ../img/wallabag.png
:alt: wallabag logo
:align: center
**wallabag** is a read-it-later application: it saves a web page by
keeping content only. Elements like navigation or ads are deleted.
.. note::
This documentation is about wallabag v2. If you w... |
Fix problem with newer version of Sphinx | .. qiita documentation master file, created by
sphinx-quickstart on Mon May 18 17:59:39 2015.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to qiita's documentation!
=================================
Qiita (canonically pronounced cheet... | .. qiita documentation master file, created by
sphinx-quickstart on Mon May 18 17:59:39 2015.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to qiita's documentation!
=================================
Qiita (canonically pronounced cheet... |
Fix code formating in doc | .. This Source Code Form is subject to the terms of the Mozilla Public
.. License, v. 2.0. If a copy of the MPL was not distributed with this
.. file, You can obtain one at http://mozilla.org/MPL/2.0/.
.. highlightlang:: lua
Geoip
=====
.. haka:module:: geoip
GeoIP utility module.
**Usage:**
::
local geoip =... | .. This Source Code Form is subject to the terms of the Mozilla Public
.. License, v. 2.0. If a copy of the MPL was not distributed with this
.. file, You can obtain one at http://mozilla.org/MPL/2.0/.
.. highlightlang:: lua
Geoip
=====
.. haka:module:: geoip
GeoIP utility module.
**Usage:**
::
local geoip =... |
Use inline images and add Links section. | pydash
======
.. container:: clearer
.. image:: http://img.shields.io/pypi/v/pydash.svg?style=flat
:target: https://pypi.python.org/pypi/pydash/
.. image:: http://img.shields.io/travis/dgilland/pydash/master.svg?style=flat
:target: https://travis-ci.org/dgilland/pydash
.. image:: http://img.shields.io/covera... | ******
pydash
******
|version| |travis| |coveralls| |license|
Python port of the `Lo-Dash <http://lodash.com/>`_ Javascript library.
Links
=====
- Project: https://github.com/dgilland/pydash
- Documentation: http://pydash.readthedocs.org
- PyPi: https://pypi.python.org/pypi/pydash/
- TravisCI: https://travis-ci.o... |
Add a note about requirements.txt | nolearn contains a number of wrappers around existing neural network
libraries, along with a few machine learning utility modules. Most
functionality is written to be compatible with the the excellent
`scikit-learn <http://scikit-learn.org/>`_ library.
View the `documentation here <http://packages.python.org/nolearn/... | nolearn contains a number of wrappers around existing neural network
libraries, along with a few machine learning utility modules. Most
functionality is written to be compatible with the the excellent
`scikit-learn <http://scikit-learn.org/>`_ library.
View the `documentation here <http://packages.python.org/nolearn/... |
Add notes about the project. | ====================
Python Magic Methods
====================
Slides and code for talk on Python's magic methods.
------------
Installation
------------
Clone the repository::
git clone https://github.com/eigenholser/python-magic-methods.git
Change directory into the project::
cd python-magic-methods
C... | ====================
Python Magic Methods
====================
Slides and code for talk on Python's magic methods.
The demo code is developed for Python 3.
RISE is the Reveal.js Jupyter slideshow extension.
------------
Installation
------------
Clone the repository::
git clone https://github.com/eigenholser... |
Fix the towncrier doc link. | =========
Changelog
=========
..
You should *NOT* be adding new change log entries to this file, this
file is managed by towncrier. You *may* edit previous change logs to
fix problems like typo corrections or such.
To add a new change log entry, please see
https://pip.pypa.io/en/latest/development/... | =========
Changelog
=========
..
You should *NOT* be adding new change log entries to this file, this
file is managed by towncrier. You *may* edit previous change logs to
fix problems like typo corrections or such.
To add a new change log entry, please see
https://pip.pypa.io/en/latest/development/... |
Remove note on only serving static comment. | Eve-Swagger
===========
Swagger_ extension for Eve, by `popular request`_.
TODO
----
Everything. Contributors welcome.
Current Status
--------------
Experimental playground.
Usage
-----
.. code-block:: python
from eve import Eve
from eve_swagger import swagger
app = Eve()
app.register_blueprint(s... | Eve-Swagger
===========
Swagger_ extension for Eve, by `popular request`_.
TODO
----
Everything. Contributors welcome.
Current Status
--------------
Experimental playground.
Usage
-----
.. code-block:: python
from eve import Eve
from eve_swagger import swagger
app = Eve()
app.register_blueprint(s... |
Expand readme with more leader material | rwt
===
/ruːt/
RWT (Run With This) provides on-demand dependency resolution.
- Allows declaration of dependencies at runtime.
- Downloads missing dependencies and makes their packages available for import.
- Installs packages to a special staging location such that they're not installed after the process exits.
- Ke... | rwt
===
/ruːt/
RWT (Run With This) provides on-demand dependency resolution.
- Allows declaration of dependencies at runtime.
- Downloads missing dependencies and makes their packages available for import.
- Installs packages to a special staging location such that they're not installed after the process exits.
- Ke... |
Add more info to readme. | Serverify-pip
=============
| Serverify-pip
=============
A tiny utility which replaces VCS dependencies in requirements files by
local directories where it stores VCS checkout exports.
Installing
.. code:: sh
$ pip install serverify-pip
Help
.. code:: sh
$ serverify-pip -h
usage: serverify-pip [-h] -d SRC_DIR [--debug]
... |
Add better intro to readme | marked.py
=========
.. image:: https://travis-ci.org/1stvamp/marked.png?branch=master
:target: https://travis-ci.org/1stvamp/marked
Library/utility that converts HTML to markdown text
| marked
======
.. image:: https://travis-ci.org/1stvamp/marked.png?branch=master
:target: https://travis-ci.org/1stvamp/marked
``marked`` is a library and CLI utility for transforming HTML-ish (HTML, XHTML, HTML5 etc.)
documents and fragments into `makrdown <http://daringfireball.net/projects/markdown/>`_
formatted... |
Add examples and details to the readme | aiosqlite
=========
asyncio bridge to the standard sqlite3 module
.. image:: https://travis-ci.org/jreese/aiosqlite.svg?branch=master
:target: https://travis-ci.org/jreese/aiosqlite
License
-------
aiosqlite is copyright John Reese, and licensed under the MIT license.
I am providing code in this repository to ... | aiosqlite
=========
AsyncIO bridge to the standard ``sqlite3`` module for Python 3.5+
.. image:: https://travis-ci.org/jreese/aiosqlite.svg?branch=master
:target: https://travis-ci.org/jreese/aiosqlite
Install
-------
aiosqlite is compatible with Python 3.5 and newer.
You can install it from PyPI with the foll... |
Add badge for coverage (@hodgestar, @jerith). | Vumi
====
Documentation available online at http://vumi.readthedocs.org/ and in the `docs` directory of the repository.
|vumi-ci|_
.. |vumi-ci| image:: https://travis-ci.org/praekelt/vumi.png?branch=develop
.. _vumi-ci: https://travis-ci.org/praekelt/vumi
To build the docs locally::
$ virtualenv --no-site-pack... | Vumi
====
Documentation available online at http://vumi.readthedocs.org/ and in the `docs` directory of the repository.
|vumi-ci|_
.. |vumi-ci| image:: https://travis-ci.org/praekelt/vumi.png?branch=develop
.. _vumi-ci: https://travis-ci.org/praekelt/vumi
|vumi-cover|_
.. |vumi-cover| image:: https://coveralls.io/... |
Add link to custom pycurl build | .. _installation:
=========================
Установка библиотеки Grab
=========================
Зависимости
===========
Grab нуждается в двух библиотеках: lxml и pycurl
Grab тестируется под python 2.6
Установка под Linux
===================
Установите зависимости любым удобным для вас способом. Вы можете воспольз... | .. _installation:
=========================
Установка библиотеки Grab
=========================
Зависимости
===========
Grab нуждается в двух библиотеках: lxml и pycurl
Grab тестируется под python 2.6
Установка под Linux
===================
Установите зависимости любым удобным для вас способом. Вы можете воспольз... |
Add 0.8 release notes to docs | .. _whatsnew:
.. currentmodule:: seaborn
What's new in the package
=========================
A catalog of new features, improvements, and bug-fixes in each release.
.. include:: releases/v0.7.1.txt
.. include:: releases/v0.7.0.txt
.. include:: releases/v0.6.0.txt
.. include:: releases/v0.5.1.txt
.. include:: re... | .. _whatsnew:
.. currentmodule:: seaborn
What's new in the package
=========================
.. include:: releases/v0.8.0.txt
.. include:: releases/v0.7.1.txt
.. include:: releases/v0.7.0.txt
.. include:: releases/v0.6.0.txt
.. include:: releases/v0.5.1.txt
.. include:: releases/v0.5.0.txt
.. include:: release... |
Correct tastypie link, add django rest framework | Similar projects
================
If Flask-Restless doesn't work for you, here are some similar Python packages
that intend to simplify the creation of ReSTful APIs (in various combinations
of Web frameworks and database backends):
- `Eve <http://python-eve.org>`_
- `Flask-Peewee <https://flask-peewee.readthedocs.org... | Similar projects
================
If Flask-Restless doesn't work for you, here are some similar Python packages
that intend to simplify the creation of ReSTful APIs (in various combinations
of Web frameworks and database backends):
- `Eve <http://python-eve.org>`_
- `Flask-Peewee <https://flask-peewee.readthedocs.org... |
Add history comments for message length validation update | .. :changelog:
History
=======
0.4.2 (2016-03-13)
------------------
* Complete data elements added to default config.
* Added versioneer support for easier package versions
0.4.1 (2015-12-16)
------------------
* Additional data elements added to default config file.
0.4.0 (2015-10-05)
------------------
* Now supp... | .. :changelog:
History
=======
0.4.5 (2016-08-05)
------------------
* check that all of message consumed by fields otherwise raise execption
* get rid of a heap of debugging prints that were clogging the output
0.4.4-0.4.3 (2016-08-03)
------------------------
* Fix issue with mideu when no parameters passed (stack ... |
Update documentation and move all content from markdown to restructuredText format | Welcome to App-Arena Developer documentation
============================================
`App-Arena.com`_ provides an infrastructure to manage and scale web-apps.
Developers can publish and sell own web-apps through our sales channels.
Sales partners can integrate our Web-App-CMS in their third-party software solutio... | Welcome to App-Arena Developer documentation
============================================
`App-Arena.com`_ provides an infrastructure to manage and scale web-apps.
Developers can publish and sell own web-apps through our sales channels.
Sales partners can integrate our Web-App-CMS in their third-party software solutio... |
Remove readme from sphinx docs | .. bossdata documentation master file, created by
sphinx-quickstart on Tue Jul 9 22:26:36 2013.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to bossdata's documentation!
======================================
Contents:
.. toctree::
... | .. bossdata documentation master file, created by
sphinx-quickstart on Tue Jul 9 22:26:36 2013.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to bossdata's documentation!
======================================
Contents:
.. toctree::
... |
Make Travis CI badge in the docs clickable | ..
Copyright (c) 2015, Red Hat, Inc. and/or its affiliates
Licensed under CC-BY-SA-3.0; see the license file
====================
Contributing to py3c
====================
.. highlight:: c
If you would like to contribute to py3c, be it code, documentation,
suggestions, or anything else, please file an issue... | ..
Copyright (c) 2015, Red Hat, Inc. and/or its affiliates
Licensed under CC-BY-SA-3.0; see the license file
====================
Contributing to py3c
====================
.. highlight:: c
If you would like to contribute to py3c, be it code, documentation,
suggestions, or anything else, please file an issue... |
Move sampler reference docs up with textures | Reference
=========
.. toctree::
:maxdepth: 1
context.rst
buffer.rst
vertex_array.rst
program.rst
texture.rst
texture_array.rst
texture3d.rst
texture_cube.rst
framebuffer.rst
renderbuffer.rst
scope.rst
query.rst
conditional_render.rst
compute_shader.rst
... | Reference
=========
.. toctree::
:maxdepth: 1
context.rst
buffer.rst
vertex_array.rst
program.rst
sampler.rst
texture.rst
texture_array.rst
texture3d.rst
texture_cube.rst
framebuffer.rst
renderbuffer.rst
scope.rst
query.rst
conditional_render.rst
compute... |
Add the Python examples notebook to Contents | .. Essentia documentation master file, created by
sphinx-quickstart on Thu Nov 11 16:09:32 2010.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Essentia documentation contents
===============================
.. toctree::
:maxdepth: 2
int... | .. Essentia documentation master file, created by
sphinx-quickstart on Thu Nov 11 16:09:32 2010.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Essentia documentation contents
===============================
.. toctree::
:maxdepth: 2
int... |
Remove implementation details from docs | SiteSettings
============
SiteSettings module allows your users to change common shop settings from dashboard.
Settings object is chosen by pk from ``SITE_SETTINGS_ID`` variable.
Context processor
-----------------
Thanks to ``saleor.site.context_processors.settings`` you can access SiteSettings in template with ``s... | SiteSettings
============
SiteSettings module allows your users to change common shop settings from dashboard like its name or domain.
Settings object is chosen by pk from ``SITE_SETTINGS_ID`` variable.
Context processor
-----------------
Thanks to ``saleor.site.context_processors.settings`` you can access SiteSetti... |
Adjust title of "Getting Started". | .. meta::
:author: Cask Data, Inc.
:copyright: Copyright © 2014-2015 Cask Data, Inc.
============================================
CDAP Developers’ Manual Table of Contents
============================================
.. toctree::
:maxdepth: 3
Introduction <index>
Getting Started <getting-started/i... | .. meta::
:author: Cask Data, Inc.
:copyright: Copyright © 2014-2015 Cask Data, Inc.
============================================
CDAP Developers’ Manual Table of Contents
============================================
.. toctree::
:maxdepth: 3
Introduction <index>
Getting Started Developing <gettin... |
Document the JSON schema a little. | ===========
reviewstats
===========
Utility scripts for generating stats about OpenStack development.
* Free software: Apache license
* Documentation: http://docs.openstack.org/developer/reviewstats
Features
--------
* `openreviews.py` - Get some stats on the number and age of open reviews.
* `reviewers.py` - See h... | ===========
reviewstats
===========
Utility scripts for generating stats about OpenStack development.
* Free software: Apache license
* Documentation: http://docs.openstack.org/developer/reviewstats
Features
--------
* `openreviews.py` - Get some stats on the number and age of open reviews.
* `reviewers.py` - See h... |
Edit news about external storage interface | New features
------------
* The ``external`` argument of :meth:`Group.create_dataset`, which argument
specifies any external storage for the dataset, accepts more types
(:issue:`1260`), as follows:
* The top-level container may be any iterable, not only a list.
* The names of external files may be not only ``... | New features
------------
* The ``external`` argument of :meth:`Group.create_dataset`, which argument
specifies any external storage for the dataset, accepts more types
(:issue:`1260`), as follows:
* The top-level container may be any iterable, not only a list.
* The names of external files may be not only ``... |
Add new config keys to documentation | Configuration
*************
Location to config file
-----------------------
Docker
^^^^^^
.. note:: This file needs to be edited before running the make commands.
::
<path to source root>/docker/engine.conf.inc
Manual
^^^^^^
.. note:: Need to restart each scoring engine service once the config is modified.
::
... | Configuration
*************
Location to config file
-----------------------
Docker
^^^^^^
.. note:: This file needs to be edited before running the make commands.
::
<path to source root>/docker/engine.conf.inc
Manual
^^^^^^
.. note:: Need to restart each scoring engine service once the config is modified.
::
... |
Add release note link for client release notes | ===========================================
Python Bindings to the OpenStack Ironic API
===========================================
This is a client for OpenStack `Ironic`_ API. There's a Python API
(the `ironicclient` modules), and a command-line interface (installed as
`ironic`).
Contents
========
.. toctree::
... | ===========================================
Python Bindings to the OpenStack Ironic API
===========================================
This is a client for OpenStack `Ironic`_ API. There's a Python API
(the `ironicclient` modules), and a command-line interface (installed as
`ironic`).
Contents
========
.. toctree::
... |
Use RST syntax for links | Introduction
============
The Doctrine **D**ata**B**ase **A**bstraction **L**ayer (DBAL) offers an
object-oriented API and a lot of additional, horizontal features
like database schema introspection and manipulation.
The fact that the Doctrine DBAL abstracts the access to the concrete
database away through the use of... | Introduction
============
The Doctrine **D**ata**B**ase **A**bstraction **L**ayer (DBAL) offers an
object-oriented API and a lot of additional, horizontal features
like database schema introspection and manipulation.
The fact that the Doctrine DBAL abstracts the access to the concrete
database away through the use of... |
Replace "derails" with "details" in the doc | ==========
Next steps
==========
Your OpenStack environment now includes the dashboard.
After you install and configure the dashboard, you can
complete the following tasks:
* Provide users with a public IP address, a username, and a password
so they can access the dashboard through a web browser. In case of
any ... | ==========
Next steps
==========
Your OpenStack environment now includes the dashboard.
After you install and configure the dashboard, you can
complete the following tasks:
* Provide users with a public IP address, a username, and a password
so they can access the dashboard through a web browser. In case of
any ... |
Update pypi.python.org URL to pypi.org | Install
=======
The package is hosted on `PyPI <http://pypi.python.org/pypi/lz4>`_ and so can be
installed via pip::
$ pip install lz4
The LZ4 bindings require linking to the LZ4 library, and so if there is not a
pre-compiled wheel available for your platform you will need to have a suitable
C compiler available, ... | Install
=======
The package is hosted on `PyPI <https://pypi.org/project/lz4/>`_ and so can be
installed via pip::
$ pip install lz4
The LZ4 bindings require linking to the LZ4 library, and so if there is not a
pre-compiled wheel available for your platform you will need to have a suitable
C compiler available, as... |
Add missing space in docs | =======================
sauceclient Development
=======================
Requirements
============
* Python 2.7
* git
Source Code Repository (GitHub)
===============================
* `sauceclient` on `GitHub <https://github.com/cgoldberg/sauceclient>`_
Getting the Code
================
Source code is stored in... | =======================
sauceclient Development
=======================
Requirements
============
* Python 2.7
* git
Source Code Repository (GitHub)
===============================
* `sauceclient` on `GitHub <https://github.com/cgoldberg/sauceclient>`_
Getting the Code
================
Source code is stored in... |
Use :no-link: for the breathe references. | Dilate a binary image
=====================
Synopsis
--------
Dilate regions by using a specified kernel, also known as a structuring element.
In this example, the white regions are enlarged.
Doxygen
-------
.. doxygenclass:: itk::BinaryDilateImageFilter
* `BinaryDilateImageFilter detailed doxygen documentation`_
... | Dilate a binary image
=====================
Synopsis
--------
Dilate regions by using a specified kernel, also known as a structuring element.
In this example, the white regions are enlarged.
Doxygen
-------
.. doxygenclass:: itk::BinaryDilateImageFilter
:no-link:
* `BinaryDilateImageFilter detailed doxygen docu... |
Add difference between pip freeze | ===============================
``pipreqs`` - Generate requirements.txt file for any project based on imports
===============================
.. image:: https://img.shields.io/travis/bndr/pipreqs.svg
:target: https://travis-ci.org/bndr/pipreqs
.. image:: https://img.shields.io/pypi/v/pipreqs.svg
:targ... | ===============================
``pipreqs`` - Generate requirements.txt file for any project based on imports
===============================
.. image:: https://img.shields.io/travis/bndr/pipreqs.svg
:target: https://travis-ci.org/bndr/pipreqs
.. image:: https://img.shields.io/pypi/v/pipreqs.svg
:targ... |
Add travis badge to readme | ASQ Simulates Queues
====================
.. image:: https://badges.gitter.im/Join%20Chat.svg
:alt: Join the chat at https://gitter.im/geraintpalmer/ASQ
:target: https://gitter.im/geraintpalmer/ASQ?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
|
.. image:: https://github.com/geraintp... | ASQ Simulates Queues
====================
.. image:: https://travis-ci.org/geraintpalmer/ASQ.svg?branch=master
:target: https://travis-ci.org/geraintpalmer/ASQ
.. image:: https://badges.gitter.im/Join%20Chat.svg
:alt: Join the chat at https://gitter.im/geraintpalmer/ASQ
:target: https://gitter.im/geraintpa... |
Add "No Maintenance Intended" badge | ===================
django-login-canary
===================
**django-login-canary** is a reusable Django application to notify users upon successful and failed logins.
License
=======
MIT
Installation
============
1. Install from PyPI::
pip install django-login-canary
2. Add ``'login_canary'`` to your ``INS... | ===================
django-login-canary
===================
.. image:: http://unmaintained.tech/badge.svg
:target: http://unmaintained.tech/
:alt: No Maintenance Intended
**django-login-canary** is a reusable Django application to notify users upon successful and failed logins.
License
=======
MIT
Installa... |
Update badges in readme to be rst, not md | databroker
==========
A unified interface to the various data sources at NSLS-II.
Implemented:
- `metadatastore <https://github.com/NSLS-II/metadatastore>`_
- `filestore <https://github.com/NSLS-II/filestore>`_
Planned:
- channelarchiver
---------------
[ language starts with its syntax. A grammar describes the well-formed sentences of a language. When written in the grammar language of a parser generator, such a gramm... | .. _sdf3-index:
================================
Syntax Definition with SDF3
================================
The definition of a textual (programming) language starts with its syntax. A grammar describes the well-formed sentences of a language. When written in the grammar language of a parser generator, such a gramm... |
Remove references to 'wsmanclient' in docs. | Usage
=====
Create a client object by providing the connection details of the DRAC card::
client = wsmanclient.client.DRACClient('1.2.3.4', 'username', 's3cr3t')
.. note::
By default it will use port 443, '/wsman' as path and https protocol.
You can override the default port, path and protocol::
client... | Usage
=====
Create a client object by providing the connection details of the DRAC card::
client = dracclient.client.DRACClient('1.2.3.4', 'username', 's3cr3t')
.. note::
By default it will use port 443, '/wsman' as path and https protocol.
You can override the default port, path and protocol::
client ... |
Add easy_install to docs as alternative to apt-get for installing pip | .. _installing_dronekit:
===================
Installing DroneKit
===================
DroneKit-Python can be installed on a Linux, Mac OSX, or Windows computer that
has *Python 2.7* and can install Python packages from the Internet.
It is installed from **pip** on all platforms:
.. code-block:: bash
... | .. _installing_dronekit:
===================
Installing DroneKit
===================
DroneKit-Python can be installed on a Linux, Mac OSX, or Windows computer that
has *Python 2.7* and can install Python packages from the Internet.
It is installed from **pip** on all platforms:
.. code-block:: bash
... |
Add build status and coverage report. | Gaphor - The UML and SysML(soon!) Modeling Tool
========================================
Gaphor is a free/libre/open source UML modeling tool, written in Python and licensed under the GPLv2.
Install gaphor simply using pip:
$ pip install gaphor
You can find the sources and issue tracker at GitLab:
http://gitla... | [](https://gitlab.com/MBSE/gaphor/commits/master)
[](https://gitlab.com/MBSE/gaphor/commits/master)
Gaphor - The UML and SysML(soon!) Modeling Tool
=======================... |
Add Travis CI Build Status to readme | What's Fresh API
================
The API component of the What's Fresh project.
To create a local instance to of the server to run, please see the Developer
Documentation available in ``docs/source/dev/development.rst``.
| What's Fresh API
================
.. image:: https://travis-ci.org/osu-cass/whats-fresh-api.svg?branch=develop
:target: https://travis-ci.org/osu-cass/whats-fresh-api
The API component of the What's Fresh project.
To create a local instance to of the server to run, please see the Developer
Documentation availabl... |
Update i18n translation for neutron.agents log msg's | Neutron Style Commandments
=======================
- Step 1: Read the OpenStack Style Commandments
http://docs.openstack.org/developer/hacking/
- Step 2: Read on
Neutron Specific Commandments
--------------------------
- [N320] Validate that LOG messages, except debug ones, have translations
- [N321] Validate that... | Neutron Style Commandments
=======================
- Step 1: Read the OpenStack Style Commandments
http://docs.openstack.org/developer/hacking/
- Step 2: Read on
Neutron Specific Commandments
--------------------------
- [N319] Validate that debug level logs are not translated
- [N320] Validate that LOG messages, ... |
Update docs with new pip install command | Installation
=============
This process assumes you have already created an Amazon Marketplace Webservices (MWS) account.
Setup API Access
---------------------
* Go to https://developer.amazonservices.com (or .ca/.de/.jp/.fr/.co.uk)
* Click on the *Sign up for MWS* button and follow the instructions.
* At the end yo... | Installation
=============
This process assumes you have already created an Amazon Marketplace Webservices (MWS) account.
Setup API Access
---------------------
* Go to https://developer.amazonservices.com (or .ca/.de/.jp/.fr/.co.uk)
* Click on the *Sign up for MWS* button and follow the instructions.
* At the end yo... |
Use full link in CHANGELOG | Support for Python 3.7's builtin ``breakpoint()`` method, see :ref:`breakpoint-builtin` for details. | Support for Python 3.7's builtin ``breakpoint()`` method, see `Using the builtin breakpoint function <https://docs.pytest.org/en/latest/usage.html#breakpoint-builtin>`_ for details.
|
Convert readthedocs links for their .org -> .io migration for hosted projects | Flask-BasicAuth
===============
.. image:: https://secure.travis-ci.org/jpvanhal/flask-basicauth.png?branch=master
:target: https://travis-ci.org/jpvanhal/flask-basicauth
:alt: Build Status
.. image:: https://coveralls.io/repos/jpvanhal/flask-basicauth/badge.png
:target: https://coveralls.io/r/jpvanhal/fl... | Flask-BasicAuth
===============
.. image:: https://secure.travis-ci.org/jpvanhal/flask-basicauth.png?branch=master
:target: https://travis-ci.org/jpvanhal/flask-basicauth
:alt: Build Status
.. image:: https://coveralls.io/repos/jpvanhal/flask-basicauth/badge.png
:target: https://coveralls.io/r/jpvanhal/fl... |
Include connection pool API in docs | *****************
API documentation
*****************
.. py:currentmodule:: happybase
This chapter contains detailed API documentation for HappyBase. It is suggested
to read the :doc:`tutorial <tutorial>` first to get a general idea about how
HappyBase works.
The HappyBase API is organised as follows:
:py:class:`~h... | *****************
API documentation
*****************
.. py:currentmodule:: happybase
This chapter contains detailed API documentation for HappyBase. It is suggested
to read the :doc:`tutorial <tutorial>` first to get a general idea about how
HappyBase works.
The HappyBase API is organised as follows:
:py:class:`~h... |
Add pypi download + version badges | Tooz
====
The Tooz project aims at centralizing the most common distributed primitives
like group membership protocol, lock service and leader election by providing
a coordination API helping developers to build distributed applications.
* Free software: Apache license
* Documentation: http://docs.openstack.org/devel... | Tooz
====
.. image:: https://pypip.in/version/tooz/badge.svg
:target: https://pypi.python.org/pypi/tooz/
:alt: Latest Version
.. image:: https://pypip.in/download/tooz/badge.svg?period=month
:target: https://pypi.python.org/pypi/tooz/
:alt: Downloads
The Tooz project aims at centralizing the most com... |
Add CI link to badge. | .. -*-restructuredtext-*-
.. image:: https://github.com/ubernostrum/django-registration/workflows/CI/badge.svg
:alt: CI status image
This is a user-registration application for `Django
<https://www.djangoproject.com/>`_. There are two registration
workflows (one-step, and two-step with activation) built in, and it... | .. -*-restructuredtext-*-
.. image:: https://github.com/ubernostrum/django-registration/workflows/CI/badge.svg
:alt: CI status image
:target: https://github.com/ubernostrum/django-registration/actions?query=workflow%3ACI
This is a user-registration application for `Django
<https://www.djangoproject.com/>`_. Th... |
Remove Travis build badge until we figure out what's breaking the tests there. | ===============
pyelasticsearch
===============
.. image:: https://travis-ci.org/rhec/pyelasticsearch.png
:alt: Build Status
:target: https://travis-ci.org/rhec/pyelasticsearch
pyelasticsearch is a clean, future-proof, high-scale API to elasticsearch. It
provides features like...
* Transparent conversion of Py... | ===============
pyelasticsearch
===============
pyelasticsearch is a clean, future-proof, high-scale API to elasticsearch. It
provides features like...
* Transparent conversion of Python data types to and from JSON
* Translating HTTP status codes representing failure into exceptions
* Connection pooling
* Load-balanc... |
Clarify scope of local file connector | ====================
Local file connector
====================
The local file connector allows querying data stored on the local
file system of each worker.
Configuration
-------------
To configure the local file connector, create a catalog properties file
under ``etc/catalog`` named, for example, ``localfile.proper... | ====================
Local file connector
====================
The local file connector allows querying the HTTP request log files stored on
the local file system of each worker.
Configuration
-------------
To configure the local file connector, create a catalog properties file
under ``etc/catalog`` named, for examp... |
Move the unimportant Icons and Glossary chapters out of the main TOC. | Overview
========
DXR is a code search and navigation tool aimed at making sense of large
projects like Firefox. It supports full-text and regex searches as well as
structural queries like "Find all the callers of this function." Behind the
scenes, it uses trigram indices, the re2 library, and static analysis data
col... | Overview
========
DXR is a code search and navigation tool aimed at making sense of large
projects like Firefox. It supports full-text and regex searches as well as
structural queries like "Find all the callers of this function." Behind the
scenes, it uses trigram indices, the re2 library, and static analysis data
col... |
Remove instructions for old blobstorage. | ==============================
Staff Graded Assignment XBlock
==============================
This package provides an XBlock for use with the edX platform which provides a
staff graded assignment. Students are invited to upload files which encapsulate
their work on the assignment. Instructors are then able to downlo... | ==============================
Staff Graded Assignment XBlock
==============================
This package provides an XBlock for use with the edX platform which provides a
staff graded assignment. Students are invited to upload files which encapsulate
their work on the assignment. Instructors are then able to downlo... |
Fix Travis badge (show build for master branch) | django-email-log
================
.. image:: https://travis-ci.org/treyhunner/django-email-log.png
:target: https://travis-ci.org/treyhunner/django-email-log
:alt: Test Status
.. image:: https://coveralls.io/repos/treyhunner/django-email-log/badge.png?branch=master
:target: https://coveralls.io/r/treyhunner/... | django-email-log
================
.. image:: https://travis-ci.org/treyhunner/django-email-log.png?branch=master
:target: https://travis-ci.org/treyhunner/django-email-log
:alt: Test Status
.. image:: https://coveralls.io/repos/treyhunner/django-email-log/badge.png?branch=master
:target: https://coveralls.io... |
Add docs for NCDC modules: GSOD and GHCN-Daily | .. _api:
USGS
====
.. automodule:: ulmo.usgs.core
:members:
:inherited-members:
.. automodule:: ulmo.usgs.pytables
:members:
:inherited-members:
| .. _api:
NCDC
====
.. automodule:: ulmo.ncdc.ghcn_daily.core
:members:
:inherited-members:
.. automodule:: ulmo.ncdc.gsod.core
:members:
:inherited-members:
USGS
====
.. automodule:: ulmo.usgs.core
:members:
:inherited-members:
.. automodule:: ulmo.usgs.pytables
:members:
:inherited-me... |
Format adjustments on rst files | Flaskutils
==========
Utilities to build flask based microservices.
What this project is about?
---------------------------
Flask is an awesome web microframework that works great out of the box. Nevertheless, additional configuration and integration with complimentary libraries is required in order to build complex... | Flaskutils
==========
Utilities to build flask based microservices.
What this project is about?
---------------------------
Flask is an awesome web microframework that works great out of the box. Nevertheless, additional configuration and integration with complimentary libraries is required in order to build complex... |
Add 3.3.0 to archive list | Documentation Archive
=====================
- `3.2.1 <https://pyproj4.github.io/pyproj/3.2.1/>`_
- `3.1.0 <https://pyproj4.github.io/pyproj/3.1.0/>`_
- `3.0.1 <https://pyproj4.github.io/pyproj/3.0.1/>`_
- `2.6.1 <https://pyproj4.github.io/pyproj/v2.6.1rel/>`_
- `2.5.0 <https://pyproj4.github.io/pyproj/v2.5.0rel/>`_
- ... | Documentation Archive
=====================
- `3.3.0 <https://pyproj4.github.io/pyproj/3.3.0/>`_
- `3.2.1 <https://pyproj4.github.io/pyproj/3.2.1/>`_
- `3.1.0 <https://pyproj4.github.io/pyproj/3.1.0/>`_
- `3.0.1 <https://pyproj4.github.io/pyproj/3.0.1/>`_
- `2.6.1 <https://pyproj4.github.io/pyproj/v2.6.1rel/>`_
- `2.5... |
Add save_checkpoint_multiprocess to api reference. |
flax.training package
=====================
Checkpoints
------------------------
.. currentmodule:: flax.training.checkpoints
.. automodule:: flax.training.checkpoints
.. autofunction:: save_checkpoint
.. autofunction:: latest_checkpoint
.. autofunction:: restore_checkpoint
.. autofunction:: convert_pre_linen
... |
flax.training package
=====================
Checkpoints
------------------------
.. currentmodule:: flax.training.checkpoints
.. automodule:: flax.training.checkpoints
.. autofunction:: save_checkpoint
.. autofunction:: save_checkpoint_multiprocess
.. autofunction:: latest_checkpoint
.. autofunction:: restore_c... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.