To install newslynx-sc-reddit for an active installation of newslynx-core, run the following command:
$ newslynx sc-install https://github.com/newslynx/newslynx-sc-reddit.gitTo add newslynx-sc-reddit all orgnaizations, run:
$ newslynx sc-syncIf you want to modify / add Sous Chefs to newslynx-sc-reddit, do the following:
NOTE Will install a fresh version of newslynx via pip.
$ git clone https://github.com/newslynx/newslynx-sc-reddit.git
$ cd newslynx-sc-reddit
$ pip install --editable .You should now be able to run newslynx-sc-reddit's Sous Chefs in development mode
% newslynx sc-run newslynx_sc_reddit/say_my_name.yaml --myname='Brian Abelson'Requires nose
$ make all_testsDocumentation for newslynx-sc-reddit is hosted on Read The Docs.
It's generated via the following steps
- converts this file (
README.md) into a ReStructured Text file, saving it to docs/index.rst - runs
newslynx sc-docs newslynx_sc_reddit -f rstto generate documentation for all the Sous Chefs innewslynx-sc-redditand saves the output to docs/sous-chefs.rst - Builds Sphinx Documentation from these files.
Builds for newslynx-sc-reddit can be found on Travis
See the contributing guidelines.
-
- This file
-
newslynx-sc-reddit's source-of-truth version.
-
newslynx-sc-reddit's python dependencies.
-
- Specifications for which files to include in the PyPI distribution.
- See the docs on this here.
-
- Specification's for building
newslynx-sc-reddit's PyPI distribution.
- Specification's for building
-
- Configurations for Travis Continuous Integration
- You must activate this project on travis-ci.org for this to run on subsequent updates.
-
- Helpers for managing
newslynx-sc-reddit. - Includes:
make clean:- Cleans out cruft from this directory.
make install:- Installs
newslynx-sc-reddit. Assumes that you're in a virtual environment.
- Installs
make all_tests:- Runs the tests.
make readme- Converts this file to
.rst, including a table of contents, and saves it to docs/index.rst
- Converts this file to
make sous_chef_docs- Programmtically generates Sous Chef documentation by running
newslynx sc-docs newslynx_sc_reddit/ --format=rst > docs/sous-chefs.rst.
- Programmtically generates Sous Chef documentation by running
make all_docs:- Builds the sphinx docs for
newslynx-sc-redditby running the above two commands.
- Builds the sphinx docs for
make view_docs- Serves documentation at localhost:8000
make register:- Registers
newslynx-sc-redditon PyPI.
- Registers
make distribute:- Publishes a new version of
newslynx-sc-redditto PyPI.
- Publishes a new version of
- Helpers for managing
-
newslynx-sc-reddit's source code and Sous Chef configuration files.
-
- Sphnix documentation for
newslynx-sc-reddit
- Sphnix documentation for
-
nosetests fornewslynx-sc-reddit