ambitus / pyracf

Python interface to the RACF Command interface.
https://ambitus.github.io/pyracf/
Apache License 2.0
10 stars 4 forks source link

Gh pages beta user updates #24

Closed lcarcaramo closed 11 months ago

lcarcaramo commented 11 months ago

:bulb: Issue Reference

pyRACF Beta 1.0b1 milestone: https://github.com/ambitus/pyracf/milestone/2 Poetry Backend/User Administration Updates PR: https://github.com/ambitus/pyracf/pull/23

:computer: What does this address?

This PR updates the pyRACF documentation to include documentation for all new user administration functionality and interface changes made in PR https://github.com/ambitus/pyracf/pull/23. This PR also explicitly documents pyRACF as being in Beta now and explicitly marks experimental features as experimental so that user's can be confident that they are not using experimental functionality by checking for and reading the Experimental annotation.

:pager: Implementation Details

See markdown changes and run pyRACF documentation site locally.

:clipboard: Is there a test case?

Run the pyRACF documentation site locally:

bundle install
bundle update
bundle exec jekyll serve