Skip to content

Commit

Permalink
Merge pull request #89 from AllenNeuralDynamics/wip/update_docs
Browse files Browse the repository at this point in the history
Link Github to docs to view the source files
  • Loading branch information
hannalee2 authored Oct 3, 2024
2 parents 7a5907d + b48d514 commit e00d66d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
6 changes: 4 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
from docutils.parsers.rst import roles
from docutils import nodes

sys.path.insert(0, os.path.abspath(".."))

INSTITUTE_NAME = "Allen Institute for Neural Dynamics"

project = 'Parallax'
Expand Down Expand Up @@ -40,8 +38,12 @@
html_theme_options = {
"light_logo": "light-logo.svg",
"dark_logo": "dark-logo.svg",
"source_repository": "https://github.com/AllenNeuralDynamics/parallax/",
"source_branch": "main",
"source_directory": "docs/",
}


# Custom reStructuredText (reST),
def color_role(name, rawtext, text, lineno, inliner, options={}, content=[], color=None):
node = nodes.literal(rawtext, text, classes=[color])
Expand Down
9 changes: 1 addition & 8 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,4 @@ Programmer's Guide

programmersGuide
programmersGuide2
modules

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
modules
2 changes: 1 addition & 1 deletion parallax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import os

__version__ = "0.38.1"
__version__ = "0.38.2"

# allow multiple OpenMP instances
os.environ["KMP_DUPLICATE_LIB_OK"] = "True"

0 comments on commit e00d66d

Please sign in to comment.