Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: huggingface/doc-builder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.1
Choose a base ref
...
head repository: huggingface/doc-builder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 11 commits
  • 31 files changed
  • 4 contributors

Commits on Mar 16, 2022

  1. v0.2.0.dev0

    sgugger committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    1557927 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Retry for failed pushes (#150)

    * Retry for failed pushes
    
    * Nothing escape the Eye of Sauron
    sgugger authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    a1b0e76 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Optimum fixes (#149)

    * Find object in namespace packages
    
    * Fixes that work
    
    * Quality
    sgugger authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    6f68918 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Course changes (#148)

    * Add Question svelte component
    
    * Add `--not_python_module` flag
    
    * Escape svelte lcurlybrackets
    
    * Chore
    
    * Update escapre regex
    
    * Flag to disable frontmatter
    
    * Svelte import question component
    
    * Add more svelte escape compnents
    
    * Fix regex bug
    
    * make style
    
    * Add FrameworkSwtichCourse svelte
    
    * Add `fw` prop for svelte course
    
    * more css
    
    * More css
    
    * DocNotebookDropdonwn support single option
    
    * Fix tests
    
    * Tip is correctly escaped
    
    * Update src/doc_builder/build_doc.py
    
    Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
    
    * front format
    
    * Send chpater quiz event
    
    * toctree fw local
    
    Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
    mishig25 and sgugger authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    8f59020 View commit details
    Browse the repository at this point in the history
  2. Implement preview command (#139)

    * Implement dev command
    
    * Make quality
    
    * Update src/doc_builder/autodoc.py
    
    Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
    
    * Update src/doc_builder/build_doc.py
    
    Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
    
    * Update src/doc_builder/build_doc.py
    
    Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
    
    * `src_py_path_mapping` -> `source_files_mapping`
    
    * `src_py` -> `source_files`
    
    * Add soft-dependency `watchdog`
    
    * Update is_watchdog_available
    
    * Command `preview`
    
    * Rm mac-specific `open` command
    
    * Reserved sveltekit keywords
    
    * Simpler routing base for preview mode
    
    * make style
    
    * rm -rf
    
    * superlcass FileSystemEventHandler init
    
    * try catch subsequent builds
    
    * Make style
    
    * Open localhost:3000 automicalyy
    
    * just log
    
    * debug file watcher
    
    * formatted string
    
    * fix hardcoded val
    
    * Update kit readme
    
    * Chore
    
    * Fix relative_path bug
    
    * Stop vite auto server open
    
    * Better automatic browser open
    
    * Cleaner delete file
    
    * Add preview readme
    
    * doc typo
    
    * Support markdown
    
    * Fix
    
    Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
    mishig25 and sgugger authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    fff9359 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Gh workflows support --not_python_module flag (#153)

    * Ghworkflows support `--not_python_module` flag
    
    * Update .github/workflows/build_main_documentation.yml
    
    Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
    
    * Rname to `additional_args`
    
    Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
    mishig25 and sgugger authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    af4cae2 View commit details
    Browse the repository at this point in the history
  2. Switch default branch to main and fix tests (#151)

    * Switch default branch to main and fix tests
    
    * Last one forgotten
    sgugger authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    76c1228 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88c3820 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05a27a9 View commit details
    Browse the repository at this point in the history
  5. Fixes for the doc-builder style command (#157)

    * Fixes for the doc-builder style command
    
    * Remove debug error
    sgugger authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    002d1fa View commit details
    Browse the repository at this point in the history
  6. Release v0.2.0

    sgugger committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    365a1e0 View commit details
    Browse the repository at this point in the history
Loading