Skip to content

Commit

Permalink
chore: add npm scripts to help remember build steps
Browse files Browse the repository at this point in the history
Signed-off-by: Fernando Rijo Cedeno <[email protected]>
  • Loading branch information
zFernand0 committed Dec 11, 2024
1 parent 014dae6 commit 7de93d0
Show file tree
Hide file tree
Showing 7 changed files with 618 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,5 @@ docs/source/classes
# Team config files
zowe.config*.json
zowe.schema.json

node_modules/
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Python developers can leverage the Zowe SDK in order to create powerful scripts/
:maxdepth: 2
:caption: Contents:

usage/getting-started
about/about
usage/getting-started
packages/packages
classes/index
contributing/contributing
5 changes: 5 additions & 0 deletions docs/source/usage/advanced.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Advanced usage
===============

- You can use a custom Certificate Authority.
The python SDK supports the commonly used environmental variables `REQUESTS_CA_BUNDLE` and `CURL_CA_BUNDLE` to provide a certificate chain. Also, you may use the `SSL_CERT_FILE` environmental variable.
8 changes: 2 additions & 6 deletions docs/source/usage/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ Getting started
.. toctree::
:maxdepth: 2

requirements
installation
examples

Tips
----

- You can use a custom Certificate Authority.
The python SDK supports the commonly used environmental variables `REQUESTS_CA_BUNDLE` and `CURL_CA_BUNDLE` to provide a certificate chain. Also, you may use the `SSL_CERT_FILE` environmental variable.
advanced
8 changes: 8 additions & 0 deletions docs/source/usage/requirements.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Requirements
=============

The project requires the following:

- Python 3.9 and above
- Sphinx (optional - To build project documentation)
- Enchant (optional - to build project documentation)
Loading

0 comments on commit 7de93d0

Please sign in to comment.