Skip to content

Commit

Permalink
Adding casperfpga sourcecode links.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjbford committed Aug 13, 2018
1 parent 18ce52c commit e525085
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def setup(app):
'sphinx.ext.imgmath',
'sphinx.ext.ifconfig',
'sphinx.ext.viewcode',
'sphinx.ext.githubpages',
'sphinx.ext.githubpages'
]

# Add any paths that contain templates here, relative to this directory.
Expand Down Expand Up @@ -190,7 +190,7 @@ def setup(app):
# -- Options for intersphinx extension ---------------------------------------

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'https://docs.python.org/': None}
intersphinx_mapping = {'casperfpga': ('https://casper-toolflow.readthedocs.io/projects/casperfpga/en/latest/', None)}

# -- Options for todo extension ----------------------------------------------

Expand Down
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ Documentation
* :doc:`Block Documentation <blockdocumentation>`
* :doc:`Toolflow Documentation <jasper_documentation>`
* :doc:`Toolflow Sourcecode <src/jasper_library_modules/modules>`
* `casperfpga Sourcecode <https://casper-toolflow.readthedocs.io/projects/casperfpga/en/latest/>`__

.. toctree::
:hidden:
Expand All @@ -107,3 +108,4 @@ Documentation
blockdocumentation
jasper_documentation
Toolflow Sourcecode <src/jasper_library_modules/modules>
casperfpga Sourcecode <https://casper-toolflow.readthedocs.io/projects/casperfpga/en/latest/>

0 comments on commit e525085

Please sign in to comment.