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

opae-sdk: remove ase documentation #2515

Merged
merged 3 commits into from
Mar 14, 2022
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 0 additions & 2 deletions doc/sphinx/conf.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ drv_arch_doc = 'docs/drv_arch/drv_arch'
hssi_tuner_doc = 'docs/fpga_tools/mhssi_tuner/readme'
alaska_fw_loader_doc = 'docs/fpga_tools/alaska_fw_loader/readme'
fpga_tools_doc = 'docs/fpga_tools/readme'
ase_userguide_doc = 'docs/ase_userguide/ase_userguide'
api_build_doc = 'docs/build_chain/fpga_api/api_build'
install_guide_doc = 'docs/install_guide/installation_guide'

Expand All @@ -141,7 +140,6 @@ latex_documents = [
(quick_start_doc, 'quick_start.tex', u'Intel FPGA Quick Start Guide', u'FPT SW Development Team', 'howto'),
(prog_guide_doc, 'prog_guide.tex', u'Intel FPGA Programming Guide', u'FPT SW Development Team', 'howto'),
(fpga_tools_doc, 'fpga_tools.tex', u'Intel FPGA Tools', u'FPT SW Development Team', 'howto'),
(ase_userguide_doc, 'ase_userguide.tex', u'Intel AFU Simulation Environment (ASE) User Guide', u'FPT SW Development Team', 'howto'),
(api_build_doc, 'api_build.tex', u'apiBuild', u'FPT SW Development Team', 'howto'),
(install_guide_doc, 'install_guide.tex', u'Intel FPGA Software Stack Installation Guide', u'FPT SW Development Team', 'howto'),
(drv_arch_doc, 'drv_arch.tex', u'FPGA Driver Architecture', u'FPT SW Development Team', 'manual'),
Expand Down
1 change: 0 additions & 1 deletion doc/sphinx/index.rst.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ The main documentation for the site is organized into following sections:
docs/fpga_api/quick_start/readme
docs/install_guide/installation_guide
docs/fpga_api/prog_guide/readme
docs/ase_userguide/ase_userguide
docs/pyopae/README

.. _api-docs:
Expand Down
Binary file removed doc/src/ase_userguide/ase_error_example.png
Binary file not shown.
Binary file removed doc/src/ase_userguide/ase_overview.png
Binary file not shown.
Binary file removed doc/src/ase_userguide/ase_overview_rev1.PNG
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1,012 changes: 0 additions & 1,012 deletions doc/src/ase_userguide/ase_userguide.md

This file was deleted.

Binary file removed doc/src/ase_userguide/ccip_logger_reuse.png
Binary file not shown.
Binary file removed doc/src/ase_userguide/ccip_logger_reuse_rev1.PNG
Binary file not shown.
Binary file removed doc/src/ase_userguide/mcp_platform.png
Binary file not shown.
Binary file removed doc/src/ase_userguide/platform_rev1.PNG
Binary file not shown.
Binary file removed doc/src/ase_userguide/portability.png
Binary file not shown.
Binary file removed doc/src/ase_userguide/portability_rev1.PNG
Binary file not shown.
Binary file removed doc/src/ase_userguide/workflow.png
Binary file not shown.
Binary file removed doc/src/ase_userguide/workflow_rev1.PNG
Binary file not shown.
7 changes: 0 additions & 7 deletions doc/src/fpga_api/quick_start/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ processors, you will not be able to run the examples below. However, you can
still make use of the AFU simulation environment (ASE) to develop and test
accelerator RTL with OPAE applications.

For more information about ASE, see the [OPAE AFU Simulation Environment
(ASE) User Guide](../../ase_userguide/ase_userguide.html).

```eval_rst
.. note::
The AFU simulation environment is not available for the Intel PAC N3000.
```

The source for the OPAE SDK Linux device drivers is available at the
[OPAE Linux DFL drivers repository](https://github.com/OPAE/linux-dfl).
Expand Down