Skip to content

Commit

Permalink
remove subtopology from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
daico007 committed Feb 22, 2024
1 parent 38b02b3 commit ff7746c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
# -- Project information -----------------------------------------------------

project = "gmso"
copyright = "2020, mosdef-hub, Vanderbilt University"
author = "Matt Thompson, Alex Yang, Ray Matsumoto, Parashara Shamaprasad, Umesh Timalsina, Co Quach, Ryan S. DeFever, Justin Gilmer"
copyright = "2024, mosdef-hub, Vanderbilt University"
author = "Matt Thompson, Alex Yang, Ray Matsumoto, Parashara Shamaprasad, Umesh Timalsina, Co D. Quach, Ryan S. DeFever, Justin Gilmer"

# The full version, including alpha/beta/rc tags
version = "0.12.0"
Expand Down Expand Up @@ -49,7 +49,7 @@
napoleon_use_param = False
napoleon_use_ivar = True

intersphinx_mapping = {"python": ("https://docs.python.org/3.7", None)}
intersphinx_mapping = {"python": ("https://docs.python.org/3.11", None)}
# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]

Expand All @@ -71,7 +71,7 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]

_python_doc_base = "http://docs.python.org/3.7"
_python_doc_base = "http://docs.python.org/3.11"

Check notice

Code scanning / CodeQL

Unused global variable Note documentation

The global variable '_python_doc_base' is not used.

source_suffix = ".rst"

Expand Down
2 changes: 1 addition & 1 deletion docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Version control
---------------

We currently use the "standard" Pull Request model. Contributions should be implemented on feature branches of forks.
Please try to keep the `master` branch of your fork up-to-date with the `master` branch of the main repository.
Please try to keep the `main` branch of your fork up-to-date with the `main` branch of the main repository.

Propose a single set of related changes
****************************************
Expand Down
6 changes: 0 additions & 6 deletions docs/data_structures.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Core Classes
:nosignatures:

gmso.Topology
gmso.SubTopology
gmso.Atom
gmso.Bond
gmso.Angle
Expand All @@ -26,11 +25,6 @@ Topology
.. autoclass:: gmso.Topology
:members: add_site, add_connection, update_topology

SubTopology
***********
.. autoclass:: gmso.SubTopology
:members:

Atom
****
.. autoclass:: gmso.Atom
Expand Down

0 comments on commit ff7746c

Please sign in to comment.