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

Fix of pydoctor crash when creating symlink to index.html #809

Merged
merged 16 commits into from
Sep 13, 2024

Commits on Jul 10, 2024

  1. Fix of pydoctor crash when creating symlink to index.html

    When using pydoctor to create documentation for a single root module the symlink to index.html is created before index.html is created. This causes a crash when running pydoctor in Windows.
    
    The creation of the symlink has been moved to a separate function that is called after index.html is created. This resolves the issue.
    Nathan Kimmel committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    9a88d79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    937b90b View commit details
    Browse the repository at this point in the history
  3. Added writeIndexSymlink to InMemoryWriter.

    Nathan Kimmel committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    0193d7b View commit details
    Browse the repository at this point in the history
  4. Added call to writeIndexSymlink to mirror usage in make.

    Nathan Kimmel committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    13d479d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a6abe7 View commit details
    Browse the repository at this point in the history
  6. Added an if statement to avoid calling writeIndexSymlink when option …

    …--html-subject is used.
    Nathan Kimmel committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    4a1eeb7 View commit details
    Browse the repository at this point in the history
  7. Added writeIndexSymlink to IWriter.

    Nathan Kimmel committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    de4f0ba View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Changed index.html from symlink to hardlink

    Nathan Kimmel committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    848bc05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0816417 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix-symlink-index-html' of https://github.com/rocketeng…

    …ineer1982/pydoctor-symlink-fix into fix-symlink-index-html
    Nathan Kimmel committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d32d495 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73d2120 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Update pydoctor/templatewriter/__init__.py

    Co-authored-by: tristanlatr <[email protected]>
    rocketengineer1982 and tristanlatr committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    9bb5b82 View commit details
    Browse the repository at this point in the history
  2. Update pydoctor/templatewriter/writer.py

    Co-authored-by: tristanlatr <[email protected]>
    rocketengineer1982 and tristanlatr committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b4dcf19 View commit details
    Browse the repository at this point in the history
  3. Update pydoctor/test/__init__.py

    Co-authored-by: tristanlatr <[email protected]>
    rocketengineer1982 and tristanlatr committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d98e319 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    51bf91d View commit details
    Browse the repository at this point in the history
  2. Fix tests

    tristanlatr committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    54a5f50 View commit details
    Browse the repository at this point in the history