andrecastro0o / ontology2smw

automating an RDF ontology import into Semantic Mediawiki
GNU General Public License v3.0
16 stars 5 forks source link

cli arguments default to remote aeon #37

Closed andrecastro0o closed 3 years ago

andrecastro0o commented 3 years ago

change

parser.add_argument('-o', '--ontology',
                    default='aeon/aeon.ttl',
                    help="Ontology file or URI")

to

parser.add_argument('-o', '--ontology',
                    default='https://raw.githubusercontent.com/tibonto/aeon/master/aeon.ttl',
                    help="Ontology file or URI")

remove aeon git sub module

remove git_submodule*.sh

Branch also should be used to remove dir notebooks/