Skip to content

Commit

Permalink
Merge branch 'master' of github.com:trieschlab/PymoNNto
Browse files Browse the repository at this point in the history
  • Loading branch information
gitmv committed Aug 14, 2023
2 parents b776164 + 2ddc6b7 commit 42f9ecb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Read the Docs configuration file for MkDocs projects
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"

mkdocs:
configuration: mkdocs.yml
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023, Computational Neuroscience Laboratory (CNRL)
Copyright (c) 2023, Marius Vieth

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion NetworkCore/Behavior.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def empty_func():
pass

def empty_func_with_docstring():
#Empty function with docstring.
"""Empty function with docstring."""
pass

def constants(f):
Expand Down

0 comments on commit 42f9ecb

Please sign in to comment.