ccpgames/eveonline-third-party-documentation

Name: eveonline-third-party-documentation

Owner: CCP Games

Description: EVE Online Third Party Documentation

Created: 2015-04-01 13:53:19.0

Updated: 2018-05-08 17:39:26.0

Pushed: 2018-05-08 12:03:30.0

Homepage: https://eveonline-third-party-documentation.readthedocs.io/

Size: 756

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Documentation Status

eveonline-third-party-documentation

Documentation for EVE Online third-party developers. This covers things like ESI, Static Data Export (SDE), and SSO. You can read the latest version of the documentation here. Read the instructions below if you'd like to contribute.

Developing

Setup

You will need to have python, pip and virtualenv installed (install virtualenv using pip) then run the following commands from inside the repo directory:

Windows
virtualenv venv
venv\Scripts\activate
pip install -r requirements.txt
Linux/mac
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
Running
cd docs/
make livehtml

Contributing

Please organize your submissions by API “section” and submit a separate pull request for each change. We suggest you create a separate branch for each pull request. This will make it easier to work on multiple changes simultaneously.

For example, to contribute a change to the skill point formula docs:

  1. Create a branch (say, “skillpointupdate”) on your fork of ccpgames/eveonline-third-party-documentation
  2. In your branch, make your changes to formulas/skillpoints.md. Be sure to follow the standards for each section of the documentation.
  3. Submit a pull request from yourfork:marketorders to ccpgames:master

Please also add your name to the CONTRIBUTORS file (sorted by first name please!).


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.