Commit ae783623 by alejandro77palacios

Ejemplos de funciones

parent 7ba1d200
......@@ -24,6 +24,7 @@ extensions = [
templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
autodoc_member_order = 'bysource'
language = 'es'
......
......@@ -2,7 +2,7 @@ import networkx as nx
import pandas as pd
import pytest
from redsem import main
from redsem import api
@pytest.fixture(scope='module')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment