Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B-ASIC - Better ASIC Toolbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computer Engineering
B-ASIC - Better ASIC Toolbox
Commits
5d38abf4
Commit
5d38abf4
authored
2 years ago
by
Oscar Gustafsson
Browse files
Options
Downloads
Patches
Plain Diff
Try to make docs better
parent
372c31d3
No related branches found
No related tags found
No related merge requests found
Pipeline
#87770
passed
2 years ago
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
LICENSE
+1
-1
1 addition, 1 deletion
LICENSE
docs_sphinx/conf.py
+5
-0
5 additions, 0 deletions
docs_sphinx/conf.py
with
6 additions
and
1 deletion
LICENSE
+
1
−
1
View file @
5d38abf4
MIT License
MIT License
Copyright (c) 2020
TDDD96 PUM4
Copyright (c) 2020
-2022, Oscar Gustafsson et al
Permission is hereby granted, free of charge, to any person obtaining a copy
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
of this software and associated documentation files (the "Software"), to deal
...
...
This diff is collapsed.
Click to expand it.
docs_sphinx/conf.py
+
5
−
0
View file @
5d38abf4
...
@@ -30,8 +30,13 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
...
@@ -30,8 +30,13 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
autodoc_docstring_signature
=
True
autodoc_docstring_signature
=
True
# nitpicky = True
intersphinx_mapping
=
{
intersphinx_mapping
=
{
'
python
'
:
(
'
https://docs.python.org/3/
'
,
None
),
'
python
'
:
(
'
https://docs.python.org/3/
'
,
None
),
'
graphviz
'
:
(
'
https://graphviz.readthedocs.io/en/stable/
'
,
None
),
'
matplotlib
'
:
(
'
https://matplotlib.org/stable/
'
,
None
),
'
PyQt5
'
:
(
"
https://www.riverbankcomputing.com/static/Docs/PyQt5
"
,
None
),
}
}
numpydoc_show_class_members
=
False
numpydoc_show_class_members
=
False
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment