Commit ae783623 by alejandro77palacios

Ejemplos de funciones

parent 7ba1d200
...@@ -24,6 +24,7 @@ extensions = [ ...@@ -24,6 +24,7 @@ extensions = [
templates_path = ['_templates'] templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
autodoc_member_order = 'bysource'
language = 'es' language = 'es'
......
...@@ -2,7 +2,7 @@ import networkx as nx ...@@ -2,7 +2,7 @@ import networkx as nx
import pandas as pd import pandas as pd
import pytest import pytest
from redsem import main from redsem import api
@pytest.fixture(scope='module') @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