Skip to content

Commit

Permalink
fix title in RTD pdf (#219)
Browse files Browse the repository at this point in the history
Cleaned up docs
  • Loading branch information
nwlandry authored Nov 8, 2022
1 parent 9a067bd commit 8d8f913
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 76 deletions.
11 changes: 0 additions & 11 deletions docs/source/api/stats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,3 @@ stats package

~xgi.stats.nodestat_func
~xgi.stats.edgestat_func


.. rubric:: Other classes (for internal use)

.. autosummary::
:toctree: stats
:nosignatures:

~xgi.stats.StatDispatcher
~xgi.stats.EdgeStatDispatcher
~xgi.stats.NodeStatDispatcher
14 changes: 0 additions & 14 deletions docs/source/api/stats/xgi.stats.EdgeStatDispatcher.rst

This file was deleted.

14 changes: 0 additions & 14 deletions docs/source/api/stats/xgi.stats.NodeStatDispatcher.rst

This file was deleted.

16 changes: 0 additions & 16 deletions docs/source/api/stats/xgi.stats.StatDispatcher.rst

This file was deleted.

27 changes: 6 additions & 21 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@

# -- Project information -----------------------------------------------------
project = "XGI"
copyright = "Copyright (C) 2021 XGI Developers"
authors = "Nicholas W. Landry, Leo Torres, Iacopo Iacopini, Maxime Lucas, Giovanni Petri, Alice Patania, Alice Schwarze, and Martina Contisiciani"
# The full version, including alpha/beta/rc tags
copyright = "Copyright (C) 2022 XGI Developers"
release = "0.5.0"

# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -100,7 +98,7 @@
# source_encoding = 'utf-8-sig'

# The master toctree document.
master_doc = "index"
root_doc = "index"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -188,34 +186,21 @@

latex_documents = [
(
master_doc,
root_doc,
"xgi.tex",
"XGI Documentation",
authors,
"",
"manual",
),
]

man_pages = [(master_doc, "xgi", "XGI Documentation", [authors], 1)]

texinfo_documents = [
(
master_doc,
"XGI",
"XGI Documentation",
"",
"XGI",
"One line description of project.",
"Miscellaneous",
),
]
man_pages = [(root_doc, "XGI", "XGI Documentation", "", 1)]

epub_title = project
epub_author = ""
epub_publisher = authors
epub_publisher = ""
epub_copyright = copyright


epub_exclude_files = ["search.html"]


Expand Down

0 comments on commit 8d8f913

Please sign in to comment.