Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docstring for each procedure and method for pelican/__init__.py #3359

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    866eb70 View commit details
    Browse the repository at this point in the history
  2. Test it using help(pelican)

    Setting terminal screen to 80x24, test the docstring using:
    
        python -c "import pelican;help(pelican)"
    
    Tiny adjustments to ensure that all comment lines are under 70-columns.
    egberts committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    8e8661c View commit details
    Browse the repository at this point in the history