Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation for pypsi-distribute and directed SPIs #40

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

anniegbryant
Copy link
Member

This PR updates some of the docs to include information about pyspi-distribute and how to interpret the calc.table object for directed SPIs

from pyspi.calculator import Calculator
calc = Calculator(dataset=dataset, subset='sonnet')
from pyspi import Calculator
calc = Calculator(subset='fast') # or calc = Calculator(subset='sonnet') or calc = Calculator(subset='fabfour')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might need to bring dataset back in?

calc = Calculator(dataset=dataset, subset='fast') # or calc = Calculator(..., subset='sonnet') or calc = Calculator(..., subset='fabfour')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants