Skip to content

Commit

Permalink
Bug Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jaclark5 committed Feb 5, 2025
1 parent 9f11f25 commit 8e0e9ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Installation

* Step 1: Download the main branch from our GitHub page as a zip file, or clone it to your working directory with:

``git clone https://github.com/jaclark5/kubecustom``
``git clone https://github.com/openforcefield/kubecustom``

* Step 2 (Optional): If you are using conda and you want to create a new environment for this package you may install with:

Expand Down
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
Welcome to kubecustom's documentation!
=========================================================

**This is a set of informal tools for internal use. We make no guarantees of versioning, functionality, or support.**

.. grid:: 1 1 2 2

.. grid-item-card:: Getting Started
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Now that your credentials are ready to go (if not see the :ref:`Getting Started`
can run the :func:`kubecustom.deployment.utilization_per_deployment` from the command line
with a refresh timer:

`python -m kubecustom -h`
``python -m kubecustom -h``

or check out these examples of how to use in python scripting:

Expand Down

0 comments on commit 8e0e9ec

Please sign in to comment.