Skip to content

Commit

Permalink
docs: fixup favicon and other minor stuff.
Browse files Browse the repository at this point in the history
Remove unsused css files.
Fix up name of branch to deploy.
  • Loading branch information
blapie committed Aug 12, 2024
1 parent 5778c96 commit 713567c
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 344 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: Deploy Jekyll site to Pages

on:
push:
branches: ["main"]
branches: ["master"]
paths:
- "docs/**"

Expand Down
2 changes: 1 addition & 1 deletion docs/1-user-guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Guidelines on how to compile and install the library.

* [Preliminaries](#preliminaries)
* [Quick start](#quickstart)
* [Compiling and installing the library on Linu](#linux)
* [Compiling and installing the library on Linux](#linux)
* [Compiling the library with Microsoft Visual C++](#MSVC)
* [Compiling and running "Hello SLEEF"](#hello)
* [Importing SLEEF into your project](#import)
Expand Down
30 changes: 17 additions & 13 deletions docs/6-contribute/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ permalink: /6-contribute/
---

# Contribute to SLEEF
{:toc}

## Discussions

If you have a question that does not necessarily require a change to SLEEF,
such as asking how something works or how to contribute, please [open a
discussion](https://github.com/shibatch/sleef/discussions/new/choose).
discussion][discuss].

## Templates

Expand All @@ -23,26 +22,31 @@ you can by filing the provided forms.

## Report Bug

If you would like to report a bug in SLEEF, please [create a new
issue](https://github.com/shibatch/sleef/issues/new) and select [Report
Bugs](https://github.com/shibatch/sleef/issues/new?template=bug_report.md).
You can also suggest a fix by [submitting a pull
request](https://github.com/shibatch/sleef/pulls) on GitHub.
If you would like to report a bug in SLEEF, please [create a new issue][issues]
and select [Report Bug][bug].

You can also suggest a fix by [submitting a pull request][pulls] on GitHub.

## Request Feature

If you would like to request a feature or a change to SLEEF, please [create a
new issue](https://github.com/shibatch/sleef/issues/new) and select [Request
Features](https://github.com/shibatch/sleef/issues/new?template=feature_request.md).
new issue][issues] and select [Request Feature][feature].

## Request Documentation

If you would like to report an issue or request a change to the documentation,
please [create a new issue](https://github.com/shibatch/sleef/issues/new) and
select [Request
Docs](https://github.com/shibatch/sleef/issues/new?template=docs_request.md).
please [create a new issue][issues] and select [Request Docs][docs].

## Pull Requests

If you would like to suggest a fix or any change to SLEEF, please [submit a
pull request](https://github.com/shibatch/sleef/pulls) on GitHub.
pull request][pulls] on GitHub.

<!-- Repository links -->

[discuss]: https://github.com/shibatch/sleef/discussions/new/choose
[issues]: https://github.com/shibatch/sleef/issues/new/choose
[bug]: https://github.com/shibatch/sleef/issues/new?template=bug_report.md
[feature]: https://github.com/shibatch/sleef/issues/new?template=feature_request.md
[docs]: https://github.com/shibatch/sleef/issues/new?template=docs_request.md
[pulls]: https://github.com/shibatch/sleef/pulls
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: SLEEF Vectorized Math Library
description: Vectorized C99 math functions across popular platforms and architectures.
logo: img/sleef-logo-notext.svg
favicon_ico: img/favicon.png
favicon_ico: "/img/favicon.ico"

theme: just-the-docs
footer_content: "Copyright &copy; 2010-2024 SLEEF Project, Naoki Shibata and contributors. <a href=\"https://github.com/shibatch/sleef/blob/master/LICENSE.txt\">SLEEF is open-source software and is distributed under the Boost Software License, Version 1.0.</a>"
Expand Down
File renamed without changes.
87 changes: 0 additions & 87 deletions docs/sleef.css

This file was deleted.

Loading

0 comments on commit 713567c

Please sign in to comment.