Skip to content

Commit

Permalink
TODOs; Indices & Tables; Glossary; Ctoc
Browse files Browse the repository at this point in the history
  • Loading branch information
AFg6K7h4fhy2 committed Mar 18, 2024
1 parent b37f9b4 commit a042977
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 8 deletions.
5 changes: 5 additions & 0 deletions docs/source/_static/msei.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@import url('https://your-font-hosting-url.com/path/to/iosevka.css');

body {
font-family: 'Iosevka', monospace;
}
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@

html_theme = 'classic'
html_static_path = ['_static']
html_css_files = ['msei.css']
12 changes: 12 additions & 0 deletions docs/source/ctoc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Complete Table Of Contents
==========================

.. toctree::
:maxdepth: 4

msei_reference/index
test_reference/index
genindex
modindex
search
glossary
12 changes: 12 additions & 0 deletions docs/source/glossary.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Glossary
========

.. glossary::

Term 1
Definition for term 1 etc...

Term 2
Definition for term 2 etc...

..todo:: Populate the glossary with terms (e.g., from model_definition.md)
19 changes: 13 additions & 6 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,27 @@ CFA Multisignal Renewal Documentation

Welcome, CFA wishes you a nice day!


Documentation Components
========================

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

msei_reference/index
test_reference/index


Indices And Tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
.. toctree::
:maxdepth: 1

genindex
modindex
search
glossary
ctoc

Meta Information
================
Expand Down
4 changes: 3 additions & 1 deletion docs/source/msei_reference/basic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ Basic Renewal Model Module
.. automodule:: pyrenew.basic
:members:
:undoc-members:
:show-inheritance:
:show-inheritance:

..todo:: Describe `basic` in greater detail.
4 changes: 3 additions & 1 deletion docs/source/msei_reference/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ MSEI Reference
basic
transform
process
math
math

.. todolist::
Empty file added model/src/test/__init__.py
Empty file.

0 comments on commit a042977

Please sign in to comment.