Skip to content

Commit

Permalink
Update documentation and dependabot.yml config (ROCm#279)
Browse files Browse the repository at this point in the history
* Update dependabot config

* reorder toc

* remove step to build old docs in jenkins

* add in missing pages; remove unused scripts and assets
  • Loading branch information
samjwu authored Apr 21, 2023
1 parent 0f65b12 commit 0a172f1
Show file tree
Hide file tree
Showing 80 changed files with 26 additions and 4,033 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
directory: "/docs/.sphinx" # Location of package manifests
open-pull-requests-limit: 10
schedule:
interval: "daily"
22 changes: 0 additions & 22 deletions .jenkins/staticanalysis.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,6 @@ import java.nio.file.Path
def runCompileCommand(platform, project, jobName, boolean debug=false)
{
project.paths.construct_build_prefix()

def command = """#!/usr/bin/env bash
set -x
${project.paths.project_build_prefix}/docs/run_doc.sh
"""

try
{
platform.runCommand(this, command)
}
catch(e)
{
throw e
}

publishHTML([allowMissing: false,
alwaysLinkToLastBuild: false,
keepAll: false,
reportDir: "${project.paths.project_build_prefix}/docs/_build/html",
reportFiles: "index.html",
reportName: "Documentation",
reportTitles: "Documentation"])
}

def runCI =
Expand Down
24 changes: 19 additions & 5 deletions docs/.sphinx/_toc.yml.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
# Anywhere {branch} is used, the branch name will be substituted.
# These comments will also be removed.
defaults:
numbered: False
root: index
subtrees:
- numbered: False
entries:
- file: installing
- file: introduction
- file: cpp_api
- caption: Setup
entries:
- file: setup/requirements
- file: setup/cmake_options
- file: setup/installing
- caption: API
entries:
- file: cpp_api
- caption: Releases
entries:
- file: releases/versioning
- file: releases/releases
- caption: Contributing
entries:
- file: contributing/contributing
- file: contributing/submitting_a_pr
- file: contributing/release_process
File renamed without changes.
File renamed without changes.
File renamed without changes.
49 changes: 0 additions & 49 deletions docs/doxybook/config.json

This file was deleted.

210 changes: 0 additions & 210 deletions docs/doxybook/templates/class_members.tmpl

This file was deleted.

49 changes: 0 additions & 49 deletions docs/doxybook/templates/class_members_details.tmpl

This file was deleted.

Loading

0 comments on commit 0a172f1

Please sign in to comment.