Skip to content

Commit

Permalink
Update pynssp doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rosericazondekon committed Apr 28, 2023
1 parent 69f6444 commit 2c9a424
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 14 deletions.
2 changes: 1 addition & 1 deletion DISCLAIMER.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DISCLAIMER
# Disclaimer
Use of this service is limited only to **non-sensitive and publicly available
data**. Users must not use, share, or store any kind of sensitive data like
health status, provision or payment of healthcare, Personally Identifiable
Expand Down
4 changes: 2 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# History
# ChangeLogs

## 0.1.0 (2023-??-??)

* First release on PyPI.
* First release on PyPI (upcoming - not yet released on PyPI).
1 change: 1 addition & 0 deletions docs/codeofconduct.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. mdinclude:: ../CODE_OF_CONDUCT.md
1 change: 1 addition & 0 deletions docs/disclaimer.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. mdinclude:: ../DISCLAIMER.md
18 changes: 15 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,28 @@ Welcome to pynssp's documentation!

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

readme
installation
usage

.. toctree::
:maxdepth: 2
:caption: Modules:

modules
contributing
authors
history

.. toctree::
:maxdepth: 2
:caption: About:

authors
contributing
disclaimer
codeofconduct

Indices and tables
==================
* :ref:`genindex`
Expand Down
18 changes: 10 additions & 8 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ Installation
============


Stable release
--------------
.. Stable release
.. --------------
To install pynssp, run this command in your terminal:
.. To install pynssp, run this command in your terminal:
.. code-block:: console
.. .. code-block:: console
$ pip install pynssp
.. $ pip install pynssp
This is the preferred method to install pynssp, as it will always install the most recent stable release.
.. This is the preferred method to install pynssp, as it will always install the most recent stable release.
If you don't have `pip`_ installed, this `Python installation guide`_ can guide
you through the process.
.. If you don't have `pip`_ installed, this `Python installation guide`_ can guide
.. you through the process.
.. _pip: https://pip.pypa.io
.. _Python installation guide: http://docs.python-guide.org/en/latest/starting/installation/
Expand All @@ -32,6 +32,8 @@ You may install the development version with `pip`_ by running this command in y
$ pip install git+https://github.com/cdcgov/pynssp.git
If you don't have `pip`_ installed, this `Python installation guide`_ can guide
you through the process.

From sources
------------
Expand Down

0 comments on commit 2c9a424

Please sign in to comment.