Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

xod-client

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xod-client

XOD project: Client application

  • 0.1.2
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Prerequisites

To build the documentation you should have few things installed:

  • Python 3.4+
  • Sphinx
  • Plant UML
  • make

It is implied that you are in /path/to/xod/doc directory while executing any command below:

$ cd doc/

Virtual Environment

Sphinx has few dependencies on its own, so you can prefer not to intall it system-wide, but to sandbox within the project. To do this use pyvenv which is a part of Python package:

$ pyvenv _build/venv3
$ . _build/venv3/bin/activate

If you’ve set up the sandbox Sphinx will install localy in ./_build/venv3.

Sphinx Install

Run:

$ pip install -r requirements.txt

Building HTML Documentation

Run:

$ make html

You’ll get the result in _build/html.

If you get “make: sphinx-build: Command not found”, you have forgot to activate the virtual environment for the current terminal session. Do:

$ . _build/venv3/bin/activate
$ make html

FAQs

Package last updated on 26 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc