Skip to content

Remove example projects from readme #38

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

Merged
merged 5 commits into from
Jun 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
fetch-depth: 0
- name: asdf_install
uses: asdf-vm/actions/install@v1
with:
tool_versions: |
nodejs 20.14.0
- name: "linting: ${{ matrix.files }}"
run: npx -y awesome-lint ${{ matrix.files }}
awesome-bot:
Expand Down
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ The list is a work in progress, please feel invited to [contribute](#contributin
- [MkDocs projects](#mkdocs-projects)
- [API Reference](#api-reference)
- [Science projects](#science-projects)
- [Example projects](#example-projects)
- [Tag cloud](#tag-cloud)

<!-- CONTENT -->
Expand Down Expand Up @@ -88,12 +87,6 @@ The list is a work in progress, please feel invited to [contribute](#contributin

<!-- END CONTENT -->

## Example projects

- [Basic Sphinx example](https://github.com/readthedocs-examples/example-sphinx-basic) - Basic example of using Sphinx on Read the Docs. **#sphinx**.
- [Basic MkDocs example](https://github.com/readthedocs-examples/example-mkdocs-basic) - Basic example of using MkDocs on Read the Docs. **#mkdocs**.
- [Jupyter Book example](https://github.com/readthedocs-examples/example-jupyter-book) - Using Jupyter Book on Read the Docs with popular extensions. **#jupyter-notebook** **#sphinx**.

## Tag cloud

The categories in this list are intersecting at the following tags:
Expand Down
Loading