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

Separate generating documentation per module #202

Merged
merged 28 commits into from
Mar 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
0667749
move documentation targets to core module
fricklerhandwerk Mar 16, 2022
5fa9d37
build `rules_nixpkgs_core` compatibly in isolation
fricklerhandwerk Mar 16, 2022
3cffe6d
add module docstring for generated README header
fricklerhandwerk Mar 16, 2022
98d206c
move generation of core docs into top-level package
fricklerhandwerk Mar 17, 2022
f4d490e
add utility macro to generate documentation
fricklerhandwerk Mar 17, 2022
ee605cc
lint
fricklerhandwerk Mar 17, 2022
d094234
build `rules_nixpkgs_java` compatibly in isolation
fricklerhandwerk Mar 17, 2022
e9bd74b
Revert "prepare reference docs generation for each submodule"
fricklerhandwerk Mar 17, 2022
ddfb9ea
build `rules_nixpkgs_cc` compatibly in isolation
fricklerhandwerk Mar 17, 2022
cbefe7a
remove unnecessary `exports_files()`
fricklerhandwerk Mar 17, 2022
0732614
build `rules_nixpkgs_go` compatibly in isolation
fricklerhandwerk Mar 17, 2022
7b94215
add explanatory comment on code structure
fricklerhandwerk Mar 17, 2022
b8a83a6
build `rules_nixpkgs_python` compatibly in isolation
fricklerhandwerk Mar 17, 2022
ad8f274
build `rules_nixpkgs_rust` compatibly in isolation
fricklerhandwerk Mar 17, 2022
f0ba497
build `rules_nixpkgs_posix` compatibly in isolation
fricklerhandwerk Mar 17, 2022
6cab5d4
ignore temporary files in `git` and Bazel
fricklerhandwerk Mar 17, 2022
d1f537f
add missing dependencies for cumulative library
fricklerhandwerk Mar 17, 2022
8ba45e5
do not use output file as dependency
fricklerhandwerk Mar 18, 2022
4f9af6f
generalize documentation rendering
fricklerhandwerk Mar 21, 2022
bb7883b
do not preserve generated README's permissions
fricklerhandwerk Mar 21, 2022
db2065f
use one central .bazelrc
fricklerhandwerk Mar 22, 2022
4381448
specify concrete file to edit for updating README
fricklerhandwerk Mar 22, 2022
deb3932
fix typo
fricklerhandwerk Mar 24, 2022
c2dcbb2
factor out dependencies for rendering module documentation
fricklerhandwerk Mar 24, 2022
3785f94
separate exposing `bzl_library`s and rendering docs
fricklerhandwerk Mar 24, 2022
d55b95f
add missing Rust symbols to generated docs
fricklerhandwerk Mar 24, 2022
bfa8bab
restore backwards compatibility for `toolchains_go` library
fricklerhandwerk Mar 24, 2022
a38f803
update generated README
fricklerhandwerk Mar 24, 2022
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
1 change: 1 addition & 0 deletions .bazelignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
examples
bazel-*
32 changes: 0 additions & 32 deletions .bazelrc

This file was deleted.

1 change: 1 addition & 0 deletions .bazelrc
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
/bazel-bin
/bazel-genfiles
/bazel-out
/bazel-rules_nixpkgs
/bazel-testlogs
/**/bazel-*
Loading