Skip to content

Commit

Permalink
Setting up Sphinx site again
Browse files Browse the repository at this point in the history
  • Loading branch information
AFg6K7h4fhy2 committed Mar 17, 2024
1 parent 81426f2 commit 16c3dd6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 124 deletions.
21 changes: 1 addition & 20 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@

# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
# import pathlib
# import sys
# sys.path.insert(0, pathlib.Path(__file__).parents[2].resolve().as_posix())

import os
import sys
sys.path.insert(0, os.path.abspath('../../model/src'))


project = 'CFA Multisignal Renewal'
copyright = '2024, CFA'
Expand All @@ -22,18 +14,7 @@
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.autosectionlabel',
'sphinx.ext.autosummary',
'sphinx.ext.doctest',
'sphinx.ext.duration',
'sphinx.ext.githubpages',
'sphinx.ext.inheritance_diagram',
'sphinx.ext.todo',
'sphinx.ext.viewcode',
'sphinx.ext.mathjax',
]
extensions = []

templates_path = ['_templates']
exclude_patterns = []
Expand Down
21 changes: 4 additions & 17 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,33 +1,20 @@
.. CFA-Multisignal-Renewal documentation master file, created by
sphinx-quickstart on Tue Mar 5 10:06:53 2024.
.. CFA Multisignal Renewal documentation master file, created by
sphinx-quickstart on Sun Mar 17 15:31:47 2024.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to CFA-Multisignal-Renewal's documentation!
Welcome to CFA Multisignal Renewal's documentation!
===================================================

.. toctree::
:maxdepth: 2
:caption: Contents:

usage


**Disclaimer**: This repository was created for use by CDC programs to collaborate on public health related projects in support of the CDC mission. GitHub is not hosted by the CDC, but is a third party website used by CDC and its partners to share information and collaborate on software. CDC use of GitHub does not imply an endorsement of any one particular service, product, or enterprise.

**Overview**: This repo hosts the multisignal (a.k.a. signal fusion) renewal project: an internal forecasting model that leverages multiple data sources for enhancing epidemiological modeling of infectious disease outbreaks.

.. note::

This project is under active development.


Check out the :doc:`usage` section for further information.

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

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

.. * :ref:`modindex`
87 changes: 0 additions & 87 deletions docs/source/usage.rst

This file was deleted.

0 comments on commit 16c3dd6

Please sign in to comment.